Skip to content

Commit f4fe626

Browse files
b-fritz-ovhovh-cds
authored andcommitted
release(*): livermorium-jellyfish-3
Signed-off-by: ovh-cds <[email protected]>
1 parent b543057 commit f4fe626

File tree

13 files changed

+91
-11
lines changed

13 files changed

+91
-11
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=livermorium-jellyfish-2
10+
sonar.projectVersion=livermorium-jellyfish-3
1111

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

packages/manager/apps/dedicated-servers/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.7.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **i18n:** add missing translations [CDS 4481] ([4d33d7e](https://github.com/ovh/manager/commit/4d33d7e77a03b3d77a0617717a109bfc741ff575))
12+
13+
14+
### Features
15+
16+
* **dedicated-server:** add guides ([d1424cc](https://github.com/ovh/manager/commit/d1424cc38a9dd372ddc3f3c9991a5f04b34da913)), closes [#MANAGER-19960](https://github.com/ovh/manager/issues/MANAGER-19960)
17+
18+
19+
20+
21+
622
## [0.6.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-19)
723

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

packages/manager/apps/dedicated-servers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-dedicated-servers-app",
3-
"version": "0.6.11",
3+
"version": "0.7.0",
44
"private": true,
55
"description": "Dedicated server listing ",
66
"repository": {

packages/manager/apps/dedicated/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.64.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **iplb:** add italy flag for order page ([cb1422f](https://github.com/ovh/manager/commit/cb1422f4b3790e3213d23b90733a92ec09ebbbf3)), closes [#MANAGER-20354](https://github.com/ovh/manager/issues/MANAGER-20354)
12+
13+
14+
15+
16+
617
## [20.64.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-21)
718

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

packages/manager/apps/dedicated/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-dedicated",
3-
"version": "20.64.8",
3+
"version": "20.64.9",
44
"private": true,
55
"description": "OVHcloud Dedicated control panel.",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"@ovh-ux/manager-beta-preference": "^1.0.0",
2727
"@ovh-ux/manager-billing": "^0.54.0",
2828
"@ovh-ux/manager-billing-components": "^4.28.1",
29-
"@ovh-ux/manager-bm-server-components": "^2.17.7",
29+
"@ovh-ux/manager-bm-server-components": "^2.18.0",
3030
"@ovh-ux/manager-catalog-price": "^1.8.0",
3131
"@ovh-ux/manager-cda": "^1.10.1",
3232
"@ovh-ux/manager-cloud-connect": "^1.26.0",
@@ -43,7 +43,7 @@
4343
"@ovh-ux/manager-metrics": "^1.6.1",
4444
"@ovh-ux/manager-models": "^2.6.2",
4545
"@ovh-ux/manager-nasha": "^2.20.2",
46-
"@ovh-ux/manager-netapp": "^2.15.4",
46+
"@ovh-ux/manager-netapp": "^2.16.0",
4747
"@ovh-ux/manager-ng-layout-helpers": "^2.12.1",
4848
"@ovh-ux/manager-nutanix": "^2.11.15",
4949
"@ovh-ux/manager-resource-tagging": "^1.3.0",

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.134](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-26)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-netapp-app
9+
10+
11+
12+
13+
614
## [0.9.133](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-21)
715

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

packages/manager/apps/netapp/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-netapp-app",
3-
"version": "0.9.133",
3+
"version": "0.9.134",
44
"private": true,
55
"description": "NetApp standalone application",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"@ovh-ux/manager-error-page": "^2.4.6",
2525
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
2626
"@ovh-ux/manager-models": "^2.6.2",
27-
"@ovh-ux/manager-netapp": "^2.15.4",
27+
"@ovh-ux/manager-netapp": "^2.16.0",
2828
"@ovh-ux/manager-ng-layout-helpers": "^2.12.1",
2929
"@ovh-ux/ng-at-internet": "^6.0.34",
3030
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.5",

packages/manager/apps/nutanix/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.106](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-26)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-nutanix-app
9+
10+
11+
12+
13+
614
## [3.0.105](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-21)
715

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

packages/manager/apps/nutanix/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-nutanix-app",
3-
"version": "3.0.105",
3+
"version": "3.0.106",
44
"private": true,
55
"description": "OVHcloud Nutanix app",
66
"repository": {
@@ -15,7 +15,7 @@
1515
"start": "webpack-dev-server"
1616
},
1717
"dependencies": {
18-
"@ovh-ux/manager-bm-server-components": "^2.17.7",
18+
"@ovh-ux/manager-bm-server-components": "^2.18.0",
1919
"@ovh-ux/manager-components": "^1.26.2",
2020
"@ovh-ux/manager-config": "^8.7.1",
2121
"@ovh-ux/manager-core": "^13.2.20",

packages/manager/modules/bm-server-components/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [2.18.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **dedicated:** remove useless class ([63c0cab](https://github.com/ovh/manager/commit/63c0cab1773045640a151d247e36e1dbc094dc6a)), closes [#MANAGER-18036](https://github.com/ovh/manager/issues/MANAGER-18036)
12+
13+
14+
### Features
15+
16+
* **dedicated:** add network aggregation disclaimer on OLA section ([1e04f1b](https://github.com/ovh/manager/commit/1e04f1bbe6b980c3730e78e9fef744bad79425eb)), closes [#MANAGER-20186](https://github.com/ovh/manager/issues/MANAGER-20186)
17+
18+
19+
20+
21+
622
## [2.17.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-16)
723

824
**Note:** Version bump only for package @ovh-ux/manager-bm-server-components

0 commit comments

Comments
 (0)