Skip to content

Commit

Permalink
release: helium-goat-2
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
qpavy authored and ovh-cds committed Aug 19, 2024
1 parent 13fdf94 commit edb696b
Show file tree
Hide file tree
Showing 7 changed files with 42 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=helium-goat-1
sonar.projectVersion=helium-goat-2

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

# [19.49.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-19)


### Bug Fixes

* **dedicated.ip:** add missing import ([#12737](https://github.com/ovh/manager/issues/12737)) ([13fdf94](https://github.com/ovh/manager/commit/13fdf94b814b31870010a753b4e970a2ce948909))


### Features

* **dedicated-cloud:** adding active node in datastore page ([#12313](https://github.com/ovh/manager/issues/12313)) ([bd73b15](https://github.com/ovh/manager/commit/bd73b15774fa3b039b1841d6ef400accbfea220d))
* **dedicated-cloud:** adding location in hosts and datastores pages ([#12257](https://github.com/ovh/manager/issues/12257)) ([36480b6](https://github.com/ovh/manager/commit/36480b60bc960fbecd7d9ec96f7a1a77ed249f49))





## [19.48.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-19)

**Note:** Version bump only for package @ovh-ux/manager-dedicated
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": "19.48.2",
"version": "19.49.0",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.20.0-alpha.43",
"@ovh-ux/manager-billing-components": "^3.19.0",
"@ovh-ux/manager-bm-server-components": "^1.30.0",
"@ovh-ux/manager-bm-server-components": "^1.31.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cloud-connect": "^1.15.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.

## [2.2.34](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-19)

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





## [2.2.33](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-13)

**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": "2.2.33",
"version": "2.2.34",
"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": "^1.30.0",
"@ovh-ux/manager-bm-server-components": "^1.31.0",
"@ovh-ux/manager-components": "^1.19.3",
"@ovh-ux/manager-config": "^7.3.3",
"@ovh-ux/manager-core": "^12.17.0",
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.

# [1.31.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-19)


### Features

* **dedicated:** make the label responsive ([#12594](https://github.com/ovh/manager/issues/12594)) ([419e7a7](https://github.com/ovh/manager/commit/419e7a70f03508a671a89d7092d4c8179d1e6234))





# [1.30.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-13)


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": "1.30.0",
"version": "1.31.0",
"private": true,
"description": "OVHcloud BmServerComponents product",
"repository": {
Expand Down

0 comments on commit edb696b

Please sign in to comment.