Skip to content

Commit

Permalink
release: sulfur-hedgehog
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
github-actions[bot] authored and ovh-cds committed Jun 6, 2024
1 parent a3bfde8 commit 29bf5e0
Show file tree
Hide file tree
Showing 31 changed files with 156 additions and 29 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=rhodium-termite-3
sonar.projectVersion=sulfur-hedgehog

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

### Features

- **pci.gateway:** create pci gateway µapp ([#11900](https://github.com/ovh/manager/issues/11900)) ([a3bfde8](https://github.com/ovh/manager/commit/a3bfde86d090acdd3f73573abc70a260f406bc8a))

# [1.15.0](https://github.com/ovh/manager/compare/@ovhcloud/[email protected]...@ovhcloud/[email protected]) (2024-06-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/manager-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ovhcloud/manager-components",
"private": true,
"version": "1.15.0",
"version": "1.16.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.10.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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

**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.10.5",
"version": "1.10.6",
"private": true,
"description": "OVHcloud Catalog application",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@ovh-ux/manager-core-utils": "^0.2.0",
"@ovh-ux/manager-react-core-application": "^0.8.3",
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovhcloud/manager-components": "^1.15.0",
"@ovhcloud/manager-components": "^1.16.0",
"@ovhcloud/ods-common-core": "17.2.1",
"@ovhcloud/ods-common-theming": "17.2.1",
"@ovhcloud/ods-components": "17.2.1",
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.57.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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


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.57.3",
"version": "0.57.4",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@ovh-ux/request-tagger": "^0.2.0",
"@ovh-ux/shell": "^3.6.0",
"@ovh-ux/ui-kit": "^6.10.0",
"@ovhcloud/manager-components": "^1.15.0",
"@ovhcloud/manager-components": "^1.16.0",
"@ovhcloud/ods-common-core": "17.2.1",
"@ovhcloud/ods-common-testing": "17.2.1",
"@ovhcloud/ods-common-theming": "17.2.1",
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.1.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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

**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.1.6",
"version": "0.1.7",
"private": true,
"description": "ovh key-management-service",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovh-ux/manager-tailwind-config": "*",
"@ovhcloud/manager-components": "^1.15.0",
"@ovhcloud/manager-components": "^1.16.0",
"@ovhcloud/ods-common-core": "17.2.1",
"@ovhcloud/ods-common-theming": "17.2.1",
"@ovhcloud/ods-components": "17.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/pci-gateway/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.

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


### Features

* **pci.gateway:** create pci gateway µapp ([#11900](https://github.com/ovh/manager/issues/11900)) ([a3bfde8](https://github.com/ovh/manager/commit/a3bfde86d090acdd3f73573abc70a260f406bc8a))
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.0.0",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@ovh-ux/manager-core-api": "^0.7.1",
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovhcloud/manager-components": "^1.12.0",
"@ovhcloud/manager-components": "^1.16.0",
"@ovhcloud/ods-common-core": "^17.2.1",
"@ovhcloud/ods-common-stencil": "^17.2.1",
"@ovhcloud/ods-common-theming": "^17.2.1",
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.1.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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


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.1.3",
"version": "0.1.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/shell": "^3.2.0",
"@ovhcloud/manager-components": "^1.15.0",
"@ovhcloud/manager-components": "^1.16.0",
"@ovhcloud/ods-common-core": "^17.2.1",
"@ovhcloud/ods-common-stencil": "^17.2.1",
"@ovhcloud/ods-common-theming": "^17.2.1",
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.6.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)


### Features

* **pci.gateway:** create pci gateway µapp ([#11900](https://github.com/ovh/manager/issues/11900)) ([a3bfde8](https://github.com/ovh/manager/commit/a3bfde86d090acdd3f73573abc70a260f406bc8a))





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

**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.5.1",
"version": "1.6.0",
"private": true,
"description": "pci-rancher",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovh-ux/request-tagger": "^0.2.0",
"@ovh-ux/shell": "^3.6.0",
"@ovhcloud/manager-components": "^1.15.0",
"@ovhcloud/manager-components": "^1.16.0",
"@ovhcloud/ods-common-core": "17.2.1",
"@ovhcloud/ods-common-theming": "17.2.1",
"@ovhcloud/ods-components": "17.2.1",
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.2.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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

**Note:** Version bump only for package @ovh-ux/manager-pci-ssh-keys-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-ssh-keys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-ssh-keys-app",
"version": "0.2.11",
"version": "0.2.12",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/shell": "^3.6.0",
"@ovhcloud/manager-components": "^1.15.0",
"@ovhcloud/manager-components": "^1.16.0",
"@ovhcloud/ods-common-core": "^17.2.1",
"@ovhcloud/ods-common-theming": "^17.2.1",
"@ovhcloud/ods-components": "^17.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/pci-users/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.4.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-users/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-users-app",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/shell": "^3.6.0",
"@ovhcloud/manager-components": "^1.15.0",
"@ovhcloud/manager-components": "^1.16.0",
"@ovhcloud/ods-common-core": "^17.2.1",
"@ovhcloud/ods-common-stencil": "^17.2.1",
"@ovhcloud/ods-common-theming": "^17.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/pci-vouchers/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.4.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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

**Note:** Version bump only for package @ovh-ux/manager-pci-vouchers-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci-vouchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-vouchers-app",
"version": "0.4.10",
"version": "0.4.11",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/shell": "^3.6.0",
"@ovhcloud/manager-components": "^1.15.0",
"@ovhcloud/manager-components": "^1.16.0",
"@ovhcloud/ods-common-core": "17.2.1",
"@ovhcloud/ods-common-theming": "17.2.1",
"@ovhcloud/ods-components": "17.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/pci/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.4.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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

**Note:** Version bump only for package @ovh-ux/manager-pci-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-app",
"version": "4.4.3",
"version": "4.4.4",
"private": true,
"description": "Public Cloud Instance standalone application.",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ovh-ux/manager-filters": "^1.1.1",
"@ovh-ux/manager-log-to-customer": "^1.1.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-pci": "^6.42.1",
"@ovh-ux/manager-pci": "^6.43.0",
"@ovh-ux/manager-trusted-nic": "^1.2.1",
"@ovh-ux/ng-at-internet": "^5.11.9",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/public-cloud/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.6.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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

**Note:** Version bump only for package @ovh-ux/manager-public-cloud
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/public-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-public-cloud",
"version": "6.6.2",
"version": "6.6.3",
"private": true,
"description": "OVHcloud Public Cloud control panel.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-log-to-customer": "^1.1.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-pci": "^6.42.1",
"@ovh-ux/manager-pci": "^6.43.0",
"@ovh-ux/manager-telecom-styles": "^4.8.1",
"@ovh-ux/ng-at-internet": "^5.11.9",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/vrack-services/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.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-06-06)

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





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

**Note:** Version bump only for package @ovh-ux/manager-vrack-services-app
Expand Down
Loading

0 comments on commit 29bf5e0

Please sign in to comment.