From e96c58c2897b77b6b85b58fbcdad5d45f15526e5 Mon Sep 17 00:00:00 2001 From: ovh-cds <134954692+JacquesLarique@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:26:06 +0000 Subject: [PATCH] release: neptunium-wildebeest-9 Signed-off-by: ovh-cds --- .sonarcloud.properties | 2 +- packages/manager/apps/dedicated/CHANGELOG.md | 18 ++++++++++++++++++ packages/manager/apps/dedicated/package.json | 2 +- packages/manager/apps/hub/CHANGELOG.md | 8 ++++++++ packages/manager/apps/hub/package.json | 4 ++-- packages/manager/modules/hub/CHANGELOG.md | 11 +++++++++++ packages/manager/modules/hub/package.json | 2 +- 7 files changed, 42 insertions(+), 5 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 03224638e620..6dfbb3f4c4ae 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -7,7 +7,7 @@ sonar.projectName=manager sonar.sources=. sonar.sourceEncoding=UTF-8 sonar.ws.timeout=60 -sonar.projectVersion=neptunium-wildebeest-8 +sonar.projectVersion=neptunium-wildebeest-9 sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js sonar.coverage.exclusions=**/*.spec.js diff --git a/packages/manager/apps/dedicated/CHANGELOG.md b/packages/manager/apps/dedicated/CHANGELOG.md index bd9129d40692..cec938fbebe6 100644 --- a/packages/manager/apps/dedicated/CHANGELOG.md +++ b/packages/manager/apps/dedicated/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [19.64.0-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@19.64.0-alpha.0...@ovh-ux/manager-dedicated@19.64.0-alpha.1) (2024-11-05) + + +### Bug Fixes + +* **dedicated:** replace support links with help center ([#12538](https://github.com/ovh/manager/issues/12538)) ([ec0a58c](https://github.com/ovh/manager/commit/ec0a58c2fbfba427073d7ba17dbb58d2916b57a8)) + + +### Features + +* **dedicated.ip:** make parking as constant ([#13610](https://github.com/ovh/manager/issues/13610)) ([a824545](https://github.com/ovh/manager/commit/a82454558830bdc29946ee1cc36c1d6d6583aeb8)) +* **dedicated:** add vrack orderable in ipv4 ([#12779](https://github.com/ovh/manager/issues/12779)) ([934e5d3](https://github.com/ovh/manager/commit/934e5d386eb0fefafcfc815a863dbff7c1ef05e7)) +* **dedicated:** zerto disclaimer ([#10644](https://github.com/ovh/manager/issues/10644)) ([46506c3](https://github.com/ovh/manager/commit/46506c34d5880b964c989948c36e3da0145e6bdc)) + + + + + # [19.64.0-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@19.63.1-alpha.0...@ovh-ux/manager-dedicated@19.64.0-alpha.0) (2024-10-31) diff --git a/packages/manager/apps/dedicated/package.json b/packages/manager/apps/dedicated/package.json index d5efedf3f1b1..9fe6d20aefb3 100644 --- a/packages/manager/apps/dedicated/package.json +++ b/packages/manager/apps/dedicated/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-dedicated", - "version": "19.64.0-alpha.0", + "version": "19.64.0-alpha.1", "private": true, "description": "OVHcloud Dedicated control panel.", "repository": { diff --git a/packages/manager/apps/hub/CHANGELOG.md b/packages/manager/apps/hub/CHANGELOG.md index 2a861fe06559..5ee1e5e25bd5 100644 --- a/packages/manager/apps/hub/CHANGELOG.md +++ b/packages/manager/apps/hub/CHANGELOG.md @@ -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.12.0-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub-app@5.12.0-alpha.0...@ovh-ux/manager-hub-app@5.12.0-alpha.1) (2024-11-05) + +**Note:** Version bump only for package @ovh-ux/manager-hub-app + + + + + # [5.12.0-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub-app@5.11.3-alpha.0...@ovh-ux/manager-hub-app@5.12.0-alpha.0) (2024-10-31) diff --git a/packages/manager/apps/hub/package.json b/packages/manager/apps/hub/package.json index cc7dc5196f19..6eff9f2e7af0 100644 --- a/packages/manager/apps/hub/package.json +++ b/packages/manager/apps/hub/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-hub-app", - "version": "5.12.0-alpha.0", + "version": "5.12.0-alpha.1", "private": true, "description": "OVHcloud Dashboard control panel.", "repository": { @@ -25,7 +25,7 @@ "@ovh-ux/manager-config": "^7.5.3-alpha.0", "@ovh-ux/manager-core": "^12.17.5-alpha.0", "@ovh-ux/manager-error-page": "^2.4.1", - "@ovh-ux/manager-hub": "^3.17.6-alpha.0", + "@ovh-ux/manager-hub": "^3.17.6-alpha.1", "@ovh-ux/manager-models": "^1.14.18-alpha.0", "@ovh-ux/manager-ng-layout-helpers": "^2.9.1", "@ovh-ux/manager-trusted-nic": "^1.2.1", diff --git a/packages/manager/modules/hub/CHANGELOG.md b/packages/manager/modules/hub/CHANGELOG.md index fe92148df11f..d3c09936fe18 100644 --- a/packages/manager/modules/hub/CHANGELOG.md +++ b/packages/manager/modules/hub/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.17.6-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub@3.17.6-alpha.0...@ovh-ux/manager-hub@3.17.6-alpha.1) (2024-11-05) + + +### Bug Fixes + +* **dedicated:** replace support links with help center ([#12538](https://github.com/ovh/manager/issues/12538)) ([ec0a58c](https://github.com/ovh/manager/commit/ec0a58c2fbfba427073d7ba17dbb58d2916b57a8)) + + + + + ## [3.17.6-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub@3.17.5...@ovh-ux/manager-hub@3.17.6-alpha.0) (2024-10-30) **Note:** Version bump only for package @ovh-ux/manager-hub diff --git a/packages/manager/modules/hub/package.json b/packages/manager/modules/hub/package.json index b3d307e4c56f..c35529dbd679 100644 --- a/packages/manager/modules/hub/package.json +++ b/packages/manager/modules/hub/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-hub", - "version": "3.17.6-alpha.0", + "version": "3.17.6-alpha.1", "private": true, "description": "Set of components for Manager Hub", "repository": {