Skip to content

Commit

Permalink
release: scandium-butterfly-2
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
anooparveti authored and ovh-cds committed Dec 18, 2024
1 parent 8534d93 commit fb71b9d
Show file tree
Hide file tree
Showing 15 changed files with 109 additions and 13 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=scandium-butterfly-1
sonar.projectVersion=scandium-butterfly-2

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

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


### Features

* **container:** remove beta badge for vrackservices ([2169811](https://github.com/ovh/manager/commit/21698113d99e2f586d4a860d4a17634c2a7f55e3))
* **dedicated.vrack:** order vrack with preferred payment method ([#12132](https://github.com/ovh/manager/issues/12132)) ([80a45b6](https://github.com/ovh/manager/commit/80a45b64fb2bf0165ed9b39c0ee3fddd5376a5db))





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

**Note:** Version bump only for package @ovh-ux/manager-container-app
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-container-app",
"version": "0.94.1",
"version": "0.95.0",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
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.7.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-18)

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





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

**Note:** Version bump only for package @ovh-ux/manager-dedicated
Expand Down
6 changes: 3 additions & 3 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.7.2",
"version": "20.7.3",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -42,15 +42,15 @@
"@ovh-ux/manager-metrics": "^1.6.1",
"@ovh-ux/manager-models": "^2.2.0",
"@ovh-ux/manager-nasha": "^2.16.3",
"@ovh-ux/manager-netapp": "^2.2.4",
"@ovh-ux/manager-netapp": "^2.3.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.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",
"@ovh-ux/manager-veeam-enterprise": "^1.11.1",
"@ovh-ux/manager-vps": "^2.44.0",
"@ovh-ux/manager-vrack": "^1.13.0",
"@ovh-ux/manager-vrack": "^1.14.0",
"@ovh-ux/ng-at-internet": "^6.0.2",
"@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/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.17](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-18)

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





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

**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.16",
"version": "0.9.17",
"private": true,
"description": "NetApp standalone application",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ovh-ux/manager-error-page": "^2.4.2",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
"@ovh-ux/manager-models": "^2.2.0",
"@ovh-ux/manager-netapp": "^2.2.4",
"@ovh-ux/manager-netapp": "^2.3.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/ng-at-internet": "^6.0.2",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
Expand Down
23 changes: 23 additions & 0 deletions packages/manager/apps/vrack-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **i18n:** add missing translations [CDS 157] ([b652bce](https://github.com/ovh/manager/commit/b652bce5c94017620bbf07397c9309e279540a3b))
* **vrack-services:** disable delete if association exist ([daea97a](https://github.com/ovh/manager/commit/daea97a5cb52d0bb636ed8679e7f10a0ba143f98))
* **vrack-services:** resolve redirection issue ([8b99dba](https://github.com/ovh/manager/commit/8b99dbad270ec4938e46bc81e25e00fe9c6c2ca3))


### Features

* **vrack-services:** block redireaction to onboarding page after order ([#14530](https://github.com/ovh/manager/issues/14530)) ([4b96ed1](https://github.com/ovh/manager/commit/4b96ed100d85c0f3a7ff50ee5b3962db35fb99df))
* **vrack-services:** disable delete option if vs is already associated ([1fd3252](https://github.com/ovh/manager/commit/1fd3252dacdb990ca6ae7e1d6ff28490418e9d96))
* **vrack-services:** fix automatic validation for vs order ([#14365](https://github.com/ovh/manager/issues/14365)) ([040fa80](https://github.com/ovh/manager/commit/040fa8085245ae8c6503c649e8510fe8dc43c21f))
* **vrack-services:** fix display title of edit modal ([7f4e18c](https://github.com/ovh/manager/commit/7f4e18c012f17cfd8835d666cab5d2a17c8e54b4))
* **vrack-services:** modify vrackservices creation modal content ([0ce2799](https://github.com/ovh/manager/commit/0ce27999c1f2e992ac437d6e5b525650fe683862))
* **vrack-services:** order vrs without contracts ([88af63c](https://github.com/ovh/manager/commit/88af63c1ca7d821d87a9ea1bb909766a95f3c72f))





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

**Note:** Version bump only for package @ovh-ux/manager-vrack-services-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/vrack-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-vrack-services-app",
"version": "0.10.10",
"version": "0.11.0",
"private": true,
"description": "OVHcloud VrackServices app",
"repository": {
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-module-order": "^0.9.2",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-module-common-api": "^0.2.0",
"@ovh-ux/manager-module-order": "^0.9.2",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-core-application": "^0.11.4",
"@ovh-ux/manager-react-shell-client": "^0.8.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/vrack/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.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-18)

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





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

**Note:** Version bump only for package @ovh-ux/manager-vrack-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/vrack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-vrack-app",
"version": "3.0.5",
"version": "3.0.6",
"private": true,
"description": "vRack standalone application.",
"repository": {
Expand All @@ -23,7 +23,7 @@
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-vrack": "^1.13.0",
"@ovh-ux/manager-vrack": "^1.14.0",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-contracts": "^4.6.1",
Expand Down
19 changes: 19 additions & 0 deletions packages/manager/modules/netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **i18n:** add missing translations [CDS 158] ([0ceb6be](https://github.com/ovh/manager/commit/0ceb6be04607f0583c5accd3ec320d1387374a65))


### Features

* **dedicated.netapp:** restrict one subnet activation ([c929305](https://github.com/ovh/manager/commit/c92930552dec6d33e4472987bc1759e3f7ba3f22))
* **netapp:** add badge for region compatiability ([1b5a367](https://github.com/ovh/manager/commit/1b5a3679a61af90896e3f4a486716e9934798bc5))
* **netapp:** filter eligible vrackservices list based on efs region ([de3402e](https://github.com/ovh/manager/commit/de3402ed3008badd62e1e286987ce8b17bda76d7))
* **netapp:** retrive region information from catalog ([35c6f7b](https://github.com/ovh/manager/commit/35c6f7b5862246d9c4c86ec5821a2699a7256381))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/netapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-netapp",
"version": "2.2.4",
"version": "2.3.0",
"private": true,
"description": "NetApp product.",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions packages/manager/modules/vrack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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


### Bug Fixes

* **i18n:** add missing translations [CDS 158] ([0ceb6be](https://github.com/ovh/manager/commit/0ceb6be04607f0583c5accd3ec320d1387374a65))


### Features

* **dedicated.vrack:** add vrack services to vrack dashboard ([2c18e66](https://github.com/ovh/manager/commit/2c18e6667a9a3c0dd84c9818a6688c23b5c06903))
* **dedicated.vrack:** order vrack with preferred payment method ([#12132](https://github.com/ovh/manager/issues/12132)) ([80a45b6](https://github.com/ovh/manager/commit/80a45b64fb2bf0165ed9b39c0ee3fddd5376a5db))
* **dedicated.vrack:** restrict single service selection for vs ([b7e52e7](https://github.com/ovh/manager/commit/b7e52e7940b97bccf80bcbe8017b2633cf2c9240))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/vrack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-vrack",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"description": "vRack product.",
"keywords": [
Expand Down

0 comments on commit fb71b9d

Please sign in to comment.