Skip to content

Commit

Permalink
release: arsenic-weasel-5
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
sachinrameshn authored and ovh-cds committed Feb 18, 2025
1 parent 46189b0 commit 27f542d
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 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=arsenic-weasel-4
sonar.projectVersion=arsenic-weasel-5

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/dedicated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [20.14.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-18)


### Bug Fixes

* **dedicated-cloud:** use good id on pcc datastore operation ([3d5a9c5](https://github.com/ovh/manager/commit/3d5a9c56bdb98f0f7ad8f91efedcbb85e847b6d5))





## [20.14.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-13)


Expand Down
4 changes: 2 additions & 2 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.14.7",
"version": "20.14.8",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.31.0",
"@ovh-ux/manager-billing-components": "^4.9.0",
"@ovh-ux/manager-bm-server-components": "^2.4.1",
"@ovh-ux/manager-bm-server-components": "^2.5.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cloud-connect": "^1.16.0",
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.22](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-18)

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





## [3.0.21](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-11)

**Note:** Version bump only for package @ovh-ux/manager-nutanix-app
Expand Down
4 changes: 2 additions & 2 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.21",
"version": "3.0.22",
"private": true,
"description": "OVHcloud Nutanix app",
"repository": {
Expand All @@ -19,7 +19,7 @@
"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.4.1",
"@ovh-ux/manager-bm-server-components": "^2.5.0",
"@ovh-ux/manager-components": "^1.22.8",
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/bm-server-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [2.5.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-18)


### Features

* **dedicated:** implement new tracking nomenclature for rbx1 eol ([#15163](https://github.com/ovh/manager/issues/15163)) ([46189b0](https://github.com/ovh/manager/commit/46189b0b99b61f37abb4dab42d4b66c7e55502f6))





## [2.4.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/bm-server-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-bm-server-components",
"version": "2.4.1",
"version": "2.5.0",
"private": true,
"description": "OVHcloud BmServerComponents product",
"repository": {
Expand Down

0 comments on commit 27f542d

Please sign in to comment.