Skip to content

Commit e6111ff

Browse files
mathieumousnierovh-cds
authored andcommitted
release(*): radium-eagle-13
Signed-off-by: ovh-cds <[email protected]>
1 parent eec4ac1 commit e6111ff

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
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=radium-eagle-12
10+
sonar.projectVersion=radium-eagle-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/okms/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.37.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **i18n:** add missing translations [CDS 4438] ([e63af1a](https://github.com/ovh/manager/commit/e63af1ad1bfe03863cbd79e69959c7d17a823705))
12+
* **i18n:** add missing translations [CDS 766] ([6f2c226](https://github.com/ovh/manager/commit/6f2c22688cd8106754797425cf858b7970061e34))
13+
* **okms:** kmip public ca button downloads the wrong file ([5b9260b](https://github.com/ovh/manager/commit/5b9260b952e435c8ca8faac8001da098aabb9bf1)), closes [#MANAGER-18832](https://github.com/ovh/manager/issues/MANAGER-18832)
14+
* **okms:** request failling with broken cas param ([6edae6a](https://github.com/ovh/manager/commit/6edae6a0524e4f47e4ceaaebfa6c6f89c635cc0e)), closes [#MANAGER-17868](https://github.com/ovh/manager/issues/MANAGER-17868)
15+
* **okms:** swagger link on okms dashboard ([6075090](https://github.com/ovh/manager/commit/6075090d11e43de87be22db7569a147cefca3251)), closes [#MANAGER-19806](https://github.com/ovh/manager/issues/MANAGER-19806)
16+
17+
18+
### Features
19+
20+
* **okms:** add current version information ([3a6377c](https://github.com/ovh/manager/commit/3a6377c438fe711d648be93918347cf48d7cfd09)), closes [#MANAGER-19657](https://github.com/ovh/manager/issues/MANAGER-19657)
21+
* **okms:** display default max versions in secret manager settings form ([addee4e](https://github.com/ovh/manager/commit/addee4ef48c3c802eb49acbe4de5258a6f2cc81a)), closes [#MANAGER-17868](https://github.com/ovh/manager/issues/MANAGER-17868)
22+
* **okms:** edit settings drawer ([7f890ef](https://github.com/ovh/manager/commit/7f890efda0f6935fa4fd68adcce45ca7f5b81a87)), closes [#MANAGER-17868](https://github.com/ovh/manager/issues/MANAGER-17868)
23+
24+
25+
26+
27+
628
## [0.36.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-11-02)
729

830
**Note:** Version bump only for package @ovh-ux/manager-okms-app

packages/manager/apps/okms/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-okms-app",
3-
"version": "0.36.9",
3+
"version": "0.37.0",
44
"private": true,
55
"description": "ovh okms",
66
"repository": {

0 commit comments

Comments
 (0)