Skip to content

Commit ae9859f

Browse files
anooparvetiovh-cds
authored andcommitted
release: promethium-armadillo-4
Signed-off-by: ovh-cds <[email protected]>
1 parent cec3a30 commit ae9859f

File tree

21 files changed

+118
-14
lines changed

21 files changed

+118
-14
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=promethium-armadillo-3
10+
sonar.projectVersion=promethium-armadillo-4
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/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.0.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-14)
7+
8+
9+
### Bug Fixes
10+
11+
* remove unused translations [CDS] ([1c1edcf](https://github.com/ovh/manager/commit/1c1edcf56b0f34f4f4adda6e60323c9bb453e1e6))
12+
13+
14+
15+
16+
617
## [20.0.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-13)
718

819

packages/manager/apps/dedicated/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",
3-
"version": "20.0.2",
3+
"version": "20.0.3",
44
"private": true,
55
"description": "OVHcloud Dedicated control panel.",
66
"repository": {

packages/manager/apps/octavia-load-balancer/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.7.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-14)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-octavia-load-balancer-app
9+
10+
11+
12+
13+
614
## [0.7.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-13)
715

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

packages/manager/apps/octavia-load-balancer/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-octavia-load-balancer-app",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"private": true,
55
"description": "OVHcloud OctaviaLoadBalancer app",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"@ovh-ux/manager-config": "^8.0.0",
2424
"@ovh-ux/manager-core": "^13.0.0",
2525
"@ovh-ux/manager-error-page": "^2.4.1",
26-
"@ovh-ux/manager-log-to-customer": "^2.3.1",
26+
"@ovh-ux/manager-log-to-customer": "^2.3.2",
2727
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
2828
"@ovh-ux/manager-octavia-load-balancer": "^1.6.0",
2929
"@ovh-ux/ng-at-internet": "^6.0.0",

packages/manager/apps/pci-block-storage/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.6.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **i18n:** add missing translations [CDS 3469] ([96b67de](https://github.com/ovh/manager/commit/96b67de703775003097162a978b2b8ecc000ef3e))
12+
* **i18n:** add missing translations [CDS 3474] ([03eada4](https://github.com/ovh/manager/commit/03eada4618222008528ea825b88219600ca197c0))
13+
14+
15+
16+
17+
618
## [0.6.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-13)
719

820
**Note:** Version bump only for package @ovh-ux/manager-pci-block-storage-app

packages/manager/apps/pci-block-storage/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-pci-block-storage-app",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"private": true,
55
"description": "PCI Block storage react app",
66
"type": "module",

packages/manager/apps/pci-private-network/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **i18n:** add missing translations [CDS 3469] ([96b67de](https://github.com/ovh/manager/commit/96b67de703775003097162a978b2b8ecc000ef3e))
12+
* **i18n:** add missing translations [CDS 3474] ([03eada4](https://github.com/ovh/manager/commit/03eada4618222008528ea825b88219600ca197c0))
13+
14+
15+
16+
17+
618
## [0.9.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-13)
719

820
**Note:** Version bump only for package @ovh-ux/manager-pci-private-network-app

packages/manager/apps/pci-private-network/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-pci-private-network-app",
3-
"version": "0.9.8",
3+
"version": "0.9.9",
44
"private": true,
55
"description": "PCI Private network react app",
66
"type": "module",

packages/manager/apps/pci-rancher/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [1.21.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **i18n:** add missing translations [CDS 3469] ([96b67de](https://github.com/ovh/manager/commit/96b67de703775003097162a978b2b8ecc000ef3e))
12+
* **i18n:** add missing translations [CDS 3474] ([03eada4](https://github.com/ovh/manager/commit/03eada4618222008528ea825b88219600ca197c0))
13+
14+
15+
16+
17+
618
## [1.21.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-13)
719

820
**Note:** Version bump only for package @ovh-ux/manager-pci-rancher-app

0 commit comments

Comments
 (0)