Skip to content

Commit 0432af2

Browse files
authored
sync(*): master to develop
sync(*): master to develop
2 parents ffd6645 + a8fc469 commit 0432af2

7 files changed

Lines changed: 44 additions & 6 deletions

File tree

.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=hydrogen-wombat-13
10+
sonar.projectVersion=hydrogen-wombat-14
1111

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

packages/manager/apps/bmc-backup-agent-baremetal/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+
# [0.4.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-bmc-backup-agent-baremetal-app@0.3.9...@ovh-ux/manager-bmc-backup-agent-baremetal-app@0.4.0) (2026-02-09)
7+
8+
9+
### Features
10+
11+
* **backup-agent:** change routing of services and agents ([d95c618](https://github.com/ovh/manager/commit/d95c6185cc694fd37c0b0e8beb3ff5a3899eed99)), closes [#BKP-785](https://github.com/ovh/manager/issues/BKP-785)
12+
13+
14+
15+
16+
617
## [0.3.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-bmc-backup-agent-baremetal-app@0.3.8...@ovh-ux/manager-bmc-backup-agent-baremetal-app@0.3.9) (2026-02-06)
718

819
**Note:** Version bump only for package @ovh-ux/manager-bmc-backup-agent-baremetal-app

packages/manager/apps/bmc-backup-agent-baremetal/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-bmc-backup-agent-baremetal-app",
3-
"version": "0.3.9",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "OVHcloud Backup Agent for Baremetal",
66
"repository": {
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@hookform/resolvers": "^5.2.2",
23-
"@ovh-ux/backup-agent": "^1.13.2",
23+
"@ovh-ux/backup-agent": "^1.14.0",
2424
"@ovh-ux/manager-billing-informations": "^1.6.6",
2525
"@ovh-ux/manager-common-translations": "^0.29.0",
2626
"@ovh-ux/manager-config": "^8.9.0",

packages/manager/apps/hpc-backup-agent-iaas/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.1.16](https://github.com/ovh/manager/compare/@ovh-ux/manager-hpc-backup-agent-iaas-app@0.1.15...@ovh-ux/manager-hpc-backup-agent-iaas-app@0.1.16) (2026-02-09)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-hpc-backup-agent-iaas-app
9+
10+
11+
12+
13+
614
## [0.1.15](https://github.com/ovh/manager/compare/@ovh-ux/manager-hpc-backup-agent-iaas-app@0.1.14...@ovh-ux/manager-hpc-backup-agent-iaas-app@0.1.15) (2026-02-06)
715

816
**Note:** Version bump only for package @ovh-ux/manager-hpc-backup-agent-iaas-app

packages/manager/apps/hpc-backup-agent-iaas/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-hpc-backup-agent-iaas-app",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"private": true,
55
"description": "OVHcloud Backup Agent for IaaS",
66
"repository": {
@@ -19,7 +19,7 @@
1919
"test:coverage": "manager-test run --coverage"
2020
},
2121
"dependencies": {
22-
"@ovh-ux/backup-agent": "^1.13.2",
22+
"@ovh-ux/backup-agent": "^1.14.0",
2323
"@ovh-ux/manager-common-translations": "^0.29.0",
2424
"@ovh-ux/manager-config": "^8.9.0",
2525
"@ovh-ux/manager-core-api": "^0.21.2",

packages/manager/modules/backup-agent/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.14.0](https://github.com/ovh/manager/compare/@ovh-ux/backup-agent@1.13.2...@ovh-ux/backup-agent@1.14.0) (2026-02-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **backup-agent:** fix vault information tile loading declaration ([0a6cbe9](https://github.com/ovh/manager/commit/0a6cbe9d5e356617d3eb355745608b9374845da8)), closes [#BKP-738](https://github.com/ovh/manager/issues/BKP-738)
12+
* **i18n:** add missing translations [CDS 1100] ([7b9521b](https://github.com/ovh/manager/commit/7b9521bf504dc403cdb47b5aa74afc4c3b3d14c1)), closes [#BKP-787](https://github.com/ovh/manager/issues/BKP-787) [#BKP-738](https://github.com/ovh/manager/issues/BKP-738)
13+
14+
15+
### Features
16+
17+
* **backup-agent:** add reset tenant password ([1510ee0](https://github.com/ovh/manager/commit/1510ee085b710591ad047aa0e01fcd2f63a233d4)), closes [#BKP-738](https://github.com/ovh/manager/issues/BKP-738)
18+
* **backup-agent:** change routing of services and agents ([d95c618](https://github.com/ovh/manager/commit/d95c6185cc694fd37c0b0e8beb3ff5a3899eed99)), closes [#BKP-785](https://github.com/ovh/manager/issues/BKP-785)
19+
* **backup-agent:** display vault immutability details ([e2fdd1d](https://github.com/ovh/manager/commit/e2fdd1ddc7e53d330dc592207b609c6df9cb42b7)), closes [#BKP-787](https://github.com/ovh/manager/issues/BKP-787)
20+
21+
22+
23+
24+
625
## [1.13.2](https://github.com/ovh/manager/compare/@ovh-ux/backup-agent@1.13.1...@ovh-ux/backup-agent@1.13.2) (2026-02-06)
726

827

packages/manager/modules/backup-agent/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/backup-agent",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"private": true,
55
"description": "",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)