Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync develop & master #14533

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=potassium-ferret-11
sonar.projectVersion=chlorine-koala

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
18 changes: 18 additions & 0 deletions packages/manager/apps/dedicated/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.

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


### Bug Fixes

* **dedicated.pcc:** fix order label when SAP HANA is unavailable ([#14288](https://github.com/ovh/manager/issues/14288)) ([81c8311](https://github.com/ovh/manager/commit/81c8311650643f45dc7d18be0bbf5448163745b1))
* **dedicated:** update landing page guide links ([#13563](https://github.com/ovh/manager/issues/13563)) ([5d9ae91](https://github.com/ovh/manager/commit/5d9ae911b5c93121018765f50e119e55dcdb5154))


### Features

* **dedicated:** fix translation issue in fr and ca ([#14091](https://github.com/ovh/manager/issues/14091)) ([417a57f](https://github.com/ovh/manager/commit/417a57fb080ff8f585091b41b7b83ae37c64608a))
* **dedicated:** show tempory ip when slice or merge ([#13387](https://github.com/ovh/manager/issues/13387)) ([4424f5a](https://github.com/ovh/manager/commit/4424f5a82acd1931dfd284c379cad0278b8baba7))





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

**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.5.3",
"version": "20.6.0",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -42,14 +42,14 @@
"@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.3",
"@ovh-ux/manager-netapp": "^2.2.4",
"@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.43.3",
"@ovh-ux/manager-vps": "^2.43.4",
"@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",
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.14](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-11)

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





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

**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.13",
"version": "0.9.14",
"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.3",
"@ovh-ux/manager-netapp": "^2.2.4",
"@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/vps/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.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-11)

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





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

**Note:** Version bump only for package @ovh-ux/manager-vps-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/vps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-vps-app",
"version": "3.0.7",
"version": "3.0.8",
"private": true,
"description": "VPS standalone application.",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ovh-ux/manager-models": "^2.2.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-product-offers": "^5.6.1",
"@ovh-ux/manager-vps": "^2.43.3",
"@ovh-ux/manager-vps": "^2.43.4",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.2.1",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **vrack-services:** add missing translations [CDS 3537] ([#14438](https://github.com/ovh/manager/issues/14438)) ([460e0b9](https://github.com/ovh/manager/commit/460e0b90a88e09491d4811c60540baa530b0ca01))





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


Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "0.10.8",
"private": true,
"description": "OVHcloud VrackServices app",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/netapp/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.2.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-11)


### Bug Fixes

* **vrack-services:** add missing translations [CDS 3537] ([#14438](https://github.com/ovh/manager/issues/14438)) ([460e0b9](https://github.com/ovh/manager/commit/460e0b90a88e09491d4811c60540baa530b0ca01))





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


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


### Bug Fixes

* **dedicated.vps:** fix the access to vps dashboard with iam rules ([#14124](https://github.com/ovh/manager/issues/14124)) ([286f0d3](https://github.com/ovh/manager/commit/286f0d3ba22cab4919b606a8ea70831421b8fea1))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/vps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-vps",
"version": "2.43.3",
"version": "2.43.4",
"private": true,
"description": "VPS product.",
"repository": {
Expand Down
Loading