Skip to content

Commit

Permalink
release: gadolinium-salmon-9
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
aboungnaseng-ovhcloud authored and ovh-cds committed Dec 3, 2024
1 parent f1f2917 commit e057a22
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
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=gadolinium-salmon-8
sonar.projectVersion=gadolinium-salmon-9

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/hycu/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.3.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-03)


### Bug Fixes

* **hycu:** fix wrong loading state for licence data ([02973b4](https://github.com/ovh/manager/commit/02973b46c460d6bbfe32da303e84a392e69e587c))





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

**Note:** Version bump only for package @ovh-ux/manager-hycu-app
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/hycu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hycu-app",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"description": "Backup HYCU for OVHcloud",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/manager/apps/key-management-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **i18n:** add missing translations [CDS 3505] ([8d17327](https://github.com/ovh/manager/commit/8d17327099c3e63d2ecdc2a6170267221801732c))
* **i18n:** add missing translations [CDS 3506] ([22b3287](https://github.com/ovh/manager/commit/22b328751a23c0916f819b16f263e6276f54db6c))
* **kms:** display name style issue ([5c807b9](https://github.com/ovh/manager/commit/5c807b990621014a20b185f1768b77916930b80e))
* **kms:** fix delete credential ([3ed5c0d](https://github.com/ovh/manager/commit/3ed5c0d1bfd3e55bd32ba81238ab76803d7e9fde))
* **kms:** fix service accounts typo ([4e18537](https://github.com/ovh/manager/commit/4e185374f0f086b5f252b845fab4942a310b02d2))
* **kms:** fix urn region on credential creation root account ([f70f44d](https://github.com/ovh/manager/commit/f70f44dd1f1b7d5bd586e4e0eb67c487bd85e620))





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

**Note:** Version bump only for package @ovh-ux/manager-key-management-service-app
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/key-management-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-key-management-service-app",
"version": "0.12.3",
"version": "0.12.4",
"private": true,
"description": "ovh key-management-service",
"repository": {
Expand Down

0 comments on commit e057a22

Please sign in to comment.