Skip to content

Commit dc4f5dd

Browse files
aottrovh-cds
authored andcommitted
release(*): dysprosium-cod-13
Signed-off-by: ovh-cds <[email protected]>
1 parent b40c73e commit dc4f5dd

File tree

25 files changed

+153
-25
lines changed

25 files changed

+153
-25
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sonar.projectName=manager
77
sonar.sources=.
88
sonar.sourceEncoding=UTF-8
99
sonar.ws.timeout=60
10-
sonar.projectVersion=dysprosium-cod-12
10+
sonar.projectVersion=dysprosium-cod-13
1111

1212
sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
1313
sonar.coverage.exclusions=**/*.spec.js

packages/manager/apps/dbaas-logs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.45](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-13)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-dbaas-logs-app
9+
10+
11+
12+
13+
614
## [3.0.44](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-12)
715

816
**Note:** Version bump only for package @ovh-ux/manager-dbaas-logs-app

packages/manager/apps/dbaas-logs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-dbaas-logs-app",
3-
"version": "3.0.44",
3+
"version": "3.0.45",
44
"private": true,
55
"description": "Logs Data Platform standalone application.",
66
"repository": {
@@ -16,10 +16,10 @@
1616
},
1717
"dependencies": {
1818
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
19-
"@ovh-ux/manager-billing-components": "^4.14.0",
19+
"@ovh-ux/manager-billing-components": "^4.15.0",
2020
"@ovh-ux/manager-config": "^8.3.1",
2121
"@ovh-ux/manager-core": "^13.1.4",
22-
"@ovh-ux/manager-dbaas-logs": "^1.28.1",
22+
"@ovh-ux/manager-dbaas-logs": "^1.29.0",
2323
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
2424
"@ovh-ux/manager-ng-layout-helpers": "^2.11.2",
2525
"@ovh-ux/ng-at-internet": "^6.0.15",

packages/manager/apps/dedicated/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [20.35.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **dedicated.dedicated-server:** change translation in details page ([#16860](https://github.com/ovh/manager/issues/16860)) ([b40c73e](https://github.com/ovh/manager/commit/b40c73e5f4112eaeb5bc474ff0f8c822ee7ca301)), closes [#MANAGER-17902](https://github.com/ovh/manager/issues/MANAGER-17902)
12+
13+
14+
### Features
15+
16+
* **dedicated:** ftc change wordings ([#16484](https://github.com/ovh/manager/issues/16484)) ([4e81ff2](https://github.com/ovh/manager/commit/4e81ff2e81fc02b044dc8c2415f70adf594451fb)), closes [#MANAGER-17653](https://github.com/ovh/manager/issues/MANAGER-17653)
17+
* **dedicated:** ftc update delete service wording ([#16936](https://github.com/ovh/manager/issues/16936)) ([04f53e9](https://github.com/ovh/manager/commit/04f53e9308b0b81531de86b0c438cb09eeab892b)), closes [#MANAGER-18157](https://github.com/ovh/manager/issues/MANAGER-18157)
18+
* **dedicated:** update terms of service modal wording ([#16870](https://github.com/ovh/manager/issues/16870)) ([97c7d90](https://github.com/ovh/manager/commit/97c7d9050f6f592b8270debf91978bdc70e962b3)), closes [#MANAGER-18130](https://github.com/ovh/manager/issues/MANAGER-18130)
19+
20+
21+
22+
23+
624
## [20.34.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-13)
725

826

packages/manager/apps/dedicated/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-dedicated",
3-
"version": "20.34.2",
3+
"version": "20.35.0",
44
"private": true,
55
"description": "OVHcloud Dedicated control panel.",
66
"repository": {
@@ -25,20 +25,20 @@
2525
"@ovh-ux/manager-banner": "^1.3.3",
2626
"@ovh-ux/manager-beta-preference": "^1.0.0",
2727
"@ovh-ux/manager-billing": "^0.36.0",
28-
"@ovh-ux/manager-billing-components": "^4.14.0",
29-
"@ovh-ux/manager-bm-server-components": "^2.9.7",
28+
"@ovh-ux/manager-billing-components": "^4.15.0",
29+
"@ovh-ux/manager-bm-server-components": "^2.10.0",
3030
"@ovh-ux/manager-catalog-price": "^1.8.0",
3131
"@ovh-ux/manager-cda": "^1.10.0",
3232
"@ovh-ux/manager-cloud-connect": "^1.21.1",
3333
"@ovh-ux/manager-cloud-styles": "^1.8.5",
3434
"@ovh-ux/manager-components": "^1.25.1",
3535
"@ovh-ux/manager-config": "^8.3.1",
3636
"@ovh-ux/manager-core": "^13.1.4",
37-
"@ovh-ux/manager-dbaas-logs": "^1.28.1",
37+
"@ovh-ux/manager-dbaas-logs": "^1.29.0",
3838
"@ovh-ux/manager-error-page": "^2.4.3",
3939
"@ovh-ux/manager-exchange": "^4.14.0",
4040
"@ovh-ux/manager-filters": "^1.1.1",
41-
"@ovh-ux/manager-iplb": "^1.22.1",
41+
"@ovh-ux/manager-iplb": "^1.23.0",
4242
"@ovh-ux/manager-metrics": "^1.6.1",
4343
"@ovh-ux/manager-models": "^2.4.4",
4444
"@ovh-ux/manager-nasha": "^2.20.0",
@@ -49,7 +49,7 @@
4949
"@ovh-ux/manager-trusted-nic": "^1.2.1",
5050
"@ovh-ux/manager-veeam-cloud-connect": "^2.9.0",
5151
"@ovh-ux/manager-veeam-enterprise": "^1.12.0",
52-
"@ovh-ux/manager-vps": "^2.46.6",
52+
"@ovh-ux/manager-vps": "^2.47.0",
5353
"@ovh-ux/manager-vrack": "^1.19.0",
5454
"@ovh-ux/ng-at-internet": "^6.0.15",
5555
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.2",

packages/manager/apps/iplb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.38](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-13)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-iplb-app
9+
10+
11+
12+
13+
614
## [3.1.37](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-12)
715

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

packages/manager/apps/iplb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-iplb-app",
3-
"version": "3.1.37",
3+
"version": "3.1.38",
44
"private": true,
55
"description": "IP Load Balancer standalone application.",
66
"repository": {
@@ -19,7 +19,7 @@
1919
"@ovh-ux/manager-config": "^8.3.1",
2020
"@ovh-ux/manager-core": "^13.1.4",
2121
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
22-
"@ovh-ux/manager-iplb": "^1.22.1",
22+
"@ovh-ux/manager-iplb": "^1.23.0",
2323
"@ovh-ux/manager-ng-layout-helpers": "^2.11.2",
2424
"@ovh-ux/ng-at-internet": "^6.0.15",
2525
"@ovh-ux/ng-ovh-actions-menu": "^5.1.3",

packages/manager/apps/nasha/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.58](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-13)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-nasha-app
9+
10+
11+
12+
13+
614
## [4.0.57](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-12)
715

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

packages/manager/apps/nasha/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-nasha-app",
3-
"version": "4.0.57",
3+
"version": "4.0.58",
44
"private": true,
55
"description": "NAS-HA standalone application.",
66
"repository": {
@@ -15,7 +15,7 @@
1515
"start": "webpack-dev-server"
1616
},
1717
"dependencies": {
18-
"@ovh-ux/manager-billing-components": "^4.14.0",
18+
"@ovh-ux/manager-billing-components": "^4.15.0",
1919
"@ovh-ux/manager-catalog-price": "^1.8.0",
2020
"@ovh-ux/manager-components": "^1.25.1",
2121
"@ovh-ux/manager-config": "^8.3.1",

packages/manager/apps/netapp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.68](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-13)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-netapp-app
9+
10+
11+
12+
13+
614
## [0.9.67](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-05-13)
715

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

0 commit comments

Comments
 (0)