Skip to content

Commit

Permalink
release: chlorine-koala-3
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
frenautvh authored and ovh-cds committed Dec 12, 2024
1 parent 870c7c4 commit 1f6f591
Show file tree
Hide file tree
Showing 33 changed files with 190 additions and 32 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=chlorine-koala-2
sonar.projectVersion=chlorine-koala-3

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

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





## [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
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.8",
"version": "0.1.9",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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
30 changes: 30 additions & 0 deletions packages/manager/apps/pci-billing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **pci-billing:** alert chart ([27132b2](https://github.com/ovh/manager/commit/27132b2622ead0c646c510190046a969df2ad3da))
* **pci-billing:** alert chart font ([42db1b0](https://github.com/ovh/manager/commit/42db1b005cd2aa1eb4297b1e280ceec0530690eb))
* **pci-billing:** alert y axis range ([50e7f44](https://github.com/ovh/manager/commit/50e7f446169dc6cbd689a3dd37f36820595820f9))
* **pci-billing:** discovery projects ([d1a71ff](https://github.com/ovh/manager/commit/d1a71ffc957fe6637f6db2234284cdc2ccac669e))
* **pci-billing:** display empty consumption when no exist in api ([9d6e1e1](https://github.com/ovh/manager/commit/9d6e1e1e3addd2e25df8630e647b5ab9a3fb8109))
* **pci-billing:** estimate prices gap and pci-modal ([f00a4b5](https://github.com/ovh/manager/commit/f00a4b5f98ea974e0096ae2be50521669294a1f5))
* **pci-billing:** fix breadcrum and active tab ([84979b0](https://github.com/ovh/manager/commit/84979b07db806599f57770b1256ce9eb5d12f66f))
* **pci-billing:** lint step ([3a10f1e](https://github.com/ovh/manager/commit/3a10f1e9776cfb113dcb4a8afa6feff4c76b1328))
* **pci-billing:** minor design changes ([499b67d](https://github.com/ovh/manager/commit/499b67d04428e3ea6bf324519d304eae0a6ca019))
* **pci-billing:** pair test return of billing history ([e4d6756](https://github.com/ovh/manager/commit/e4d675631c57f92164ae40c10b549af2f6760795))
* **pci-billing:** refactor columns ([b3ccffb](https://github.com/ovh/manager/commit/b3ccffbac442f2e5351feb27aaeddffea6eb337a))


### Features

* **pci-billing:** add billing current usage section ([4d9d7ec](https://github.com/ovh/manager/commit/4d9d7ec55bd56abcecc85bf066c9c4e73190a5d9))
* **pci-billing:** add history billing section ([2969a6c](https://github.com/ovh/manager/commit/2969a6c32376b91678425653e7e73ce84f91174c))
* **pci-billing:** add layout for tabs routing ([b117b58](https://github.com/ovh/manager/commit/b117b58b01fee323e38bde2c4a1e47476d8584ce))
* **pci-billing:** estimate usage tab ([d7781cf](https://github.com/ovh/manager/commit/d7781cf52eec9562b4c56a5f94202516e6430b72))
* **pci-billing:** init pci-billing react app ([180bcfc](https://github.com/ovh/manager/commit/180bcfca069579469dd2974e5ed84adb27a29f9d))
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-billing-app",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "PCI Billing 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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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
8 changes: 8 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,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-12-12)

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





## [0.6.14](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.14",
"version": "0.6.15",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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.23](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-12)

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





## [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
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.22",
"version": "0.9.23",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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-kubernetes/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.12.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-12)

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





# [0.12.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.12.0",
"version": "0.12.1",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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-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.2.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-12)

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





## [0.2.5](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-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.5",
"version": "0.2.6",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-12)

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





## [0.11.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-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.5",
"version": "0.11.6",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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.10](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-12)

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





## [0.2.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-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.9",
"version": "0.2.10",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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-public-ip/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-12-12)

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





# [0.9.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-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.9.0",
"version": "0.9.1",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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.13](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-12)

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





## [1.21.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-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.12",
"version": "1.21.13",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





# [1.6.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-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.6.0",
"version": "1.6.1",
"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.13.0",
"@ovh-ux/manager-pci-common": "^0.14.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-ssh-keys/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.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-12)

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





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


Expand Down
Loading

0 comments on commit 1f6f591

Please sign in to comment.