Skip to content

Commit

Permalink
release: potassium-ferret-10
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
SimonChaumet authored and ovh-cds committed Dec 9, 2024
1 parent 76e1860 commit 6fed7d8
Show file tree
Hide file tree
Showing 39 changed files with 227 additions and 36 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-9
sonar.projectVersion=potassium-ferret-10

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
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.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





## [20.5.1](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/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.1",
"version": "20.5.2",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
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.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





## [0.1.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-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.6",
"version": "0.1.7",
"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.11.2",
"@ovh-ux/manager-pci-common": "^0.12.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.13](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.12](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-pci-block-storage-app
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.12",
"version": "0.6.13",
"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.11.2",
"@ovh-ux/manager-pci-common": "^0.12.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.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





## [0.9.20](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-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.20",
"version": "0.9.21",
"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.11.2",
"@ovh-ux/manager-pci-common": "^0.12.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.11.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.10.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-pci-kubernetes-app
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.10.3",
"version": "0.11.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.11.2",
"@ovh-ux/manager-pci-common": "^0.12.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.4](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.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-pci-load-balancer-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-load-balancer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-load-balancer-app",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"description": "PCI Octavia load balancer react app",
"type": "module",
Expand All @@ -21,7 +21,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.11.2",
"@ovh-ux/manager-pci-common": "^0.12.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-private-network/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.11.4](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-private-network-app





## [0.11.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-pci-private-network-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-private-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-private-network-app",
"version": "0.11.3",
"version": "0.11.4",
"private": true,
"description": "PCI Private network 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.11.2",
"@ovh-ux/manager-pci-common": "^0.12.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-private-registry/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.2.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-private-registry-app





## [0.2.7](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-pci-private-registry-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-private-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-private-registry-app",
"version": "0.2.7",
"version": "0.2.8",
"private": true,
"description": "PCI Private registry react app",
"type": "module",
Expand All @@ -19,7 +19,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.11.2",
"@ovh-ux/manager-pci-common": "^0.12.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-public-ip/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.8.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)


### Features

* **pci-public-ip:** ui design review ([#13945](https://github.com/ovh/manager/issues/13945)) ([d72dfd2](https://github.com/ovh/manager/commit/d72dfd200b79eb913891021c4bf9063c78cd70f4))





## [0.7.22](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-pci-public-ip-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-public-ip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-public-ip-app",
"version": "0.7.22",
"version": "0.8.0",
"private": true,
"description": "PCI Public IPs react app",
"type": "module",
Expand All @@ -19,7 +19,7 @@
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-module-order": "^0.9.1",
"@ovh-ux/manager-pci-common": "^0.11.2",
"@ovh-ux/manager-pci-common": "^0.12.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
8 changes: 8 additions & 0 deletions packages/manager/apps/pci-rancher/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.21.11](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-rancher-app





## [1.21.10](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-pci-rancher-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-rancher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-rancher-app",
"version": "1.21.10",
"version": "1.21.11",
"private": true,
"description": "pci-rancher",
"repository": {
Expand All @@ -25,7 +25,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.11.2",
"@ovh-ux/manager-pci-common": "^0.12.0",
"@ovh-ux/manager-react-components": "^1.43.0",
"@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-savings-plan/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.

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


### Features

* **svp:** update i18n to handle plural ([#13938](https://github.com/ovh/manager/issues/13938)) ([2f67d83](https://github.com/ovh/manager/commit/2f67d8382b7cae7af1584528bda41c24caf0190e))





## [1.4.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-pci-savings-plan-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-savings-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-savings-plan-app",
"version": "1.4.3",
"version": "1.5.0",
"private": true,
"description": "savings plan application",
"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.11.2",
"@ovh-ux/manager-pci-common": "^0.12.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-ssh-keys/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.7.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-09)


### Features

* **pci-ssh-keys:** ui design review ([#13992](https://github.com/ovh/manager/issues/13992)) ([58930f5](https://github.com/ovh/manager/commit/58930f57a073bf27dcc2ea1d72220285dba7c163))





## [0.6.29](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-pci-ssh-keys-app
Expand Down
Loading

0 comments on commit 6fed7d8

Please sign in to comment.