Skip to content

Commit

Permalink
release: neodymium-shark
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
anooparveti authored and ovh-cds committed Jan 2, 2025
1 parent a6dd47b commit e794a6d
Show file tree
Hide file tree
Showing 71 changed files with 392 additions and 64 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=scandium-butterfly-10
sonar.projectVersion=neodymium-shark

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/account/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]) (2025-01-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-account-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-account-app",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"description": "User account and contacts management application",
"repository": {
Expand All @@ -19,7 +19,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-account-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-account": "^0.4.0",
"@ovh-ux/manager-account": "^0.4.1",
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/billing/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.8](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-billing-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-billing-app",
"version": "0.2.7",
"version": "0.2.8",
"private": true,
"description": "OVHcloud Billing app",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-exchange": "^4.10.0",
"@ovh-ux/manager-models": "^2.3.0",
"@ovh-ux/manager-new-billing": "^0.26.0",
"@ovh-ux/manager-new-billing": "^0.26.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/ng-at-internet": "^6.0.3",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/cda/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.0.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-cda-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/cda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-cda-app",
"version": "3.0.5",
"version": "3.0.6",
"private": true,
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-actions-menu": "^5.1.2",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.2",
"@ovh-ux/ng-ovh-doc-url": "^2.1.2",
"@ovh-ux/ng-ovh-http": "^5.1.2",
"@ovh-ux/ng-ovh-proxy-request": "^2.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/cloud-connect/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.0.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-cloud-connect-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/cloud-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-cloud-connect-app",
"version": "2.0.6",
"version": "2.0.7",
"private": true,
"description": "OVHcloud Connect standalone application.",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.2",
"@ovh-ux/ng-ovh-http": "^5.1.2",
"@ovh-ux/ng-ovh-proxy-request": "^2.1.2",
"@ovh-ux/ng-ovh-request-tagger": "^2.0.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.96.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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


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.96.0",
"version": "0.96.1",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@ovh-ux/manager-react-shell-client": "^0.8.5",
"@ovh-ux/manager-vite-config": "^0.8.3",
"@ovh-ux/ovh-payment-method": "^0.5.1",
"@ovh-ux/ovh-product-icons": "^0.7.0",
"@ovh-ux/ovh-product-icons": "^0.8.0",
"@ovh-ux/ovh-reket": "^2.1.7",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/dbaas-logs/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.0.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-dbaas-logs-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/dbaas-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-dbaas-logs-app",
"version": "3.0.10",
"version": "3.0.11",
"private": true,
"description": "Logs Data Platform standalone application.",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@ovh-ux/ng-ovh-actions-menu": "^5.1.2",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.2",
"@ovh-ux/ng-ovh-doc-url": "^2.1.2",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.3",
"@ovh-ux/ng-ovh-http": "^5.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/dedicated/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.

## [20.8.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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

**Note:** Version bump only for package @ovh-ux/manager-dedicated
Expand Down
10 changes: 5 additions & 5 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": "20.8.1",
"version": "20.8.2",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -42,21 +42,21 @@
"@ovh-ux/manager-metrics": "^1.6.1",
"@ovh-ux/manager-models": "^2.3.0",
"@ovh-ux/manager-nasha": "^2.17.0",
"@ovh-ux/manager-netapp": "^2.4.0",
"@ovh-ux/manager-netapp": "^2.4.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-nutanix": "^2.2.0",
"@ovh-ux/manager-support": "^2.1.0",
"@ovh-ux/manager-support": "^2.1.1",
"@ovh-ux/manager-trusted-nic": "^1.2.1",
"@ovh-ux/manager-veeam-cloud-connect": "^2.8.1",
"@ovh-ux/manager-veeam-enterprise": "^1.11.1",
"@ovh-ux/manager-vps": "^2.45.0",
"@ovh-ux/manager-vrack": "^1.14.1",
"@ovh-ux/manager-vrack": "^1.14.2",
"@ovh-ux/ng-at-internet": "^6.0.3",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-browser-alert": "^2.1.2",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.2",
"@ovh-ux/ng-ovh-contacts": "^5.3.3",
"@ovh-ux/ng-ovh-contracts": "^4.6.1",
"@ovh-ux/ng-ovh-doc-url": "^2.1.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/hpc-vmware-managed-vcd/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.3.10](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)


### Bug Fixes

* **i18n:** add missing translations [CDS 3576] ([5dc4f4b](https://github.com/ovh/manager/commit/5dc4f4b77dc3023494a2cbde7ed548c7fad953b7))





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

**Note:** Version bump only for package @ovh-ux/manager-hpc-vmware-managed-vcd-app
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/hpc-vmware-managed-vcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hpc-vmware-managed-vcd-app",
"version": "0.3.9",
"version": "0.3.10",
"private": true,
"description": "New managed VMware Cloud Director offers",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/hub/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.0.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hub-app",
"version": "6.0.11",
"version": "6.0.12",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ovh-ux/ng-at-internet": "^6.0.3",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.2",
"@ovh-ux/ng-ovh-contracts": "^4.6.1",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.3",
"@ovh-ux/ng-ovh-http": "^5.1.2",
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.

## [3.1.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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

**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": "3.1.3",
"version": "3.1.4",
"private": true,
"description": "IP Load Balancer standalone application.",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ovh-ux/ng-ovh-actions-menu": "^5.1.2",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.2",
"@ovh-ux/ng-ovh-doc-url": "^2.1.2",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.3",
"@ovh-ux/ng-ovh-http": "^5.1.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.

## [3.0.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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

**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": "3.0.8",
"version": "3.0.9",
"private": true,
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/ng-at-internet": "^6.0.3",
"@ovh-ux/ng-ovh-actions-menu": "^5.1.2",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.2",
"@ovh-ux/ng-ovh-doc-url": "^2.1.2",
"@ovh-ux/ng-ovh-http": "^5.1.2",
"@ovh-ux/ng-ovh-proxy-request": "^2.1.2",
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.

## [4.0.14](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-01-02)

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





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

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

0 comments on commit e794a6d

Please sign in to comment.