Skip to content

Commit

Permalink
release: potassium-ferret-11
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
MaximeBajeux authored and ovh-cds committed Dec 9, 2024
1 parent ad4fadd commit 4057472
Show file tree
Hide file tree
Showing 59 changed files with 340 additions and 54 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-10
sonar.projectVersion=potassium-ferret-11

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/manager/apps/billing/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.2.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)


### Features

* **billing:** micro app billing ([#13631](https://github.com/ovh/manager/issues/13631)) ([10765a6](https://github.com/ovh/manager/commit/10765a6f2747cd2ea4080b7b374d797541402197))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-billing-app",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "OVHcloud Billing app",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-exchange": "^4.10.0",
"@ovh-ux/manager-models": "^2.1.0",
"@ovh-ux/manager-new-billing": "^0.24.0",
"@ovh-ux/manager-new-billing": "^0.25.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/ng-at-internet": "^6.0.0",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/container/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.93.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)


### Features

* **billing:** micro app billing ([#13631](https://github.com/ovh/manager/issues/13631)) ([10765a6](https://github.com/ovh/manager/commit/10765a6f2747cd2ea4080b7b374d797541402197))





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


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.92.0",
"version": "0.93.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.

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

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





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

**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": "3.0.5",
"version": "3.0.6",
"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": "^4.4.0",
"@ovh-ux/manager-billing-components": "^4.5.0",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-dbaas-logs": "^1.26.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/dedicated/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.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-dedicated
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": "20.5.2",
"version": "20.5.3",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand All @@ -24,8 +24,8 @@
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-banner": "^1.3.2",
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.24.0",
"@ovh-ux/manager-billing-components": "^4.4.0",
"@ovh-ux/manager-billing": "^0.25.0",
"@ovh-ux/manager-billing-components": "^4.5.0",
"@ovh-ux/manager-bm-server-components": "^2.2.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.9.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.

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

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





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

**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.7",
"version": "6.0.8",
"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.2",
"@ovh-ux/manager-billing-components": "^4.4.0",
"@ovh-ux/manager-billing-components": "^4.5.0",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-error-page": "^2.4.2",
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.

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

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





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

**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": "4.0.8",
"version": "4.0.9",
"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": "^4.4.0",
"@ovh-ux/manager-billing-components": "^4.5.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
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.9.13](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

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





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

**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.9.12",
"version": "0.9.13",
"private": true,
"description": "NetApp standalone application",
"repository": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@ovh-ux/manager-advices": "^1.8.2",
"@ovh-ux/manager-billing-components": "^4.4.0",
"@ovh-ux/manager-billing-components": "^4.5.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-components": "^1.22.4",
"@ovh-ux/manager-config": "^8.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/pci-ai-endpoints/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.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

**Note:** Version bump only for package @ovh-ux/manager-pci-ai-endpoints-app





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

**Note:** Version bump only for package @ovh-ux/manager-pci-ai-endpoints-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-ai-endpoints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-ai-endpoints-app",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"description": "Manage AI Endpoints (usage and tokens) through OVHcloud control panel",
"repository": {
Expand All @@ -23,7 +23,7 @@
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-pci-common": "^0.12.0",
"@ovh-ux/manager-pci-common": "^0.13.0",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-core-application": "^0.11.3",
"@ovh-ux/manager-react-shell-client": "^0.8.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/manager/apps/pci-block-storage/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.6.14](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)


### Bug Fixes

* **pci-common:** import styles from manager-pci-common ([76e1860](https://github.com/ovh/manager/commit/76e1860df2db20659567f397456ef86e22005d27))


### Performance Improvements

* **pci-block-storage:** regionalize API calls ([#14150](https://github.com/ovh/manager/issues/14150)) ([3f09dd0](https://github.com/ovh/manager/commit/3f09dd0d0347083839e652647591fa290597ac08))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-block-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-block-storage-app",
"version": "0.6.13",
"version": "0.6.14",
"private": true,
"description": "PCI Block storage react app",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-pci-common": "^0.12.0",
"@ovh-ux/manager-pci-common": "^0.13.0",
"@ovh-ux/manager-react-components": "^1.41.2",
"@ovh-ux/manager-react-core-application": "^0.11.3",
"@ovh-ux/manager-react-shell-client": "^0.8.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/pci-gateway/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.22](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)

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





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

**Note:** Version bump only for package @ovh-ux/manager-pci-gateway-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-gateway-app",
"version": "0.9.21",
"version": "0.9.22",
"private": true,
"description": "PCI Gateway react app",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-pci-common": "^0.12.0",
"@ovh-ux/manager-pci-common": "^0.13.0",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-core-application": "^0.11.3",
"@ovh-ux/manager-react-shell-client": "^0.8.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/manager/apps/pci-kubernetes/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.12.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)


### Bug Fixes

* **pci-common:** import styles from manager-pci-common ([76e1860](https://github.com/ovh/manager/commit/76e1860df2db20659567f397456ef86e22005d27))


### Features

* **pci-kubernetes:** design review alignments ([#14093](https://github.com/ovh/manager/issues/14093)) ([ea9516e](https://github.com/ovh/manager/commit/ea9516e411d8be23560f7d8c6c54eab9b4300984))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-kubernetes-app",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"description": "PCI Kubernetes react app",
"type": "module",
Expand All @@ -20,7 +20,7 @@
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "^0.3.0",
"@ovh-ux/manager-pci-common": "^0.12.0",
"@ovh-ux/manager-pci-common": "^0.13.0",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-core-application": "^0.11.3",
"@ovh-ux/manager-react-shell-client": "^0.8.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/pci-load-balancer/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.2.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)


### Bug Fixes

* **pci-common:** import styles from manager-pci-common ([76e1860](https://github.com/ovh/manager/commit/76e1860df2db20659567f397456ef86e22005d27))





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


Expand Down
Loading

0 comments on commit 4057472

Please sign in to comment.