From 1f45ac7dd5a0b30326552dfbc03866e7652562ba Mon Sep 17 00:00:00 2001 From: ovh-cds Date: Mon, 4 Nov 2024 13:53:52 +0000 Subject: [PATCH] release: neptunium-wildebeest-7 Signed-off-by: ovh-cds --- .sonarcloud.properties | 2 +- packages/manager/apps/pci/CHANGELOG.md | 8 ++++++++ packages/manager/apps/pci/package.json | 4 ++-- packages/manager/apps/public-cloud/CHANGELOG.md | 8 ++++++++ packages/manager/apps/public-cloud/package.json | 4 ++-- packages/manager/modules/pci/CHANGELOG.md | 11 +++++++++++ packages/manager/modules/pci/package.json | 2 +- 7 files changed, 33 insertions(+), 6 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 2798be8ea0de..2be7e5033112 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-6 +sonar.projectVersion=neptunium-wildebeest-7 sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js sonar.coverage.exclusions=**/*.spec.js diff --git a/packages/manager/apps/pci/CHANGELOG.md b/packages/manager/apps/pci/CHANGELOG.md index 5861ae196154..e4142275680f 100644 --- a/packages/manager/apps/pci/CHANGELOG.md +++ b/packages/manager/apps/pci/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. +## [4.6.36-alpha.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-app@4.6.36-alpha.1...@ovh-ux/manager-pci-app@4.6.36-alpha.2) (2024-11-04) + +**Note:** Version bump only for package @ovh-ux/manager-pci-app + + + + + ## [4.6.36-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-app@4.6.36-alpha.0...@ovh-ux/manager-pci-app@4.6.36-alpha.1) (2024-10-31) **Note:** Version bump only for package @ovh-ux/manager-pci-app diff --git a/packages/manager/apps/pci/package.json b/packages/manager/apps/pci/package.json index fb9e3b8e1e3f..cc9c383bfc36 100644 --- a/packages/manager/apps/pci/package.json +++ b/packages/manager/apps/pci/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-pci-app", - "version": "4.6.36-alpha.1", + "version": "4.6.36-alpha.2", "private": true, "description": "Public Cloud Instance standalone application.", "repository": { @@ -29,7 +29,7 @@ "@ovh-ux/manager-filters": "^1.1.1", "@ovh-ux/manager-log-to-customer": "^2.3.1", "@ovh-ux/manager-ng-layout-helpers": "^2.9.1", - "@ovh-ux/manager-pci": "^6.65.0", + "@ovh-ux/manager-pci": "^6.65.1", "@ovh-ux/manager-trusted-nic": "^1.2.1", "@ovh-ux/ng-at-internet": "^5.11.18-alpha.0", "@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0", diff --git a/packages/manager/apps/public-cloud/CHANGELOG.md b/packages/manager/apps/public-cloud/CHANGELOG.md index fa7826ec4e78..df75e63330e8 100644 --- a/packages/manager/apps/public-cloud/CHANGELOG.md +++ b/packages/manager/apps/public-cloud/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. +## [6.11.1-alpha.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-public-cloud@6.11.1-alpha.1...@ovh-ux/manager-public-cloud@6.11.1-alpha.2) (2024-11-04) + +**Note:** Version bump only for package @ovh-ux/manager-public-cloud + + + + + ## [6.11.1-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-public-cloud@6.11.1-alpha.0...@ovh-ux/manager-public-cloud@6.11.1-alpha.1) (2024-10-31) **Note:** Version bump only for package @ovh-ux/manager-public-cloud diff --git a/packages/manager/apps/public-cloud/package.json b/packages/manager/apps/public-cloud/package.json index 38eb3926f5b6..a85574885595 100644 --- a/packages/manager/apps/public-cloud/package.json +++ b/packages/manager/apps/public-cloud/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-public-cloud", - "version": "6.11.1-alpha.1", + "version": "6.11.1-alpha.2", "private": true, "description": "OVHcloud Public Cloud control panel.", "repository": { @@ -32,7 +32,7 @@ "@ovh-ux/manager-error-page": "^2.4.1", "@ovh-ux/manager-log-to-customer": "^2.3.1", "@ovh-ux/manager-ng-layout-helpers": "^2.9.1", - "@ovh-ux/manager-pci": "^6.65.0", + "@ovh-ux/manager-pci": "^6.65.1", "@ovh-ux/manager-telecom-styles": "^4.8.3", "@ovh-ux/ng-at-internet": "^5.11.18-alpha.0", "@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0", diff --git a/packages/manager/modules/pci/CHANGELOG.md b/packages/manager/modules/pci/CHANGELOG.md index 0b5573e9367e..6589ec79f023 100644 --- a/packages/manager/modules/pci/CHANGELOG.md +++ b/packages/manager/modules/pci/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. +## [6.65.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci@6.65.0...@ovh-ux/manager-pci@6.65.1) (2024-11-04) + + +### Bug Fixes + +* **pci.instances:** use productAvailability to get snapshot price ([#13827](https://github.com/ovh/manager/issues/13827)) ([11c884e](https://github.com/ovh/manager/commit/11c884e3d384ca400c3abf8fa5ddc7b38999becf)) + + + + + # [6.65.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci@6.64.1...@ovh-ux/manager-pci@6.65.0) (2024-10-28) diff --git a/packages/manager/modules/pci/package.json b/packages/manager/modules/pci/package.json index e96162882acd..a866bd1ba8a7 100644 --- a/packages/manager/modules/pci/package.json +++ b/packages/manager/modules/pci/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-pci", - "version": "6.65.0", + "version": "6.65.1", "private": true, "description": "Public Cloud Instance product.", "repository": {