Skip to content

Commit c415902

Browse files
authored
sync: master to develop
sync: master to develop
2 parents c85fdca + 9cc7356 commit c415902

File tree

47 files changed

+265
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+265
-44
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=lanthanum-robot-5
10+
sonar.projectVersion=lanthanum-robot-6
1111

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

packages/components/ng-log-live-tail/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+
# [2.4.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-03)
7+
8+
9+
### Features
10+
11+
* **pci:** log to customer display css ([#12768](https://github.com/ovh/manager/issues/12768)) ([5762d7d](https://github.com/ovh/manager/commit/5762d7db240c14b1123ff08d1c3744b9d1cf7ba5))
12+
13+
14+
15+
16+
617
# [2.3.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-03)
718

819

packages/components/ng-log-live-tail/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/ng-log-live-tail",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Poll a log API for displaying messages",
55
"keywords": [
66
"angularjs",

packages/manager/apps/carrier-sip/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.3.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-03)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-carrier-sip-app
9+
10+
11+
12+
13+
614
## [3.3.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-29)
715

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

packages/manager/apps/carrier-sip/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-carrier-sip-app",
3-
"version": "3.3.7",
3+
"version": "3.3.8",
44
"private": true,
55
"description": "Carrier SIP Trunk standalone application.",
66
"repository": {
@@ -31,7 +31,7 @@
3131
"@ovh-ux/ng-ovh-request-tagger": "^1.2.3",
3232
"@ovh-ux/ng-ovh-sso-auth": "^4.8.1",
3333
"@ovh-ux/ng-ovh-swimming-poll": "^5.1.1",
34-
"@ovh-ux/ng-ovh-telecom-universe-components": "^7.28.2",
34+
"@ovh-ux/ng-ovh-telecom-universe-components": "^7.28.3",
3535
"@ovh-ux/ng-translate-async-loader": "^2.2.1",
3636
"@ovh-ux/request-tagger": "^0.3.0",
3737
"@ovh-ux/ui-kit": "^6.10.4",

packages/manager/apps/container/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.72.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **container:** fixed interpolation issue with user widget ([#12721](https://github.com/ovh/manager/issues/12721)) ([fc51fd8](https://github.com/ovh/manager/commit/fc51fd83101e52c78e60a7fd4860f2208d280a99))
12+
13+
14+
### Features
15+
16+
* **container:** improved pnr sidebar wording ([#12206](https://github.com/ovh/manager/issues/12206)) ([e71e726](https://github.com/ovh/manager/commit/e71e726e8a61b858e19ba85980a8ad92a56cd106))
17+
* **container:** added ai dashboard to pnr v2 navigation ([#12731](https://github.com/ovh/manager/issues/12731)) ([e2ba8c9](https://github.com/ovh/manager/commit/e2ba8c963c215898f73caaf435293366d36f2303))
18+
* **container:** pnr added kms entry on security, identity & operations ([#12258](https://github.com/ovh/manager/issues/12258)) ([ae58073](https://github.com/ovh/manager/commit/ae5807393ad3b99a56092e2db467d4d98e95e006))
19+
20+
21+
22+
23+
624
# [0.71.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-03)
725

826

packages/manager/apps/container/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-container-app",
3-
"version": "0.71.0",
3+
"version": "0.72.0",
44
"private": true,
55
"description": "OVHcloud Manager Container.",
66
"repository": {

packages/manager/apps/dbaas-logs/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+
## [2.3.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-03)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-dbaas-logs-app
9+
10+
11+
12+
13+
614
## [2.3.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-03)
715

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

packages/manager/apps/dbaas-logs/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-dbaas-logs-app",
3-
"version": "2.3.8",
3+
"version": "2.3.9",
44
"private": true,
55
"description": "Logs Data Platform standalone application.",
66
"repository": {
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
23-
"@ovh-ux/manager-billing-components": "^3.20.0",
23+
"@ovh-ux/manager-billing-components": "^3.21.0",
2424
"@ovh-ux/manager-config": "^7.3.3",
2525
"@ovh-ux/manager-core": "^12.17.0",
2626
"@ovh-ux/manager-dbaas-logs": "^1.23.1",

packages/manager/apps/dedicated/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+
# [19.53.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-03)
7+
8+
9+
### Features
10+
11+
* **dedicated.pcc:** add Managed VCD migration ([#12547](https://github.com/ovh/manager/issues/12547)) ([14db45e](https://github.com/ovh/manager/commit/14db45e958134b607103b1ccd005da26fb23631e))
12+
* **dedicated:** updating IAM on HPC to GA ([#12329](https://github.com/ovh/manager/issues/12329)) ([7ba3a0b](https://github.com/ovh/manager/commit/7ba3a0ba482ddbaf56b5d8e40f6107bc8b88f605))
13+
14+
15+
16+
17+
618
# [19.52.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-03)
719

820

0 commit comments

Comments
 (0)