Skip to content

Commit

Permalink
release: gadolinium-salmon-6
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
ovh-cds authored and ovh-cds committed Dec 3, 2024
1 parent 4292386 commit f204f79
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 10 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=gadolinium-salmon-5
sonar.projectVersion=gadolinium-salmon-6

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

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


### Bug Fixes

* **dedicated.ip:** fix ipv4 vrack order on us ([4292386](https://github.com/ovh/manager/commit/4292386ac9242201ffce0626884ab12d50530813))
* **dedicated:** fix conflict and linter ([5632ae5](https://github.com/ovh/manager/commit/5632ae5973c83b9da7c514ad6486077e5591b266))


### Features

* **dedicated.ip:** fix action menu with overflow table ([7ae95bc](https://github.com/ovh/manager/commit/7ae95bcb4ce511a50a7e78775c4ae9b3e321696a))
* **dedicated.license:** enable license upgrade with new routes ([#12343](https://github.com/ovh/manager/issues/12343)) ([3730a35](https://github.com/ovh/manager/commit/3730a35dbcd0f57d2873e80a344077e61f616bd2))
* **dedicated.pcc:** add line break on software solution tile item ([e8d0d89](https://github.com/ovh/manager/commit/e8d0d89f9e0b9b435a18f6e0d0b6b447e86c5ae5))
* **dedicated:** implement new traking nomenclature ([#13755](https://github.com/ovh/manager/issues/13755)) ([ad5c098](https://github.com/ovh/manager/commit/ad5c098803140879559a2bcdc23c784221b530bc))





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


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.3.2",
"version": "20.4.0",
"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.1.1",
"@ovh-ux/manager-netapp": "^2.2.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-nutanix": "^2.0.2",
"@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.43.1",
"@ovh-ux/manager-vrack": "^1.12.3",
"@ovh-ux/manager-vrack": "^1.13.0",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@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.6](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-netapp-app





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

**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.5",
"version": "0.9.6",
"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.1.1",
"@ovh-ux/manager-netapp": "^2.2.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
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.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





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

**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.4",
"version": "3.0.5",
"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.12.3",
"@ovh-ux/manager-vrack": "^1.13.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
17 changes: 17 additions & 0 deletions packages/manager/modules/netapp/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.

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


### Bug Fixes

* **dedicated:** fix conflict and linter ([5632ae5](https://github.com/ovh/manager/commit/5632ae5973c83b9da7c514ad6486077e5591b266))
* **netapp:** show creation date in UTC timezone ([369ebc7](https://github.com/ovh/manager/commit/369ebc72544db1009e6e2b64675052f50242c0bb))


### Features

* **dedicated.netapp:** add hold snapshot feature ([b37426f](https://github.com/ovh/manager/commit/b37426f17b271410c3744971f4605302f8c3d734))





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


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.1.1",
"version": "2.2.0",
"private": true,
"description": "NetApp product.",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/vrack/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.13.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-03)


### Features

* **dedicated.vrack:** add occ as new eligibility service in vrack ([cdd738c](https://github.com/ovh/manager/commit/cdd738cc4e3ef9d6568720bcac35d50d9570fa71))





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

**Note:** Version bump only for package @ovh-ux/manager-vrack
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.12.3",
"version": "1.13.0",
"private": true,
"description": "vRack product.",
"keywords": [
Expand Down

0 comments on commit f204f79

Please sign in to comment.