Skip to content

Commit

Permalink
release: strontium-rat
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 May 23, 2024
1 parent ffd0414 commit a972e3b
Show file tree
Hide file tree
Showing 31 changed files with 163 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=seaborgium-mink
sonar.projectVersion=strontium-rat

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

### Features

- **pci-public-ip:** public ips ([#11718](https://github.com/ovh/manager/issues/11718)) ([313bb4e](https://github.com/ovh/manager/commit/313bb4ed96056b376c70bcb448f356f22ef75f13))

# [1.13.0](https://github.com/ovh/manager/compare/@ovhcloud/[email protected]...@ovhcloud/[email protected]) (2024-05-21)

### Features
Expand Down
5 changes: 2 additions & 3 deletions 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.13.0",
"version": "1.14.0",
"main": "src/lib.ts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -81,8 +81,7 @@
"vite": "4.4.9",
"vite-plugin-dts": "3.5.1",
"vitest": "0.34.1",
"zustand": "^4.5.0",
"element-internals-polyfill": "^1.3.10"
"zustand": "^4.5.0"
},
"optionalDependencies": {
"i18next": "^20.4.0",
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.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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

**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.2",
"version": "1.10.3",
"private": true,
"description": "OVHcloud Catalog application",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ovh-ux/manager-react-core-application": "^0.8.3",
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovh-ux/shell": "^3.6.0",
"@ovhcloud/manager-components": "^1.13.0",
"@ovhcloud/manager-components": "^1.14.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.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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

**Note:** Version bump only for package @ovh-ux/manager-container-app
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.1",
"version": "0.57.2",
"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.13.0",
"@ovhcloud/manager-components": "^1.14.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.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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


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.3",
"version": "0.1.4",
"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.13.0",
"@ovhcloud/manager-components": "^1.14.0",
"@ovhcloud/ods-common-core": "17.2.1",
"@ovhcloud/ods-common-theming": "17.2.1",
"@ovhcloud/ods-components": "17.2.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/manager/apps/pci-public-ip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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-05-23)


### Bug Fixes

* **pci-public-ip:** bump dependencies ([#11782](https://github.com/ovh/manager/issues/11782)) ([ffd0414](https://github.com/ovh/manager/commit/ffd0414eb0dd9e7e406c6f92a0c8fdfdb61beb7c))


### Features

* **pci-public-ip:** public ips ([#11718](https://github.com/ovh/manager/issues/11718)) ([313bb4e](https://github.com/ovh/manager/commit/313bb4ed96056b376c70bcb448f356f22ef75f13))
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.0.0",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,12 +17,12 @@
"dependencies": {
"@ovh-ux/manager-config": "^7.3.0",
"@ovh-ux/manager-core-api": "^0.7.0",
"@ovh-ux/manager-module-order": "^0.2.2",
"@ovh-ux/manager-module-order": "^0.3.0",
"@ovh-ux/manager-react-core-application": "0.8.3",
"@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.3.0",
"@ovhcloud/manager-components": "^1.14.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-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.4.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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


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.4.0",
"version": "1.4.1",
"private": true,
"description": "pci-rancher",
"repository": {
Expand All @@ -25,7 +25,7 @@
"@ovh-ux/manager-react-core-application": "^0.8.3",
"@ovh-ux/manager-react-shell-client": "^0.6.0",
"@ovh-ux/shell": "^3.6.0",
"@ovhcloud/manager-components": "^1.13.0",
"@ovhcloud/manager-components": "^1.14.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.10](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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

**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.9",
"version": "0.2.10",
"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.13.0",
"@ovhcloud/manager-components": "^1.14.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.3.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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


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.3.0",
"version": "0.3.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.13.0",
"@ovhcloud/manager-components": "^1.14.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.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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

**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.8",
"version": "0.4.9",
"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.13.0",
"@ovhcloud/manager-components": "^1.14.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.3.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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

**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.3.6",
"version": "4.3.7",
"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.39.0",
"@ovh-ux/manager-pci": "^6.40.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.4.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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

**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.4.6",
"version": "6.4.7",
"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.39.0",
"@ovh-ux/manager-pci": "^6.40.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.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-05-23)

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





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


Expand Down
Loading

0 comments on commit a972e3b

Please sign in to comment.