Skip to content

Commit

Permalink
release: potassium-ferret-6
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
darsene authored and ovh-cds committed Dec 9, 2024
1 parent e8714b3 commit 3d98d6a
Show file tree
Hide file tree
Showing 33 changed files with 186 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sonar.projectName=manager
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.ws.timeout=60
sonar.projectVersion=potassium-ferret-5
sonar.projectVersion=potassium-ferret-6

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/dedicated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [20.4.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-dedicated





## [20.4.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/manager/apps/dedicated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-dedicated",
"version": "20.4.2",
"version": "20.4.3",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand All @@ -26,12 +26,12 @@
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.23.0",
"@ovh-ux/manager-billing-components": "^4.3.0",
"@ovh-ux/manager-bm-server-components": "^2.1.1",
"@ovh-ux/manager-bm-server-components": "^2.2.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cloud-connect": "^1.16.0",
"@ovh-ux/manager-cloud-styles": "^1.8.4",
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-dbaas-logs": "^1.26.3",
Expand All @@ -44,7 +44,7 @@
"@ovh-ux/manager-nasha": "^2.16.3",
"@ovh-ux/manager-netapp": "^2.2.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-nutanix": "^2.0.2",
"@ovh-ux/manager-nutanix": "^2.1.0",
"@ovh-ux/manager-support": "^2.0.2",
"@ovh-ux/manager-trusted-nic": "^1.2.1",
"@ovh-ux/manager-veeam-cloud-connect": "^2.8.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/iplb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-iplb-app





## [3.0.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-iplb-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/iplb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-iplb-app",
"version": "3.0.4",
"version": "3.0.5",
"private": true,
"description": "IP Load Balancer standalone application.",
"repository": {
Expand All @@ -19,7 +19,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-iplb-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/manager/apps/key-management-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)


### Bug Fixes

* **kms:** change guide links ([e8714b3](https://github.com/ovh/manager/commit/e8714b36d5f8b4d0a018c1e94b67384ff79fe95c))


### Features

* **key-management-service:** add polling after KMS order ([778265f](https://github.com/ovh/manager/commit/778265fbad801ab4ecae80b1fc2853df6bc80a92))





## [0.12.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-key-management-service-app
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/key-management-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-key-management-service-app",
"version": "0.12.8",
"version": "0.13.0",
"private": true,
"description": "ovh key-management-service",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-metrics-app





## [3.0.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-metrics-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-metrics-app",
"version": "3.0.4",
"version": "3.0.5",
"private": true,
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-metrics-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-metrics": "^1.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/nasha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-nasha-app





## [4.0.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-nasha-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/nasha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-nasha-app",
"version": "4.0.6",
"version": "4.0.7",
"private": true,
"description": "NAS-HA standalone application.",
"repository": {
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@ovh-ux/manager-billing-components": "^4.3.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-netapp-app





## [0.9.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-netapp-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/netapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-netapp-app",
"version": "0.9.8",
"version": "0.9.9",
"private": true,
"description": "NetApp standalone application",
"repository": {
Expand All @@ -22,7 +22,7 @@
"@ovh-ux/manager-advices": "^1.8.2",
"@ovh-ux/manager-billing-components": "^4.3.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-error-page": "^2.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/nutanix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-nutanix-app





## [3.0.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-nutanix-app
Expand Down
8 changes: 4 additions & 4 deletions packages/manager/apps/nutanix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-nutanix-app",
"version": "3.0.6",
"version": "3.0.7",
"private": true,
"description": "OVHcloud Nutanix app",
"repository": {
Expand All @@ -19,13 +19,13 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-nutanix-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-bm-server-components": "^2.1.1",
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-bm-server-components": "^2.2.0",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-error-page": "^2.4.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-nutanix": "^2.0.2",
"@ovh-ux/manager-nutanix": "^2.1.0",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/octavia-load-balancer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-octavia-load-balancer-app





## [0.7.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-octavia-load-balancer-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/octavia-load-balancer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-octavia-load-balancer-app",
"version": "0.7.7",
"version": "0.7.8",
"private": true,
"description": "OVHcloud OctaviaLoadBalancer app",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ovh-ux/ng-ovh-api-wrappers": "^5.0.0",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.3",
"@ovh-ux/ng-ovh-http": "^5.1.2",
"@ovh-ux/ng-ovh-pci-universe-components": "^1.1.27",
"@ovh-ux/ng-ovh-pci-universe-components": "^1.1.28",
"@ovh-ux/ng-ovh-request-tagger": "^2.0.1",
"@ovh-ux/ng-ovh-sso-auth": "^4.8.2",
"@ovh-ux/ng-ovh-swimming-poll": "^5.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/pci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.10](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-pci-app





## [5.0.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-pci-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-app",
"version": "5.0.9",
"version": "5.0.10",
"private": true,
"description": "Public Cloud Instance standalone application.",
"repository": {
Expand All @@ -23,7 +23,7 @@
"@ovh-ux/manager-advices": "^1.8.2",
"@ovh-ux/manager-banner": "^1.3.2",
"@ovh-ux/manager-cloud-styles": "^1.8.4",
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-filters": "^1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/public-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-public-cloud





## [7.0.10](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-public-cloud
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/public-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-public-cloud",
"version": "7.0.10",
"version": "7.0.11",
"private": true,
"description": "OVHcloud Public Cloud control panel.",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/manager-banner": "^1.3.2",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cloud-styles": "^1.8.4",
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-error-page": "^2.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/veeam-cloud-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-veeam-cloud-connect-app





## [4.0.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-veeam-cloud-connect-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/veeam-cloud-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-veeam-cloud-connect-app",
"version": "4.0.4",
"version": "4.0.5",
"private": true,
"description": "Veeam Cloud Connect standalone application.",
"repository": {
Expand All @@ -19,7 +19,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-veeam-cloud-connect-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/vps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-vps-app





## [3.0.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-vps-app
Expand Down
Loading

0 comments on commit 3d98d6a

Please sign in to comment.