Skip to content

Commit

Permalink
release: lanthanum-robot-6
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
ghyenne authored and ovh-cds committed Sep 3, 2024
1 parent 0154708 commit 9cc7356
Show file tree
Hide file tree
Showing 47 changed files with 265 additions and 44 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=lanthanum-robot-5
sonar.projectVersion=lanthanum-robot-6

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/components/ng-log-live-tail/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.

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


### Features

* **pci:** log to customer display css ([#12768](https://github.com/ovh/manager/issues/12768)) ([5762d7d](https://github.com/ovh/manager/commit/5762d7db240c14b1123ff08d1c3744b9d1cf7ba5))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/components/ng-log-live-tail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-log-live-tail",
"version": "2.3.0",
"version": "2.4.0",
"description": "Poll a log API for displaying messages",
"keywords": [
"angularjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/carrier-sip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





## [3.3.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-29)

**Note:** Version bump only for package @ovh-ux/manager-carrier-sip-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/carrier-sip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-carrier-sip-app",
"version": "3.3.7",
"version": "3.3.8",
"private": true,
"description": "Carrier SIP Trunk standalone application.",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@ovh-ux/ng-ovh-request-tagger": "^1.2.3",
"@ovh-ux/ng-ovh-sso-auth": "^4.8.1",
"@ovh-ux/ng-ovh-swimming-poll": "^5.1.1",
"@ovh-ux/ng-ovh-telecom-universe-components": "^7.28.2",
"@ovh-ux/ng-ovh-telecom-universe-components": "^7.28.3",
"@ovh-ux/ng-translate-async-loader": "^2.2.1",
"@ovh-ux/request-tagger": "^0.3.0",
"@ovh-ux/ui-kit": "^6.10.4",
Expand Down
18 changes: 18 additions & 0 deletions packages/manager/apps/container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **container:** fixed interpolation issue with user widget ([#12721](https://github.com/ovh/manager/issues/12721)) ([fc51fd8](https://github.com/ovh/manager/commit/fc51fd83101e52c78e60a7fd4860f2208d280a99))


### Features

* **container:** improved pnr sidebar wording ([#12206](https://github.com/ovh/manager/issues/12206)) ([e71e726](https://github.com/ovh/manager/commit/e71e726e8a61b858e19ba85980a8ad92a56cd106))
* **container:** added ai dashboard to pnr v2 navigation ([#12731](https://github.com/ovh/manager/issues/12731)) ([e2ba8c9](https://github.com/ovh/manager/commit/e2ba8c963c215898f73caaf435293366d36f2303))
* **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))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-container-app",
"version": "0.71.0",
"version": "0.72.0",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/dbaas-logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-dbaas-logs-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/dbaas-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-dbaas-logs-app",
"version": "2.3.8",
"version": "2.3.9",
"private": true,
"description": "Logs Data Platform standalone application.",
"repository": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-billing-components": "^3.20.0",
"@ovh-ux/manager-billing-components": "^3.21.0",
"@ovh-ux/manager-config": "^7.3.3",
"@ovh-ux/manager-core": "^12.17.0",
"@ovh-ux/manager-dbaas-logs": "^1.23.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/manager/apps/dedicated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **dedicated.pcc:** add Managed VCD migration ([#12547](https://github.com/ovh/manager/issues/12547)) ([14db45e](https://github.com/ovh/manager/commit/14db45e958134b607103b1ccd005da26fb23631e))
* **dedicated:** updating IAM on HPC to GA ([#12329](https://github.com/ovh/manager/issues/12329)) ([7ba3a0b](https://github.com/ovh/manager/commit/7ba3a0ba482ddbaf56b5d8e40f6107bc8b88f605))





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


Expand Down
8 changes: 4 additions & 4 deletions packages/manager/apps/dedicated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-dedicated",
"version": "19.52.0",
"version": "19.53.0",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand All @@ -25,8 +25,8 @@
"@ovh-ux/manager-banner": "^1.3.1",
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.20.0-alpha.44",
"@ovh-ux/manager-billing-components": "^3.20.0",
"@ovh-ux/manager-bm-server-components": "^1.32.0",
"@ovh-ux/manager-billing-components": "^3.21.0",
"@ovh-ux/manager-bm-server-components": "^1.33.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cloud-connect": "^1.15.0",
Expand All @@ -44,7 +44,7 @@
"@ovh-ux/manager-nasha": "^2.16.3",
"@ovh-ux/manager-netapp": "^1.14.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-nutanix": "^1.20.0",
"@ovh-ux/manager-nutanix": "^1.21.0",
"@ovh-ux/manager-support": "^1.23.1",
"@ovh-ux/manager-trusted-nic": "^1.2.1",
"@ovh-ux/manager-veeam-cloud-connect": "^2.8.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/freefax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





## [8.1.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-29)

**Note:** Version bump only for package @ovh-ux/manager-freefax-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/freefax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-freefax-app",
"version": "8.1.9",
"version": "8.1.10",
"private": true,
"description": "Freefax standalone application.",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@ovh-ux/ng-ovh-request-tagger": "^1.2.3",
"@ovh-ux/ng-ovh-sso-auth": "^4.8.1",
"@ovh-ux/ng-ovh-swimming-poll": "^5.1.1",
"@ovh-ux/ng-ovh-telecom-universe-components": "^7.28.2",
"@ovh-ux/ng-ovh-telecom-universe-components": "^7.28.3",
"@ovh-ux/ng-ovh-ui-confirm-modal": "^2.1.1",
"@ovh-ux/ng-tail-logs": "^2.1.1",
"@ovh-ux/ng-translate-async-loader": "^2.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/hub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-hub-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hub-app",
"version": "5.10.10",
"version": "5.10.11",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-banner": "^1.3.1",
"@ovh-ux/manager-billing-components": "^3.20.0",
"@ovh-ux/manager-billing-components": "^3.21.0",
"@ovh-ux/manager-config": "^7.3.3",
"@ovh-ux/manager-core": "^12.17.0",
"@ovh-ux/manager-error-page": "^2.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/nasha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-nasha-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/nasha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-nasha-app",
"version": "3.2.24",
"version": "3.2.25",
"private": true,
"description": "NAS-HA standalone application.",
"repository": {
Expand All @@ -19,7 +19,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-nasha-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-billing-components": "^3.20.0",
"@ovh-ux/manager-billing-components": "^3.21.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-components": "^1.19.3",
"@ovh-ux/manager-config": "^7.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-netapp-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/netapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-netapp-app",
"version": "0.8.24",
"version": "0.8.25",
"private": true,
"description": "NetApp standalone application",
"repository": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@ovh-ux/manager-advices": "^1.8.1",
"@ovh-ux/manager-billing-components": "^3.20.0",
"@ovh-ux/manager-billing-components": "^3.21.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-components": "^1.19.3",
"@ovh-ux/manager-config": "^7.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/nutanix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-nutanix-app
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/nutanix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-nutanix-app",
"version": "2.2.37",
"version": "2.2.38",
"private": true,
"description": "OVHcloud Nutanix app",
"repository": {
Expand All @@ -19,13 +19,13 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-nutanix-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-bm-server-components": "^1.32.0",
"@ovh-ux/manager-bm-server-components": "^1.33.0",
"@ovh-ux/manager-components": "^1.19.3",
"@ovh-ux/manager-config": "^7.3.3",
"@ovh-ux/manager-core": "^12.17.0",
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-nutanix": "^1.20.0",
"@ovh-ux/manager-nutanix": "^1.21.0",
"@ovh-ux/ng-at-internet": "^5.11.11",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/octavia-load-balancer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-octavia-load-balancer-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/octavia-load-balancer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-octavia-load-balancer-app",
"version": "0.6.6",
"version": "0.6.7",
"private": true,
"description": "OVHcloud OctaviaLoadBalancer app",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ovh-ux/manager-octavia-load-balancer": "^1.6.0",
"@ovh-ux/ng-at-internet": "^5.11.11",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
"@ovh-ux/ng-log-live-tail": "^2.3.0",
"@ovh-ux/ng-log-live-tail": "^2.4.0",
"@ovh-ux/ng-ovh-api-wrappers": "^5.0.0",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.2",
"@ovh-ux/ng-ovh-http": "^5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/overthebox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





## [6.3.14](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-29)

**Note:** Version bump only for package @ovh-ux/manager-overthebox-app
Expand Down
Loading

0 comments on commit 9cc7356

Please sign in to comment.