Skip to content

Commit

Permalink
sync: master to develop
Browse files Browse the repository at this point in the history
sync: master to develop
  • Loading branch information
ovh-ux-cds authored Oct 17, 2024
2 parents 7cff150 + 153b7b6 commit f68007f
Show file tree
Hide file tree
Showing 75 changed files with 484 additions and 130 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=tungsten-raccoon
sonar.projectVersion=tungsten-raccoon-1

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/ovh-shell/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.

# [3.9.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)


### Features

* **container:** updated user widget and support dynamic updates ([fb64b9e](https://github.com/ovh/manager/commit/fb64b9eca4c10c868e656eb62f286ae971746de3))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/components/ovh-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/shell",
"version": "3.8.0",
"version": "3.9.0",
"private": true,
"description": "Communication and interaction between applications",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/manager-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.38.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)

**Note:** Version bump only for package @ovh-ux/manager-react-components

## [1.38.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-15)

### Reverts
Expand Down
4 changes: 2 additions & 2 deletions packages/manager-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-react-components",
"version": "1.38.1",
"version": "1.38.2",
"main": "src/lib.ts",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ovh-ux/manager-core-api": "^0.8.0",
"@ovh-ux/manager-react-shell-client": "^0.7.2",
"@ovh-ux/manager-react-shell-client": "^0.7.3",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
"@ovhcloud/ods-components": "17.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/carbon-calculator/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.4.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)

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





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

**Note:** Version bump only for package @ovh-ux/manager-carbon-calculator-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/carbon-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-carbon-calculator-app",
"version": "0.4.10",
"version": "0.4.11",
"private": true,
"description": "OVHcloud CarbonCalculator app",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@ovh-ux/ng-translate-async-loader": "^2.2.1",
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.1",
"@ovh-ux/request-tagger": "^0.3.0",
"@ovh-ux/shell": "^3.8.0",
"@ovh-ux/shell": "^3.9.0",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/catalog/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.

## [1.14.17](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)

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





## [1.14.16](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-15)

**Note:** Version bump only for package @ovh-ux/manager-catalog-app
Expand Down
10 changes: 5 additions & 5 deletions packages/manager/apps/catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-catalog-app",
"version": "1.14.16",
"version": "1.14.17",
"private": true,
"description": "OVHcloud Catalog application",
"repository": {
Expand All @@ -24,10 +24,10 @@
"@cucumber/cucumber": "^10.3.1",
"@ovh-ux/manager-core-api": "^0.8.0",
"@ovh-ux/manager-core-utils": "^0.3.0",
"@ovh-ux/manager-react-components": "^1.38.1",
"@ovh-ux/manager-react-core-application": "^0.10.2",
"@ovh-ux/manager-react-shell-client": "^0.7.2",
"@ovh-ux/shell": "^3.8.0",
"@ovh-ux/manager-react-components": "^1.38.2",
"@ovh-ux/manager-react-core-application": "^0.10.3",
"@ovh-ux/manager-react-shell-client": "^0.7.3",
"@ovh-ux/shell": "^3.9.0",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
"@ovhcloud/ods-components": "17.2.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/manager/apps/container/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.82.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)


### Bug Fixes

* **i18n:** add missing translations [CDS 3402] ([b007251](https://github.com/ovh/manager/commit/b007251ae796eb0ad9d1edbc2b588ce3a4a8b88f))


### Features

* **container:** updated user widget and support dynamic updates ([fb64b9e](https://github.com/ovh/manager/commit/fb64b9eca4c10c868e656eb62f286ae971746de3))





## [0.81.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-15)


Expand Down
6 changes: 3 additions & 3 deletions 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.81.1",
"version": "0.82.0",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
Expand Down Expand Up @@ -31,13 +31,13 @@
"@emotion/styled": "^11.10.0",
"@ovh-ux/manager-config": "^7.4.0",
"@ovh-ux/manager-core-api": "^0.8.0",
"@ovh-ux/manager-react-components": "^1.38.1",
"@ovh-ux/manager-react-components": "^1.38.2",
"@ovh-ux/manager-vite-config": "^0.8.0",
"@ovh-ux/ovh-payment-method": "^0.5.0",
"@ovh-ux/ovh-product-icons": "^0.6.0",
"@ovh-ux/ovh-reket": "^2.1.2",
"@ovh-ux/request-tagger": "^0.3.0",
"@ovh-ux/shell": "^3.8.0",
"@ovh-ux/shell": "^3.9.0",
"@ovh-ux/ui-kit": "^6.10.5",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
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.17](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)

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





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

**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.16",
"version": "2.3.17",
"private": true,
"description": "Logs Data Platform standalone application.",
"repository": {
Expand All @@ -23,7 +23,7 @@
"@ovh-ux/manager-billing-components": "^3.21.1",
"@ovh-ux/manager-config": "^7.4.0",
"@ovh-ux/manager-core": "^12.17.1",
"@ovh-ux/manager-dbaas-logs": "^1.26.1",
"@ovh-ux/manager-dbaas-logs": "^1.26.2",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/ng-at-internet": "^5.11.13",
Expand Down
17 changes: 17 additions & 0 deletions packages/manager/apps/dedicated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [19.59.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)


### Bug Fixes

* **i18n:** add missing translations [CDS 3399] ([dbf1962](https://github.com/ovh/manager/commit/dbf1962e0e747c9883eee6bfca25c27921eb01d3))
* remove ovh-banner from universes ([#13496](https://github.com/ovh/manager/issues/13496)) ([bd91395](https://github.com/ovh/manager/commit/bd91395193ae97dc5cb7ea1dc6c32b69547e3fde))


### Features

* **container:** updated user widget and support dynamic updates ([fb64b9e](https://github.com/ovh/manager/commit/fb64b9eca4c10c868e656eb62f286ae971746de3))





# [19.58.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-14)


Expand Down
6 changes: 3 additions & 3 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.58.0",
"version": "19.59.0",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@ovh-ux/manager-components": "^1.21.0",
"@ovh-ux/manager-config": "^7.4.0",
"@ovh-ux/manager-core": "^12.17.1",
"@ovh-ux/manager-dbaas-logs": "^1.26.1",
"@ovh-ux/manager-dbaas-logs": "^1.26.2",
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-exchange": "^4.8.0",
"@ovh-ux/manager-filters": "^1.1.1",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.1",
"@ovh-ux/ng-ui-router-layout": "^4.3.1",
"@ovh-ux/request-tagger": "^0.3.0",
"@ovh-ux/shell": "^3.8.0",
"@ovh-ux/shell": "^3.9.0",
"@ovh-ux/sign-up": "^2.18.2",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
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.16](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)

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





## [5.10.15](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-07)

**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.15",
"version": "5.10.16",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.1",
"@ovh-ux/ng-ui-router-layout": "^4.3.1",
"@ovh-ux/request-tagger": "^0.3.0",
"@ovh-ux/shell": "^3.8.0",
"@ovh-ux/shell": "^3.9.0",
"@ovh-ux/ui-kit": "^6.10.5",
"@ovh-ux/url-builder": "^1.2.0",
"@uirouter/angularjs": "^1.0.23",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/iam/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.10](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)

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





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

**Note:** Version bump only for package @ovh-ux/manager-iam-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/iam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-iam-app",
"version": "2.3.9",
"version": "2.3.10",
"private": true,
"description": "IAM standalone application.",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@ovh-ux/ng-shell-tracking": "^0.5.10",
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.1",
"@ovh-ux/request-tagger": "^0.3.0",
"@ovh-ux/shell": "^3.8.0",
"@ovh-ux/shell": "^3.9.0",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.5",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)

**Note:** Version bump only for package @ovh-ux/manager-key-management-service-app





# [0.9.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-16)


Expand Down
10 changes: 5 additions & 5 deletions 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.9.0",
"version": "0.9.1",
"private": true,
"description": "ovh key-management-service",
"repository": {
Expand All @@ -25,10 +25,10 @@
"@ovh-ux/manager-config": "*",
"@ovh-ux/manager-core-api": "*",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-module-order": "^0.5.3",
"@ovh-ux/manager-react-components": "^1.38.1",
"@ovh-ux/manager-react-core-application": "*",
"@ovh-ux/manager-react-shell-client": "*",
"@ovh-ux/manager-module-order": "^0.5.4",
"@ovh-ux/manager-react-components": "^1.38.2",
"@ovh-ux/manager-react-core-application": "^0.10.3",
"@ovh-ux/manager-react-shell-client": "^0.7.3",
"@ovh-ux/manager-tailwind-config": "*",
"@ovh-ux/request-tagger": "*",
"@ovhcloud/ods-common-core": "17.2.2",
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.15](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)

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





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

**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.14",
"version": "0.6.15",
"private": true,
"description": "OVHcloud OctaviaLoadBalancer app",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.1",
"@ovh-ux/ng-ui-router-layout": "^4.3.1",
"@ovh-ux/request-tagger": "^0.3.0",
"@ovh-ux/shell": "^3.8.0",
"@ovh-ux/shell": "^3.9.0",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.5",
Expand Down
Loading

0 comments on commit f68007f

Please sign in to comment.