@ovh-ux/manager-pci-common 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +459 -0
- package/README.md +6 -0
- package/dist/index.js +41234 -0
- package/dist/index.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/api/data/api-schema.d.ts +14 -0
- package/dist/types/api/data/availability.d.ts +27 -0
- package/dist/types/api/data/availability.spec.d.ts +1 -0
- package/dist/types/api/data/catalog.d.ts +154 -0
- package/dist/types/api/data/catalog.spec.d.ts +1 -0
- package/dist/types/api/data/dbaas-logs.d.ts +62 -0
- package/dist/types/api/data/dbaas-logs.spec.d.ts +1 -0
- package/dist/types/api/data/flavors.d.ts +39 -0
- package/dist/types/api/data/flavors.spec.d.ts +1 -0
- package/dist/types/api/data/index.d.ts +9 -0
- package/dist/types/api/data/instance.d.ts +30 -0
- package/dist/types/api/data/instance.spec.d.ts +1 -0
- package/dist/types/api/data/logs.d.ts +43 -0
- package/dist/types/api/data/operation.d.ts +19 -0
- package/dist/types/api/data/project.d.ts +73 -0
- package/dist/types/api/data/project.spec.d.ts +1 -0
- package/dist/types/api/data/regions.d.ts +13 -0
- package/dist/types/api/data/regions.spec.d.ts +1 -0
- package/dist/types/api/hook/index.d.ts +10 -0
- package/dist/types/api/hook/useApiSchema.d.ts +1 -0
- package/dist/types/api/hook/useAvailability.d.ts +6 -0
- package/dist/types/api/hook/useAvailability.spec.d.ts +1 -0
- package/dist/types/api/hook/useCatalog.d.ts +5 -0
- package/dist/types/api/hook/useCatalog.spec.d.ts +1 -0
- package/dist/types/api/hook/useDbaasLogs.d.ts +177 -0
- package/dist/types/api/hook/useDbaasLogs.spec.d.ts +1 -0
- package/dist/types/api/hook/useFlavors.d.ts +190 -0
- package/dist/types/api/hook/useFlavors.spec.d.ts +1 -0
- package/dist/types/api/hook/useInstance.d.ts +6 -0
- package/dist/types/api/hook/useLogs.d.ts +124 -0
- package/dist/types/api/hook/useOperation.d.ts +5 -0
- package/dist/types/api/hook/useProject.d.ts +29 -0
- package/dist/types/api/hook/useProject.spec.d.ts +1 -0
- package/dist/types/api/hook/useRegions.d.ts +5 -0
- package/dist/types/components/Pricing.d.ts +8 -0
- package/dist/types/components/accordion/Accordion.component.d.ts +8 -0
- package/dist/types/components/banner/announcement-banner/PciAnnouncementBanner.d.ts +5 -0
- package/dist/types/components/banner/announcement-banner/PciAnnouncementBanner.spec.d.ts +1 -0
- package/dist/types/components/banner/announcement-banner/useAnnouncementBanner.hook.d.ts +5 -0
- package/dist/types/components/banner/discovery-banner/PciDiscoveryBanner.d.ts +7 -0
- package/dist/types/components/banner/discovery-banner/PciDiscoveryBanner.spec.d.ts +1 -0
- package/dist/types/components/banner/free-local-zones-banner/PciFreeLocalZonesBanner.d.ts +30 -0
- package/dist/types/components/banner/free-local-zones-banner/PciFreeLocalZonesBanner.spec.d.ts +0 -0
- package/dist/types/components/banner/index.d.ts +6 -0
- package/dist/types/components/banner/trusted-zone-banner/PciTrustedZoneBanner.d.ts +1 -0
- package/dist/types/components/banner/trusted-zone-banner/useTrustedZoneBanner.hook.d.ts +5 -0
- package/dist/types/components/flavor-selector/FlavorLocalzoneChip.d.ts +4 -0
- package/dist/types/components/flavor-selector/FlavorSelector.component.d.ts +9 -0
- package/dist/types/components/flavor-selector/FlavorTile.component.d.ts +32 -0
- package/dist/types/components/flavor-selector/index.d.ts +1 -0
- package/dist/types/components/logs/BlinkingCursor.component.d.ts +1 -0
- package/dist/types/components/logs/DbaasLogsAccountSelector.component.d.ts +6 -0
- package/dist/types/components/logs/LogHowTo.component.d.ts +4 -0
- package/dist/types/components/logs/LogProvider.component.d.ts +18 -0
- package/dist/types/components/logs/LogTileUnsubscribeAction.component.d.ts +7 -0
- package/dist/types/components/logs/LogTiles.component.d.ts +4 -0
- package/dist/types/components/logs/LogsView.component.d.ts +4 -0
- package/dist/types/components/logs/StreamRetention.component.d.ts +14 -0
- package/dist/types/components/logs/StreamSubscriptions.component.d.ts +7 -0
- package/dist/types/components/logs/StreamsList.component.d.ts +6 -0
- package/dist/types/components/logs/TailLogs.component.d.ts +5 -0
- package/dist/types/components/logs/index.d.ts +6 -0
- package/dist/types/components/logs/useStreamsListColumns.d.ts +10 -0
- package/dist/types/components/modal/PciModal.component.d.ts +14 -0
- package/dist/types/components/modal/PciModal.component.spec.d.ts +1 -0
- package/dist/types/components/modal/deletion-modal/DeletionModal.component.d.ts +6 -0
- package/dist/types/components/modal/deletion-modal/DeletionModal.component.spec.d.ts +1 -0
- package/dist/types/components/modal/index.d.ts +2 -0
- package/dist/types/components/quantity-selector/QuantitySelector.component.d.ts +12 -0
- package/dist/types/components/quantity-selector/QuantitySelector.component.spec.d.ts +1 -0
- package/dist/types/components/quantity-selector/index.d.ts +1 -0
- package/dist/types/components/region-selector/RegionGlobalzoneChip.component.d.ts +1 -0
- package/dist/types/components/region-selector/RegionGlobalzoneChip.component.spec.d.ts +1 -0
- package/dist/types/components/region-selector/RegionList.component.d.ts +8 -0
- package/dist/types/components/region-selector/RegionList.component.spec.d.ts +1 -0
- package/dist/types/components/region-selector/RegionLocalzoneChip.component.d.ts +1 -0
- package/dist/types/components/region-selector/RegionLocalzoneChip.component.spec.d.ts +1 -0
- package/dist/types/components/region-selector/RegionSelector.component.d.ts +8 -0
- package/dist/types/components/region-selector/RegionSummary.component.d.ts +5 -0
- package/dist/types/components/region-selector/RegionSummary.component.spec.d.ts +1 -0
- package/dist/types/components/region-selector/RegionTile.d.ts +7 -0
- package/dist/types/components/region-selector/constants.d.ts +6 -0
- package/dist/types/components/region-selector/style.constants.d.ts +3 -0
- package/dist/types/components/region-selector/useRegionSelector.d.ts +178 -0
- package/dist/types/components/region-selector/useRegions.d.ts +20 -0
- package/dist/types/components/shape-input/ShapeInput.component.d.ts +69 -0
- package/dist/types/components/shape-input/constants.d.ts +1 -0
- package/dist/types/components/shape-input/default-components/default-shape.d.ts +7 -0
- package/dist/types/components/shape-input/default-components/group-label.d.ts +6 -0
- package/dist/types/components/shape-input/default-components/item-label.d.ts +5 -0
- package/dist/types/components/shape-input/default-components/stack-label.d.ts +6 -0
- package/dist/types/components/shape-input/default-components/stack-title.d.ts +3 -0
- package/dist/types/constants/index.d.ts +1 -0
- package/dist/types/constants/urls.d.ts +2 -0
- package/dist/types/hooks/bytes/useBytes.d.ts +3 -0
- package/dist/types/hooks/bytes/useBytes.spec.d.ts +1 -0
- package/dist/types/hooks/index.d.ts +3 -0
- package/dist/types/hooks/url/usePciUrl.d.ts +1 -0
- package/dist/types/hooks/usePricing.d.ts +25 -0
- package/dist/types/index.d.ts +17 -0
- package/dist/types/translations/announcement-banner/Messages_de_DE.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_en_GB.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_es_ES.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_fr_CA.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_fr_FR.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_it_IT.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_pl_PL.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_pt_PT.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/index.d.ts +1 -0
- package/dist/types/translations/bytes/Messages_de_DE.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_en_GB.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_es_ES.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_fr_CA.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_fr_FR.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_it_IT.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_pl_PL.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_pt_PT.json.d.ts +22 -0
- package/dist/types/translations/bytes/index.d.ts +1 -0
- package/dist/types/translations/catalog-price/Messages_de_DE.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_en_GB.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_es_ES.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_fr_CA.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_fr_FR.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_it_IT.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_pl_PL.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_pt_PT.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/index.d.ts +1 -0
- package/dist/types/translations/common/Messages_de_DE.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_en_GB.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_es_ES.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_fr_CA.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_fr_FR.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_it_IT.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_pl_PL.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_pt_PT.json.d.ts +97 -0
- package/dist/types/translations/common/index.d.ts +1 -0
- package/dist/types/translations/discovery-banner/Messages_de_DE.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_en_GB.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_es_ES.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_fr_CA.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_fr_FR.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_it_IT.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_pl_PL.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_pt_PT.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/index.d.ts +1 -0
- package/dist/types/translations/flavor-selector/Messages_de_DE.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_en_GB.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_es_ES.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_fr_CA.json.d.ts +36 -0
- package/dist/types/translations/flavor-selector/Messages_fr_FR.json.d.ts +36 -0
- package/dist/types/translations/flavor-selector/Messages_it_IT.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_pl_PL.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_pt_PT.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/index.d.ts +1 -0
- package/dist/types/translations/free-local-zones-banner/Messages_de_DE.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_en_GB.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_es_ES.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_fr_CA.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_fr_FR.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_it_IT.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_pl_PL.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_pt_PT.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/index.d.ts +1 -0
- package/dist/types/translations/logs/Messages_de_DE.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_en_GB.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_es_ES.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_fr_CA.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_fr_FR.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_it_IT.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_pl_PL.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_pt_PT.json.d.ts +45 -0
- package/dist/types/translations/logs/index.d.ts +1 -0
- package/dist/types/translations/quantity-selector/Messages_de_DE.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_en_GB.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_es_ES.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_fr_CA.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_fr_FR.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_it_IT.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_pl_PL.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_pt_PT.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/index.d.ts +1 -0
- package/dist/types/translations/region-selector/Messages_de_DE.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_en_GB.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_es_ES.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_fr_CA.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_fr_FR.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_it_IT.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_pl_PL.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_pt_PT.json.d.ts +16 -0
- package/dist/types/translations/region-selector/index.d.ts +1 -0
- package/dist/types/translations/trusted-zone-banner/Messages_de_DE.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_en_GB.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_es_ES.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_fr_CA.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_fr_FR.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_it_IT.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_pl_PL.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_pt_PT.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/index.d.ts +1 -0
- package/dist/types/wrapperRenders.d.ts +15 -0
- package/package.json +92 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,459 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [0.11.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.11.0...@ovh-ux/manager-pci-common@0.11.1) (2024-12-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [0.11.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.10.2...@ovh-ux/manager-pci-common@0.11.0) (2024-12-03)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **pci-gateway:** design css fixes ([#14038](https://github.com/ovh/manager/issues/14038)) ([dd5313a](https://github.com/ovh/manager/commit/dd5313a4619f8294c7f52614f060a0851e6dc8ae))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **pci-private-network:** apply design reviews ([#13921](https://github.com/ovh/manager/issues/13921)) ([f9a34a8](https://github.com/ovh/manager/commit/f9a34a83481ddb96cdd9425206c0f038b22d2626))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [0.10.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.10.1...@ovh-ux/manager-pci-common@0.10.2) (2024-11-28)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
# [0.10.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.10.0...@ovh-ux/manager-pci-common@0.10.1) (2024-11-28)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
41
|
+
|
|
42
|
+
# [0.10.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.9.1...@ovh-ux/manager-pci-common@0.10.0) (2024-11-28)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* **i18n:** add missing translations [CDS 3503] ([d78ddd9](https://github.com/ovh/manager/commit/d78ddd97fe6ebe3d2929b9c563c9f487a4e11302))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* **manager-pci-common:** add get instances by region ([#14188](https://github.com/ovh/manager/issues/14188)) ([969e267](https://github.com/ovh/manager/commit/969e267c811aa71f8edac3b02d6ef3f5bbab2475))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
## [0.9.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.9.0...@ovh-ux/manager-pci-common@0.9.1) (2024-11-21)
|
|
59
|
+
|
|
60
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
# [0.9.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.1...@ovh-ux/manager-pci-common@0.9.0) (2024-11-21)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* **manager-pci-common:** accordion icon and padding ([a36cabb](https://github.com/ovh/manager/commit/a36cabbced429347cb8513bc17ccf760cd9a8886))
|
|
72
|
+
* **pci-common:** add missing global react imports ([737b73a](https://github.com/ovh/manager/commit/737b73a4a82934981e6dbcb1014ecf05345047f1))
|
|
73
|
+
* **pci-common:** rebase ([6acf595](https://github.com/ovh/manager/commit/6acf595786b67ed0ced25ff7b81249fe8c9f9973))
|
|
74
|
+
* **pci-common:** shapes component columns count and mobile display ([921b03c](https://github.com/ovh/manager/commit/921b03c5a974e903a734732f8ec015f5866e0446))
|
|
75
|
+
* **pci-common:** shapes input dynamic columns count ([0e1a7bd](https://github.com/ovh/manager/commit/0e1a7bdb875b52338d7c4bb072c141bb81e775d0))
|
|
76
|
+
* **pci-load-balancer:** overflowing input on region step ([2eb463e](https://github.com/ovh/manager/commit/2eb463e0e8542784725031e0346c8018415c88d5))
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Features
|
|
80
|
+
|
|
81
|
+
* **manager-pci-common:** refactor modal and rename banners components ([053f219](https://github.com/ovh/manager/commit/053f219eca937eebb1adba697d96dd02aac0e259))
|
|
82
|
+
* **pci-common:** default components for shapesinput ([00e9824](https://github.com/ovh/manager/commit/00e9824ab4704b3c058b90885b30ec524d6d9386))
|
|
83
|
+
* **pci-common:** new components: Accordion & ShapesInput ([cea283d](https://github.com/ovh/manager/commit/cea283d9b9c4efc387c81605736dbe5d9449f8ee))
|
|
84
|
+
* **pci-load-balancer:** add create l7 policy page ([c7d18eb](https://github.com/ovh/manager/commit/c7d18ebd8dfe9dfe6317563f1fda713cd83a4200))
|
|
85
|
+
* **pci-load-balancer:** add instance table component ([7d278c7](https://github.com/ovh/manager/commit/7d278c7d334ef5bd87dd26a816a0a3571b9591f1))
|
|
86
|
+
* **pci-load-balancer:** add rename health monitor modal ([9a4952f](https://github.com/ovh/manager/commit/9a4952fa536db9e746544db6bcfe4410d8279340))
|
|
87
|
+
* **pci-load-balancer:** create a pool ([29da17f](https://github.com/ovh/manager/commit/29da17fea93870a6c1c1c6256714d368f5fc20ca))
|
|
88
|
+
* **pci-load-balancer:** create health monitor section ([4475d0e](https://github.com/ovh/manager/commit/4475d0e4c2c47c150a9438c245ed5399ead241db))
|
|
89
|
+
* **pci-load-balancer:** logs ([e27a746](https://github.com/ovh/manager/commit/e27a746a46a64159240afb3d02cf775bb4c96f6d))
|
|
90
|
+
* **pci-load-balancer:** review design ([1248418](https://github.com/ovh/manager/commit/124841836a7057bb448aa0f67e49b7d70b1553ec))
|
|
91
|
+
* **pci-private-registry:** ad rename modal and generic modal ([97a599f](https://github.com/ovh/manager/commit/97a599f63425e083c55a286aaf42e37faad27402))
|
|
92
|
+
* **pci-private-registry:** delete modal and translations pci-common ([3ad00b6](https://github.com/ovh/manager/commit/3ad00b6e4ed928a8b13dd3b762cfe9663cf90b24))
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## [0.8.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0...@ovh-ux/manager-pci-common@0.8.1) (2024-11-13)
|
|
99
|
+
|
|
100
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
# [0.8.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.12...@ovh-ux/manager-pci-common@0.8.0) (2024-11-12)
|
|
107
|
+
|
|
108
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
# [0.8.0-alpha.12](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.11...@ovh-ux/manager-pci-common@0.8.0-alpha.12) (2024-11-08)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Reverts
|
|
118
|
+
|
|
119
|
+
* Revert "fix(manager-react-components): update peer dependencies" ([83a2a20](https://github.com/ovh/manager/commit/83a2a20827c1ace427ec476457148f544ace70d6))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
# [0.8.0-alpha.11](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.10...@ovh-ux/manager-pci-common@0.8.0-alpha.11) (2024-11-08)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
129
|
+
|
|
130
|
+
* **manager-react-components:** update peer dependencies ([bd0a433](https://github.com/ovh/manager/commit/bd0a433030aea43fd0000133d38dd827f4801e5e))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
# [0.8.0-alpha.10](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.9...@ovh-ux/manager-pci-common@0.8.0-alpha.10) (2024-11-08)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
# [0.8.0-alpha.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.8...@ovh-ux/manager-pci-common@0.8.0-alpha.9) (2024-11-08)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Bug Fixes
|
|
148
|
+
|
|
149
|
+
* **manager-pci-common:** update peer dependencies ([6cd2ee2](https://github.com/ovh/manager/commit/6cd2ee2285c3872c53af36c994085c287ec2d262))
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
# [0.8.0-alpha.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.7...@ovh-ux/manager-pci-common@0.8.0-alpha.8) (2024-11-07)
|
|
156
|
+
|
|
157
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
# [0.8.0-alpha.7](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.6...@ovh-ux/manager-pci-common@0.8.0-alpha.7) (2024-11-07)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
# [0.8.0-alpha.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.5...@ovh-ux/manager-pci-common@0.8.0-alpha.6) (2024-11-06)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Bug Fixes
|
|
175
|
+
|
|
176
|
+
* **manager-react-components:** udpate dependencies versions ([9bb9c47](https://github.com/ovh/manager/commit/9bb9c4746ee71f35e622e4511e4be0370984f901))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
# [0.8.0-alpha.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.4...@ovh-ux/manager-pci-common@0.8.0-alpha.5) (2024-11-06)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
# [0.8.0-alpha.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.3...@ovh-ux/manager-pci-common@0.8.0-alpha.4) (2024-11-05)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Bug Fixes
|
|
194
|
+
|
|
195
|
+
* **pci-private-network:** add vrack creation ([#13627](https://github.com/ovh/manager/issues/13627)) ([63aece6](https://github.com/ovh/manager/commit/63aece6b57e1274abc675d773f548fcde9a81015))
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Features
|
|
199
|
+
|
|
200
|
+
* **pci-block-storage:** add exten beta ([#13489](https://github.com/ovh/manager/issues/13489)) ([b6a2723](https://github.com/ovh/manager/commit/b6a27231b08782b79300833cca7f9448d1190e64))
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
# [0.8.0-alpha.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.2...@ovh-ux/manager-pci-common@0.8.0-alpha.3) (2024-11-04)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
# [0.8.0-alpha.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.1...@ovh-ux/manager-pci-common@0.8.0-alpha.2) (2024-10-31)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
# [0.8.0-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.8.0-alpha.0...@ovh-ux/manager-pci-common@0.8.0-alpha.1) (2024-10-31)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Bug Fixes
|
|
226
|
+
|
|
227
|
+
* **i18n:** add missing translations [CDS 3452] ([2c7c328](https://github.com/ovh/manager/commit/2c7c32855c2fd23351552620fe9ab8b540368224))
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
# [0.8.0-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.7.6...@ovh-ux/manager-pci-common@0.8.0-alpha.0) (2024-10-30)
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
### Features
|
|
237
|
+
|
|
238
|
+
* build and publish manager-react-components and its deps ([cbcd795](https://github.com/ovh/manager/commit/cbcd7959a217c191c003058455ba2c38fb7553f1))
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
## [0.7.6](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.7.5...@ovh-ux/manager-pci-common@0.7.6) (2024-10-24)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Reverts
|
|
248
|
+
|
|
249
|
+
* Revert "feat(manager-react-components): build manager react components lib" ([5d68a86](https://github.com/ovh/manager/commit/5d68a8677efea465ebf882c77ca5413388f2dfbf))
|
|
250
|
+
* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
## [0.7.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.7.4...@ovh-ux/manager-pci-common@0.7.5) (2024-10-24)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Reverts
|
|
260
|
+
|
|
261
|
+
* Revert "feat(manager-react-components): build manager react components lib" ([5d68a86](https://github.com/ovh/manager/commit/5d68a8677efea465ebf882c77ca5413388f2dfbf))
|
|
262
|
+
* Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
## [0.7.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.7.3...@ovh-ux/manager-pci-common@0.7.4) (2024-10-22)
|
|
269
|
+
|
|
270
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
## [0.7.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.7.2...@ovh-ux/manager-pci-common@0.7.3) (2024-10-21)
|
|
277
|
+
|
|
278
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
## [0.7.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.7.1...@ovh-ux/manager-pci-common@0.7.2) (2024-10-17)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Bug Fixes
|
|
288
|
+
|
|
289
|
+
* **i18n:** add missing translations [CDS 3392] ([d623f03](https://github.com/ovh/manager/commit/d623f032e4277f1a4cf453f945bed127d2d33449))
|
|
290
|
+
* **i18n:** add missing translations [CDS 3399] ([dbf1962](https://github.com/ovh/manager/commit/dbf1962e0e747c9883eee6bfca25c27921eb01d3))
|
|
291
|
+
* **i18n:** add missing translations [CDS 3402] ([b007251](https://github.com/ovh/manager/commit/b007251ae796eb0ad9d1edbc2b588ce3a4a8b88f))
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
## [0.7.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.7.0...@ovh-ux/manager-pci-common@0.7.1) (2024-10-15)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Reverts
|
|
301
|
+
|
|
302
|
+
* Revert "feat(manager-react-components): update generator" ([f82658c](https://github.com/ovh/manager/commit/f82658c229a7880b01fcdcdab93e73f60ff7ad89))
|
|
303
|
+
* Revert "fix(manager-react-components): fix bump ods 18 issues" ([fb0e56d](https://github.com/ovh/manager/commit/fb0e56d4e7f64d0ebe8f6ae8036384403cd678b7))
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
# [0.7.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.6.2...@ovh-ux/manager-pci-common@0.7.0) (2024-10-11)
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
### Bug Fixes
|
|
313
|
+
|
|
314
|
+
* **manager-react-components:** fix bump ods 18 issues ([ea1dd83](https://github.com/ovh/manager/commit/ea1dd83d2b85d5a6ab5b0bbb91dbf6350286cde8))
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Features
|
|
318
|
+
|
|
319
|
+
* **manager-react-components:** update generator ([f6b3540](https://github.com/ovh/manager/commit/f6b3540cdd3deadf7a1bdbb743728edd0d0e4b78))
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
## [0.6.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.6.1...@ovh-ux/manager-pci-common@0.6.2) (2024-10-10)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Bug Fixes
|
|
329
|
+
|
|
330
|
+
* **i18n:** add missing translations [CDS 3367] ([4948ec3](https://github.com/ovh/manager/commit/4948ec394b51e52df7310de27edd323c7237cd26))
|
|
331
|
+
* **i18n:** add missing translations [CDS 3370] ([8de108f](https://github.com/ovh/manager/commit/8de108f9010ccf2ac06501a07537f94fbfb06020))
|
|
332
|
+
* **i18n:** add missing translations [CDS 3376] ([5809574](https://github.com/ovh/manager/commit/5809574046d50e242bb02e165c1091270cf6683f))
|
|
333
|
+
* **i18n:** add missing translations [CDS 3384] ([f5b0918](https://github.com/ovh/manager/commit/f5b09180a88bfce3b8080ddf76dcca9fef69bbba))
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
## [0.6.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.6.0...@ovh-ux/manager-pci-common@0.6.1) (2024-10-03)
|
|
340
|
+
|
|
341
|
+
**Note:** Version bump only for package @ovh-ux/manager-pci-common
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
# [0.6.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.5.0...@ovh-ux/manager-pci-common@0.6.0) (2024-10-03)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
### Bug Fixes
|
|
351
|
+
|
|
352
|
+
* **pci-common:** fix availability.spec.ts failed tests ([9fca71f](https://github.com/ovh/manager/commit/9fca71f537fd2591634d81b35163077e846f9acb))
|
|
353
|
+
* **pci-common:** usePricing format ([b1d26aa](https://github.com/ovh/manager/commit/b1d26aa654d652e3924856046c4db2467827895c))
|
|
354
|
+
* **pci-private-registry:** catalog pricing ([c8f4375](https://github.com/ovh/manager/commit/c8f43752200d9674157f334d9d24354d62f30a71))
|
|
355
|
+
* **pci-private-registry:** credentials generation ([91423b0](https://github.com/ovh/manager/commit/91423b0f11d345507f9539801e9894c96645d058))
|
|
356
|
+
* **pci-private-registry:** dependencies ([e2cb66b](https://github.com/ovh/manager/commit/e2cb66b7d5f8fd802f06e02ed3efd8f9e783a212))
|
|
357
|
+
* **pci-private-registry:** fix sonar duplication issues ([57d7e94](https://github.com/ovh/manager/commit/57d7e945420344f91875ea75afc5be36ed93661f))
|
|
358
|
+
* **pci-private-registry:** minor code review changes ([622ead4](https://github.com/ovh/manager/commit/622ead4857e1cc2a9c81e5ecfc0654e0ae55c6e1))
|
|
359
|
+
* **pci-private-registry:** rebase on master ([a0c9580](https://github.com/ovh/manager/commit/a0c958076d77312822a9ac619e447cac006a70cd))
|
|
360
|
+
* **pci-registry:** error message on delete modal error ([31490e9](https://github.com/ovh/manager/commit/31490e9c152cebf063afeae5e1bd3478d6906536))
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Features
|
|
364
|
+
|
|
365
|
+
* **manager-pci-common:** bump dependencies ([65ff9c1](https://github.com/ovh/manager/commit/65ff9c17be0a95ef6df97d99a74c72a421484b89))
|
|
366
|
+
* **manager-pci-common:** refactor modal and rename banners components ([ead087f](https://github.com/ovh/manager/commit/ead087f326c9529035c1585d4841dbaf2dd091bd))
|
|
367
|
+
* **pci-common:** className support in banners ([02ff4c7](https://github.com/ovh/manager/commit/02ff4c79b2c3679042280b65614aad02f6ac0fee))
|
|
368
|
+
* **pci-private-registry:** ad rename modal and generic modal ([05e7ed6](https://github.com/ovh/manager/commit/05e7ed654562ac7956ed7f284539e73560201d01))
|
|
369
|
+
* **pci-private-registry:** add list page ([dc29ae8](https://github.com/ovh/manager/commit/dc29ae8a548d132326c1f6e148d785ba6dadda49))
|
|
370
|
+
* **pci-private-registry:** create registry ([5cb2043](https://github.com/ovh/manager/commit/5cb20432c9279a8874125ab7a3d1d378a318cf45))
|
|
371
|
+
* **pci-private-registry:** delete modal and translations pci-common ([318d66a](https://github.com/ovh/manager/commit/318d66a80e31ab2ed0805312be0d948ba1263b27))
|
|
372
|
+
* **pci-private-registry:** rename to manager react component ([c0bb67c](https://github.com/ovh/manager/commit/c0bb67cedc0fe5d7132b44dbeacf1d5a509a5236))
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
# [0.5.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.4.1...@ovh-ux/manager-pci-common@0.5.0) (2024-10-02)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Features
|
|
382
|
+
|
|
383
|
+
* **pci.savings-plan:** savings plan ([#12172](https://github.com/ovh/manager/issues/12172)) ([6744853](https://github.com/ovh/manager/commit/67448534cdde94927ccab308e002b8894f966367))
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
## [0.4.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.4.0...@ovh-ux/manager-pci-common@0.4.1) (2024-09-27)
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
### Reverts
|
|
393
|
+
|
|
394
|
+
* "feat(manager-react-components): build and publish library" ([af8fa73](https://github.com/ovh/manager/commit/af8fa73fd19fefe7b9d7301ddadb8aedd2c15d99))
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
# [0.4.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.3.0...@ovh-ux/manager-pci-common@0.4.0) (2024-09-26)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### Features
|
|
404
|
+
|
|
405
|
+
* **manager-react-components:** build and publish library ([ba689bd](https://github.com/ovh/manager/commit/ba689bdd23d04e0f52564ef9cb30d6427b639df4))
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
# [0.3.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.2.0...@ovh-ux/manager-pci-common@0.3.0) (2024-09-18)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Bug Fixes
|
|
415
|
+
|
|
416
|
+
* **pci-common:** ts issues ([5444219](https://github.com/ovh/manager/commit/5444219305286ed92579e8946f522c4738437a6c))
|
|
417
|
+
* **pci-kubernetes:** flavor pricing vat ([ca8ae5b](https://github.com/ovh/manager/commit/ca8ae5b0cf5e15fd39451b424420b972d248a662))
|
|
418
|
+
* **pci-kubernetes:** flavor selector ([7035558](https://github.com/ovh/manager/commit/70355586eb45ce5a127c96187a62a708d22ee644))
|
|
419
|
+
* **pci-kubernetes:** gpu flavors ([d2ad9c0](https://github.com/ovh/manager/commit/d2ad9c0c69ca28c2b1365bbcdc43a18db5a1a0a4))
|
|
420
|
+
* **pci-kubernetes:** product availability ([b0a5995](https://github.com/ovh/manager/commit/b0a5995be6a454df642d50b0eae44678898faa5a))
|
|
421
|
+
* rebase on master ([7f91c5f](https://github.com/ovh/manager/commit/7f91c5f361ff451cbe939760b85016870ded0c9c))
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Features
|
|
425
|
+
|
|
426
|
+
* **manager-pci-common:** initial import ([c004a0f](https://github.com/ovh/manager/commit/c004a0f355381995d58ed7484b457009873c0f93))
|
|
427
|
+
* **manager-pic-common:** add the common pci banner with tests ([8633802](https://github.com/ovh/manager/commit/86338028b7c1e6b9358bd39e8c15229583019fc1))
|
|
428
|
+
* **pci-*:** use pci-common banner instead of manager-components ([d1f00eb](https://github.com/ovh/manager/commit/d1f00ebf900f54c48c86414c84a8cb32ebba7e9c))
|
|
429
|
+
* **pci-*:** use pci-common banner instead of manager-components ([95db25b](https://github.com/ovh/manager/commit/95db25b19a129b0f516f78dc9a059ff48e5ae452))
|
|
430
|
+
* **pci-block-storage:** use banner and useProject from pci common ([c2268c8](https://github.com/ovh/manager/commit/c2268c8bc841e9c2f812de2167c21b3ed9cc5177))
|
|
431
|
+
* **pci-common:** add quantity selector ([813b560](https://github.com/ovh/manager/commit/813b5603435933054c8625894907eedc763b0587))
|
|
432
|
+
* **pci-common:** add region selector ([e57b91a](https://github.com/ovh/manager/commit/e57b91acfadc7f655bb3574b6e7ff707c7a12709))
|
|
433
|
+
* **pci-common:** add useProject in pci common and use it in apps ([c6fbd25](https://github.com/ovh/manager/commit/c6fbd25543f80d4acf984f4e2b26eb916589ac0e))
|
|
434
|
+
* **pci-common:** add useProject in pci common and use it in apps ([9a75975](https://github.com/ovh/manager/commit/9a7597560c4872422c331bdfcdf7a4cf92d9bca9))
|
|
435
|
+
* **pci-kubernetes:** cluster creation ([8982dc5](https://github.com/ovh/manager/commit/8982dc50c558993072eec6684032af24bb1db844))
|
|
436
|
+
* **pci-kubernetes:** cluster creation ([efb3a97](https://github.com/ovh/manager/commit/efb3a97576a08c2cb13ffba567c35e989b48fe6c))
|
|
437
|
+
* **pci-kubernetes:** create nodepool page ([da973ad](https://github.com/ovh/manager/commit/da973ad018165d39e99ae259508d75badc09ffe9))
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
# [0.2.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.1.0...@ovh-ux/manager-pci-common@0.2.0) (2024-09-05)
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
### Features
|
|
447
|
+
|
|
448
|
+
* **manager-components:** replace name of manager components react lib ([4e7add0](https://github.com/ovh/manager/commit/4e7add042f939f34ad7f969be1253b76133495e0))
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
# [0.1.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.0.0...@ovh-ux/manager-pci-common@0.1.0) (2024-08-29)
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
### Features
|
|
458
|
+
|
|
459
|
+
* **manager-pci-common:** init module ([#12730](https://github.com/ovh/manager/issues/12730)) ([0570573](https://github.com/ovh/manager/commit/0570573255a25c354dd7a1db30f43abdfdce45c6))
|