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 2, 2024
2 parents 998434d + 73f8e6b commit 9b77cd6
Show file tree
Hide file tree
Showing 43 changed files with 241 additions and 49 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=hydrogen-beaver-8
sonar.projectVersion=berkelium-jellyfish

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
6 changes: 6 additions & 0 deletions packages/manager-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **pci.savings-plan:** savings plan ([#12172](https://github.com/ovh/manager/issues/12172)) ([6744853](https://github.com/ovh/manager/commit/67448534cdde94927ccab308e002b8894f966367))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/manager-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ovh-ux/manager-react-components",
"private": true,
"version": "1.32.2",
"version": "1.33.0",
"main": "src/lib.ts",
"repository": {
"type": "git",
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.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-catalog-app
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "1.14.9",
"private": true,
"description": "OVHcloud Catalog application",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@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.32.2",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-react-core-application": "^0.10.1",
"@ovh-ux/manager-react-shell-client": "^0.7.1",
"@ovh-ux/shell": "^3.7.1",
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.79.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-02)


### Features

* **pci.savings-plan:** savings plan ([#12172](https://github.com/ovh/manager/issues/12172)) ([6744853](https://github.com/ovh/manager/commit/67448534cdde94927ccab308e002b8894f966367))





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


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.78.0",
"version": "0.79.0",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@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.32.2",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-vite-config": "^0.8.0",
"@ovh-ux/ovh-payment-method": "^0.5.0",
"@ovh-ux/ovh-product-icons": "^0.6.0",
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.7.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-key-management-service-app
Expand Down
4 changes: 2 additions & 2 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.7.3",
"version": "0.7.4",
"private": true,
"description": "ovh key-management-service",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/manager-core-api": "^0.8.0",
"@ovh-ux/manager-core-utils": "^0.3.0",
"@ovh-ux/manager-module-order": "^0.5.1",
"@ovh-ux/manager-react-components": "^1.32.2",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-react-core-application": "^0.10.1",
"@ovh-ux/manager-react-shell-client": "^0.7.1",
"@ovh-ux/manager-tailwind-config": "*",
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.5.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-02)

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





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


Expand Down
6 changes: 3 additions & 3 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.5.5",
"version": "0.5.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@ovh-ux/manager-config": "^7.4.0",
"@ovh-ux/manager-core-api": "^0.8.0",
"@ovh-ux/manager-pci-common": "^0.4.1",
"@ovh-ux/manager-react-components": "^1.32.2",
"@ovh-ux/manager-pci-common": "^0.5.0",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-react-core-application": "^0.10.1",
"@ovh-ux/manager-react-shell-client": "^0.7.1",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/pci-databases-analytics/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.4.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-02)


### Features

* **pci.savings-plan:** savings plan ([#12172](https://github.com/ovh/manager/issues/12172)) ([6744853](https://github.com/ovh/manager/commit/67448534cdde94927ccab308e002b8894f966367))





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

**Note:** Version bump only for package @ovh-ux/manager-pci-databases-analytics-app
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/pci-databases-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-databases-analytics-app",
"version": "1.3.1",
"version": "1.4.0",
"private": true,
"description": "pci-databases-analytics",
"repository": {
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.8.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-pci-gateway-app
Expand Down
6 changes: 3 additions & 3 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.8.2",
"version": "0.8.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@ovh-ux/manager-config": "^7.4.0",
"@ovh-ux/manager-core-api": "^0.8.0",
"@ovh-ux/manager-pci-common": "^0.4.1",
"@ovh-ux/manager-react-components": "^1.32.2",
"@ovh-ux/manager-pci-common": "^0.5.0",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-react-core-application": "^0.10.1",
"@ovh-ux/manager-react-shell-client": "^0.7.1",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
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.2.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-02)

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





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


Expand Down
6 changes: 3 additions & 3 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.2.3",
"version": "0.2.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"@ovh-ux/manager-config": "^7.4.0",
"@ovh-ux/manager-core-api": "*",
"@ovh-ux/manager-core-utils": "^0.3.0",
"@ovh-ux/manager-pci-common": "^0.4.1",
"@ovh-ux/manager-react-components": "^1.32.2",
"@ovh-ux/manager-pci-common": "^0.5.0",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-react-core-application": "^0.10.1",
"@ovh-ux/manager-react-shell-client": "^0.7.1",
"@ovh-ux/manager-tailwind-config": "*",
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.7.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-02)

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





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


Expand Down
6 changes: 3 additions & 3 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.7.0",
"version": "0.7.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@ovh-ux/manager-config": "^7.4.0",
"@ovh-ux/manager-core-api": "^0.8.0",
"@ovh-ux/manager-pci-common": "^0.4.1",
"@ovh-ux/manager-react-components": "^1.32.2",
"@ovh-ux/manager-pci-common": "^0.5.0",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-react-core-application": "^0.10.1",
"@ovh-ux/manager-react-shell-client": "^0.7.1",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
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.6.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-pci-public-ip-app
Expand Down
6 changes: 3 additions & 3 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.6.2",
"version": "0.6.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"@ovh-ux/manager-config": "^7.4.0",
"@ovh-ux/manager-core-api": "^0.8.0",
"@ovh-ux/manager-module-order": "^0.5.1",
"@ovh-ux/manager-pci-common": "^0.4.1",
"@ovh-ux/manager-react-components": "^1.32.2",
"@ovh-ux/manager-pci-common": "^0.5.0",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-react-core-application": "^0.10.1",
"@ovh-ux/manager-react-shell-client": "^0.7.1",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **pci.savings-plan:** savings plan ([#12172](https://github.com/ovh/manager/issues/12172)) ([6744853](https://github.com/ovh/manager/commit/67448534cdde94927ccab308e002b8894f966367))





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


Expand Down
6 changes: 3 additions & 3 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.16.0",
"version": "1.17.0",
"private": true,
"description": "pci-rancher",
"repository": {
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@ovh-ux/manager-config": "^7.4.0",
"@ovh-ux/manager-core-api": "^0.8.0",
"@ovh-ux/manager-pci-common": "^0.4.1",
"@ovh-ux/manager-react-components": "^1.32.2",
"@ovh-ux/manager-pci-common": "^0.5.0",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-react-core-application": "^0.10.1",
"@ovh-ux/manager-react-shell-client": "^0.7.1",
"@ovh-ux/request-tagger": "^0.3.0",
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
@@ -0,0 +1,11 @@
# Change Log

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

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


### Features

* **pci.savings-plan:** savings plan ([#12172](https://github.com/ovh/manager/issues/12172)) ([6744853](https://github.com/ovh/manager/commit/67448534cdde94927ccab308e002b8894f966367))
6 changes: 3 additions & 3 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.0.0",
"version": "1.1.0",
"private": true,
"description": "savings plan application",
"repository": {
Expand All @@ -23,8 +23,8 @@
"@ovh-ux/manager-config": "*",
"@ovh-ux/manager-core-api": "*",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-pci-common": "^0.4.1",
"@ovh-ux/manager-react-components": "*",
"@ovh-ux/manager-pci-common": "^0.5.0",
"@ovh-ux/manager-react-components": "^1.33.0",
"@ovh-ux/manager-react-shell-client": "^0.7.1",
"@ovh-ux/manager-tailwind-config": "*",
"@ovh-ux/request-tagger": "*",
Expand Down
Loading

0 comments on commit 9b77cd6

Please sign in to comment.