Skip to content

Commit

Permalink
release: magnesium-bear-1
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
MaximeBajeux authored and ovh-cds committed Aug 5, 2024
1 parent 4f1e6db commit f852332
Show file tree
Hide file tree
Showing 29 changed files with 167 additions and 24 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=magnesium-bear
sonar.projectVersion=magnesium-bear-1

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
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.65.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-05)


### Features

* send billing region on parameters for snow ([#12584](https://github.com/ovh/manager/issues/12584)) ([8261de8](https://github.com/ovh/manager/commit/8261de869c4d83540c7a5794487f97d4194956a2))





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


Expand Down
2 changes: 1 addition & 1 deletion 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.64.0",
"version": "0.65.0",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
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.47.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-05)


### Bug Fixes

* **account:** support Level are not accesible anymore ([#12587](https://github.com/ovh/manager/issues/12587)) ([c378540](https://github.com/ovh/manager/commit/c378540a84fcd78f5973c4dda70973afa091a6a2))
* **dedicated.hpc:** fix offset query on operation datagrid ([#12578](https://github.com/ovh/manager/issues/12578)) ([0f7f7c9](https://github.com/ovh/manager/commit/0f7f7c9f7ee8a448373ecf1443912be0fd6c3bec))


### Features

* send billing region on parameters for snow ([#12584](https://github.com/ovh/manager/issues/12584)) ([8261de8](https://github.com/ovh/manager/commit/8261de869c4d83540c7a5794487f97d4194956a2))





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


Expand Down
8 changes: 4 additions & 4 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.46.0",
"version": "19.47.0",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand All @@ -24,9 +24,9 @@
"@ovh-ux/manager-at-internet-configuration": "^1.5.0",
"@ovh-ux/manager-banner": "^1.3.1",
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.20.0-alpha.39",
"@ovh-ux/manager-billing": "^0.20.0-alpha.40",
"@ovh-ux/manager-billing-components": "^3.18.1",
"@ovh-ux/manager-bm-server-components": "^1.28.0",
"@ovh-ux/manager-bm-server-components": "^1.29.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cloud-connect": "^1.15.0",
Expand All @@ -36,7 +36,7 @@
"@ovh-ux/manager-core": "^12.16.3",
"@ovh-ux/manager-dbaas-logs": "^1.22.0",
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-exchange": "^4.6.0",
"@ovh-ux/manager-exchange": "^4.7.0",
"@ovh-ux/manager-filters": "^1.1.1",
"@ovh-ux/manager-iplb": "^1.12.0",
"@ovh-ux/manager-metrics": "^1.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/exchange/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.11.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-05)

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





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

**Note:** Version bump only for package @ovh-ux/manager-exchange-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-exchange-app",
"version": "0.11.4",
"version": "0.11.5",
"private": true,
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"@ovh-ux/manager-advices": "^1.8.1",
"@ovh-ux/manager-config": "^7.3.2",
"@ovh-ux/manager-core": "^12.16.3",
"@ovh-ux/manager-exchange": "^4.6.0",
"@ovh-ux/manager-exchange": "^4.7.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/ng-at-internet": "^5.11.10",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
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.

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

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





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

**Note:** Version bump only for package @ovh-ux/manager-hub-app
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": "5.10.2",
"version": "5.10.3",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand All @@ -25,7 +25,7 @@
"@ovh-ux/manager-config": "^7.3.2",
"@ovh-ux/manager-core": "^12.16.3",
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-hub": "^3.14.0",
"@ovh-ux/manager-hub": "^3.15.0",
"@ovh-ux/manager-models": "^1.14.12",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-trusted-nic": "^1.2.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.30](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-05)

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





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

**Note:** Version bump only for package @ovh-ux/manager-nutanix-app
Expand Down
4 changes: 2 additions & 2 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.29",
"version": "2.2.30",
"private": true,
"description": "OVHcloud Nutanix app",
"repository": {
Expand All @@ -19,7 +19,7 @@
"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.28.0",
"@ovh-ux/manager-bm-server-components": "^1.29.0",
"@ovh-ux/manager-components": "^1.19.3",
"@ovh-ux/manager-config": "^7.3.2",
"@ovh-ux/manager-core": "^12.16.3",
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.6.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-05)

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





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

**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.6.6",
"version": "4.6.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": "^2.2.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-pci": "^6.56.0",
"@ovh-ux/manager-pci": "^6.57.0",
"@ovh-ux/manager-trusted-nic": "^1.2.1",
"@ovh-ux/ng-at-internet": "^5.11.10",
"@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.9.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-05)

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





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

**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.9.6",
"version": "6.9.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": "^2.2.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-pci": "^6.56.0",
"@ovh-ux/manager-pci": "^6.57.0",
"@ovh-ux/manager-telecom-styles": "^4.8.1",
"@ovh-ux/ng-at-internet": "^5.11.10",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/telecom/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.

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


### Features

* send billing region on parameters for snow ([#12584](https://github.com/ovh/manager/issues/12584)) ([8261de8](https://github.com/ovh/manager/commit/8261de869c4d83540c7a5794487f97d4194956a2))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/telecom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-telecom",
"version": "15.19.0",
"version": "15.20.0",
"private": true,
"description": "OVHcloud Telecom control panel.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/web/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.

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

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-web",
"version": "18.32.1",
"version": "18.32.2",
"private": true,
"description": "OVHcloud Web control panel.",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ovh-ux/manager-email-domain": "^1.7.1",
"@ovh-ux/manager-emailpro": "^3.12.3",
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-exchange": "^4.6.0",
"@ovh-ux/manager-exchange": "^4.7.0",
"@ovh-ux/manager-filters": "^1.1.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-office": "^2.12.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/billing/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.20.0-alpha.40](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-05)


### Features

* send billing region on parameters for snow ([#12584](https://github.com/ovh/manager/issues/12584)) ([8261de8](https://github.com/ovh/manager/commit/8261de869c4d83540c7a5794487f97d4194956a2))





# [0.20.0-alpha.39](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-billing",
"version": "0.20.0-alpha.39",
"version": "0.20.0-alpha.40",
"private": true,
"description": "Manager billing section",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/manager/modules/bm-server-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **dedicated:** add a forgotten url param in service now url ([#12612](https://github.com/ovh/manager/issues/12612)) ([4f1e6db](https://github.com/ovh/manager/commit/4f1e6db608ca88dc363b6ff96e6400100b31f5d2))
* send billing region on parameters for snow ([#12584](https://github.com/ovh/manager/issues/12584)) ([8261de8](https://github.com/ovh/manager/commit/8261de869c4d83540c7a5794487f97d4194956a2))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/bm-server-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-bm-server-components",
"version": "1.28.0",
"version": "1.29.0",
"private": true,
"description": "OVHcloud BmServerComponents product",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/exchange/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.

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


### Features

* send billing region on parameters for snow ([#12584](https://github.com/ovh/manager/issues/12584)) ([8261de8](https://github.com/ovh/manager/commit/8261de869c4d83540c7a5794487f97d4194956a2))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-exchange",
"version": "4.6.0",
"version": "4.7.0",
"private": true,
"description": "Exchange product.",
"repository": {
Expand Down
Loading

0 comments on commit f852332

Please sign in to comment.