Skip to content

Commit

Permalink
release: livermorium-crocodile-2
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
JacquesLarique authored and ovh-cds committed Jul 9, 2024
1 parent b298bfd commit 0c0167a
Show file tree
Hide file tree
Showing 71 changed files with 400 additions and 69 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=livermorium-crocodile-1
sonar.projectVersion=livermorium-crocodile-2

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

# [1.21.0](https://github.com/ovh/manager/compare/@ovhcloud/[email protected]...@ovhcloud/[email protected]) (2024-07-09)

### Features

- **manager-components.notifications:** add text style for notification ([#11738](https://github.com/ovh/manager/issues/11738)) ([d36de38](https://github.com/ovh/manager/commit/d36de38982956d8592c37a3118db602adfb7131f))
- **manager-components:** dashboard template update ([#12090](https://github.com/ovh/manager/issues/12090)) ([e044200](https://github.com/ovh/manager/commit/e04420063ed8d27051bb33b5d9e2672001fa69fb))

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

### Bug Fixes
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.20.0",
"version": "1.21.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.12.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-07-09)

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





## [1.12.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-07-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.12.2",
"version": "1.12.3",
"private": true,
"description": "OVHcloud Catalog application",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ovh-ux/manager-react-core-application": "^0.8.4",
"@ovh-ux/manager-react-shell-client": "^0.6.1",
"@ovh-ux/shell": "^3.6.1",
"@ovhcloud/manager-components": "^1.20.0",
"@ovhcloud/manager-components": "^1.21.0",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
"@ovhcloud/ods-components": "17.2.2",
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.62.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-07-09)


### Features

* **dedicated.order:** update cloud project link in server sidebar ([#11818](https://github.com/ovh/manager/issues/11818)) ([d8feed0](https://github.com/ovh/manager/commit/d8feed062cbe2339a7a02f074e4c9007fe07d7eb))





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


Expand Down
6 changes: 3 additions & 3 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.61.0",
"version": "0.62.0",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
Expand Down Expand Up @@ -31,12 +31,12 @@
"@ovh-ux/manager-core-api": "^0.7.1",
"@ovh-ux/manager-vite-config": "^0.6.2",
"@ovh-ux/ovh-payment-method": "^0.5.0",
"@ovh-ux/ovh-product-icons": "^0.3.1",
"@ovh-ux/ovh-product-icons": "^0.3.2",
"@ovh-ux/ovh-reket": "^2.1.1",
"@ovh-ux/request-tagger": "^0.2.0",
"@ovh-ux/shell": "^3.6.1",
"@ovh-ux/ui-kit": "^6.10.0",
"@ovhcloud/manager-components": "^1.20.0",
"@ovhcloud/manager-components": "^1.21.0",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
"@ovhcloud/ods-components": "17.2.2",
Expand Down
17 changes: 17 additions & 0 deletions packages/manager/apps/dedicated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **dedicated:** consider ipblock while fetching info ([#12203](https://github.com/ovh/manager/issues/12203)) ([d5b27b3](https://github.com/ovh/manager/commit/d5b27b3ea275e736686bd22df0b07848d7ba868b))
* **i18n:** add missing translations [CDS 3119] ([a33db00](https://github.com/ovh/manager/commit/a33db00a31047b1ea4d535ae4328e62eb04005b9))
* **i18n:** add missing translations [CDS 3120] ([3eb7681](https://github.com/ovh/manager/commit/3eb7681a9c8efd61814eb1c424aff935d6ce2218))
* **i18n:** add missing translations [CDS 3122] ([8963cbc](https://github.com/ovh/manager/commit/8963cbcc3981ee7a636276b1cc4433876673c3de))
* **i18n:** add missing translations [CDS 3123] ([08abca5](https://github.com/ovh/manager/commit/08abca540f774fc9688483f95df2c8666c718291))
* **i18n:** add missing translations [CDS 3133] ([1a9d072](https://github.com/ovh/manager/commit/1a9d07200c1c9decaee2f2cf474c76a265a0115a))
* remove unused translations [CDS] ([8fc5f2c](https://github.com/ovh/manager/commit/8fc5f2c4d09cb261832afa8051049a4fd3ebc65b))





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


Expand Down
6 changes: 3 additions & 3 deletions 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": "19.42.1",
"version": "19.42.2",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand All @@ -26,12 +26,12 @@
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.20.0-alpha.38",
"@ovh-ux/manager-billing-components": "^3.18.1",
"@ovh-ux/manager-bm-server-components": "^1.25.2",
"@ovh-ux/manager-bm-server-components": "^1.25.3",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cloud-connect": "^1.15.0",
"@ovh-ux/manager-cloud-styles": "^1.8.1",
"@ovh-ux/manager-components": "^1.19.0",
"@ovh-ux/manager-components": "^1.19.1",
"@ovh-ux/manager-config": "^7.3.2",
"@ovh-ux/manager-core": "^12.16.3",
"@ovh-ux/manager-dbaas-logs": "^1.21.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/iplb/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.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-iplb-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/iplb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-iplb-app",
"version": "2.3.4",
"version": "2.3.5",
"private": true,
"description": "IP Load Balancer standalone application.",
"repository": {
Expand All @@ -19,7 +19,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-iplb-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-components": "^1.19.0",
"@ovh-ux/manager-components": "^1.19.1",
"@ovh-ux/manager-config": "^7.3.2",
"@ovh-ux/manager-core": "^12.16.3",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
Expand Down
11 changes: 11 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,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-07-09)


### Bug Fixes

* **i18n:** add missing translations [CDS 3125] ([b8a1406](https://github.com/ovh/manager/commit/b8a14064c4de101119d3aebd66eb9447a4f93234))





## [0.2.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-07-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.2.3",
"version": "0.2.4",
"private": true,
"description": "ovh key-management-service",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@ovh-ux/manager-module-order": "^0.3.1",
"@ovh-ux/manager-react-shell-client": "^0.6.1",
"@ovh-ux/manager-tailwind-config": "*",
"@ovhcloud/manager-components": "^1.20.0",
"@ovhcloud/manager-components": "^1.21.0",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
"@ovhcloud/ods-components": "17.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/metrics/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.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-metrics-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-metrics-app",
"version": "2.2.9",
"version": "2.2.10",
"private": true,
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-metrics-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-components": "^1.19.0",
"@ovh-ux/manager-components": "^1.19.1",
"@ovh-ux/manager-config": "^7.3.2",
"@ovh-ux/manager-core": "^12.16.3",
"@ovh-ux/manager-metrics": "^1.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/nasha/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.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-nasha-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/nasha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-nasha-app",
"version": "3.2.16",
"version": "3.2.17",
"private": true,
"description": "NAS-HA standalone application.",
"repository": {
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@ovh-ux/manager-billing-components": "^3.18.1",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-components": "^1.19.0",
"@ovh-ux/manager-components": "^1.19.1",
"@ovh-ux/manager-config": "^7.3.2",
"@ovh-ux/manager-core": "^12.16.3",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/netapp/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.14](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-07-09)

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





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

**Note:** Version bump only for package @ovh-ux/manager-netapp-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/netapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-netapp-app",
"version": "0.8.13",
"version": "0.8.14",
"private": true,
"description": "NetApp standalone application",
"repository": {
Expand All @@ -22,7 +22,7 @@
"@ovh-ux/manager-advices": "^1.8.1",
"@ovh-ux/manager-billing-components": "^3.18.1",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-components": "^1.19.0",
"@ovh-ux/manager-components": "^1.19.1",
"@ovh-ux/manager-config": "^7.3.2",
"@ovh-ux/manager-core": "^12.16.3",
"@ovh-ux/manager-error-page": "^2.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/nutanix/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.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-nutanix-app
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/nutanix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-nutanix-app",
"version": "2.2.22",
"version": "2.2.23",
"private": true,
"description": "OVHcloud Nutanix app",
"repository": {
Expand All @@ -19,8 +19,8 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-nutanix-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-bm-server-components": "^1.25.2",
"@ovh-ux/manager-components": "^1.19.0",
"@ovh-ux/manager-bm-server-components": "^1.25.3",
"@ovh-ux/manager-components": "^1.19.1",
"@ovh-ux/manager-config": "^7.3.2",
"@ovh-ux/manager-core": "^12.16.3",
"@ovh-ux/manager-error-page": "^2.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/octavia-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.5.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-07-09)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/octavia-load-balancer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-octavia-load-balancer-app",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"description": "OVHcloud OctaviaLoadBalancer app",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ovh-ux/ng-ovh-api-wrappers": "^5.0.0",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.1",
"@ovh-ux/ng-ovh-http": "^5.1.1",
"@ovh-ux/ng-ovh-pci-universe-components": "^1.1.14",
"@ovh-ux/ng-ovh-pci-universe-components": "^1.1.15",
"@ovh-ux/ng-ovh-request-tagger": "^1.2.2",
"@ovh-ux/ng-ovh-sso-auth": "^4.8.1",
"@ovh-ux/ng-ovh-swimming-poll": "^5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/overthebox/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.3.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-07-09)

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





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

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

0 comments on commit 0c0167a

Please sign in to comment.