Skip to content

Commit

Permalink
release: potassium-ferret-3
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
anooparveti authored and ovh-cds committed Dec 5, 2024
1 parent 0bcbe19 commit 5ce134e
Show file tree
Hide file tree
Showing 95 changed files with 517 additions and 112 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=potassium-ferret-2
sonar.projectVersion=potassium-ferret-3

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.

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


### Features

* **shell:** add method to notify container a modal action is done ([#14025](https://github.com/ovh/manager/issues/14025)) ([00bb420](https://github.com/ovh/manager/commit/00bb420256c205290c56de37c06ce3835719c86d))





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

**Note:** Version bump only for package @ovh-ux/shell
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": "4.0.2",
"version": "4.1.0",
"description": "Communication and interaction between applications",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/account/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.1.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

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





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

**Note:** Version bump only for package @ovh-ux/manager-account-app
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-account-app",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "User account and contacts management application",
"repository": {
Expand All @@ -19,7 +19,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-account-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-account": "^0.2.0",
"@ovh-ux/manager-account": "^0.2.1",
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
Expand All @@ -42,7 +42,7 @@
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.2",
"@ovh-ux/ng-ui-router-layout": "^4.3.2",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.2",
"@ovh-ux/shell": "^4.1.0",
"@ovh-ux/sign-up": "^3.0.1",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
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.5.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

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





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

**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.5.3",
"version": "0.5.4",
"private": true,
"description": "OVHcloud CarbonCalculator app",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@ovh-ux/ng-translate-async-loader": "^2.2.2",
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.2",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.2",
"@ovh-ux/shell": "^4.1.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.28](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

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





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

**Note:** Version bump only for package @ovh-ux/manager-catalog-app
Expand Down
6 changes: 3 additions & 3 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.27",
"version": "1.14.28",
"private": true,
"description": "OVHcloud Catalog application",
"repository": {
Expand All @@ -25,9 +25,9 @@
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "^0.3.0",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-core-application": "^0.11.2",
"@ovh-ux/manager-react-core-application": "^0.11.3",
"@ovh-ux/manager-react-shell-client": "^0.8.2",
"@ovh-ux/shell": "^4.0.2",
"@ovh-ux/shell": "^4.1.0",
"@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/container/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.91.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

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





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


Expand Down
4 changes: 2 additions & 2 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.91.1",
"version": "0.91.2",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@ovh-ux/ovh-product-icons": "^0.6.0",
"@ovh-ux/ovh-reket": "^2.1.7",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.2",
"@ovh-ux/shell": "^4.1.0",
"@ovh-ux/ui-kit": "^6.10.5",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
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.

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


### Bug Fixes

* **i18n:** add missing translations [CDS 3523] ([e1009b0](https://github.com/ovh/manager/commit/e1009b0f42e20c49a8859ca5f9a43a237028e910))
* **i18n:** add missing translations [CDS 3529] ([0c4d712](https://github.com/ovh/manager/commit/0c4d712a341515b50ca0d27af7f8eb79e900cb5e))





## [20.4.1](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-dedicated
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": "20.4.1",
"version": "20.4.2",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cloud-connect": "^1.16.0",
"@ovh-ux/manager-cloud-styles": "^1.8.4",
"@ovh-ux/manager-components": "^1.22.2",
"@ovh-ux/manager-components": "^1.22.3",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-dbaas-logs": "^1.26.3",
Expand All @@ -42,7 +42,7 @@
"@ovh-ux/manager-metrics": "^1.6.1",
"@ovh-ux/manager-models": "^2.2.0",
"@ovh-ux/manager-nasha": "^2.16.3",
"@ovh-ux/manager-netapp": "^2.2.0",
"@ovh-ux/manager-netapp": "^2.2.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-nutanix": "^2.0.2",
"@ovh-ux/manager-support": "^2.0.2",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.2",
"@ovh-ux/ng-ui-router-layout": "^4.3.2",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.2",
"@ovh-ux/shell": "^4.1.0",
"@ovh-ux/sign-up": "^3.0.1",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/hpc-vmware-managed-vcd/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.3.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

**Note:** Version bump only for package @ovh-ux/manager-hpc-vmware-managed-vcd-app





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/hpc-vmware-managed-vcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hpc-vmware-managed-vcd-app",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "New managed VMware Cloud Director offers",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-module-order": "^0.9.0",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-core-application": "^0.11.2",
"@ovh-ux/manager-react-core-application": "^0.11.3",
"@ovh-ux/manager-react-shell-client": "^0.8.2",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
"@ovh-ux/request-tagger": "^0.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/hub-react/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.4.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)


### Bug Fixes

* **i18n:** add missing translations [CDS 3540] ([853ffbe](https://github.com/ovh/manager/commit/853ffbe24dc2a0c2af6ebdcf985ceac192f10c28))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/hub-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hub-react-app",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-models": "^2.2.0",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-core-application": "^0.11.2",
"@ovh-ux/manager-react-core-application": "^0.11.3",
"@ovh-ux/manager-react-shell-client": "^0.8.2",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
"@ovh-ux/request-tagger": "^0.4.0",
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.

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

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





## [6.0.5](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-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": "6.0.5",
"version": "6.0.6",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.2",
"@ovh-ux/ng-ui-router-layout": "^4.3.2",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.2",
"@ovh-ux/shell": "^4.1.0",
"@ovh-ux/ui-kit": "^6.10.5",
"@ovh-ux/url-builder": "^2.0.0",
"@uirouter/angularjs": "^1.0.23",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/hycu/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.3.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-05)

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





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


Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "0.3.8",
"private": true,
"description": "Backup HYCU for OVHcloud",
"repository": {
Expand All @@ -25,7 +25,7 @@
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-module-order": "^0.9.0",
"@ovh-ux/manager-react-components": "^1.41.2",
"@ovh-ux/manager-react-core-application": "^0.11.2",
"@ovh-ux/manager-react-core-application": "^0.11.3",
"@ovh-ux/manager-react-shell-client": "^0.8.2",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
"@ovh-ux/request-tagger": "^0.4.0",
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.

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

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





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

**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": "3.0.3",
"version": "3.0.4",
"private": true,
"description": "IAM standalone application.",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@ovh-ux/ng-shell-tracking": "^0.6.1",
"@ovh-ux/ng-ui-router-breadcrumb": "^1.3.2",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.2",
"@ovh-ux/shell": "^4.1.0",
"@ovh-ux/ui-kit": "^6.10.5",
"@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.5",
Expand Down
Loading

0 comments on commit 5ce134e

Please sign in to comment.