Skip to content

Commit

Permalink
release: astatine-rat
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
brofik authored and ovh-cds committed Dec 28, 2023
1 parent a769393 commit f083bf5
Show file tree
Hide file tree
Showing 31 changed files with 181 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=phosphorus-seal
sonar.projectVersion=astatine-rat

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**
sonar.coverage.exclusions=**/*.spec.js
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.

## [1.7.36](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)

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





## [1.7.35](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-19)

**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": "1.7.35",
"version": "1.7.36",
"private": true,
"description": "OVHcloud Connect standalone application.",
"repository": {
Expand All @@ -19,7 +19,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-cloud-connect-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-cloud-connect": "^1.12.2",
"@ovh-ux/manager-cloud-connect": "^1.13.0",
"@ovh-ux/manager-config": "^7.3.0",
"@ovh-ux/manager-core": "^12.15.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.8.1",
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.16.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)


### Bug Fixes

* **dedicated.pcc:** us cta for ordering additional pcc environments ([#10558](https://github.com/ovh/manager/issues/10558)) ([11bc4c5](https://github.com/ovh/manager/commit/11bc4c5fb2d1d571c0593481627a47e755614b28))


### Features

* **dedicated.ips:** improve IPs grid performance by splitting API calls ([#10454](https://github.com/ovh/manager/issues/10454)) ([a34eebe](https://github.com/ovh/manager/commit/a34eebe6c88fa58cc1ee142ede52326c5a45cfbc))
* **dedicated.pcc:** add iceberg call for pcc operation datagrid ([#10527](https://github.com/ovh/manager/issues/10527)) ([78ffe1d](https://github.com/ovh/manager/commit/78ffe1de00681631a92e32e1595af89b0183b924))





## [19.15.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-19)

**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": "19.15.2",
"version": "19.16.0",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand All @@ -26,10 +26,10 @@
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.20.0-alpha.26",
"@ovh-ux/manager-billing-components": "^3.14.3",
"@ovh-ux/manager-bm-server-components": "^1.11.1",
"@ovh-ux/manager-bm-server-components": "^1.11.2",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.8.0",
"@ovh-ux/manager-cloud-connect": "^1.12.2",
"@ovh-ux/manager-cloud-connect": "^1.13.0",
"@ovh-ux/manager-cloud-styles": "^1.6.2",
"@ovh-ux/manager-components": "^1.9.1",
"@ovh-ux/manager-config": "^7.3.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.1",
"@ovh-ux/ng-ovh-http": "^5.1.1",
"@ovh-ux/ng-ovh-jquery-ui-draggable": "^2.1.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.2",
"@ovh-ux/ng-ovh-otrs": "^9.3.1",
"@ovh-ux/ng-ovh-payment-method": "^9.11.1",
"@ovh-ux/ng-ovh-proxy-request": "^2.1.1",
Expand All @@ -85,7 +85,7 @@
"@ovh-ux/ng-ui-router-layout": "^4.2.1",
"@ovh-ux/request-tagger": "^0.1.1",
"@ovh-ux/shell": "^3.0.5",
"@ovh-ux/sign-up": "^2.12.0",
"@ovh-ux/sign-up": "^2.13.0",
"@ovh-ux/ui-kit": "^6.7.4",
"@uirouter/angularjs": "^1.0.23",
"angular": "1.7.x",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/freefax/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.

## [8.0.16](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)

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





## [8.0.15](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-13)

**Note:** Version bump only for package @ovh-ux/manager-freefax-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/freefax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-freefax-app",
"version": "8.0.15",
"version": "8.0.16",
"private": true,
"description": "Freefax standalone application.",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@ovh-ux/ng-ovh-contracts": "^4.4.1",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.1",
"@ovh-ux/ng-ovh-http": "^5.1.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.2",
"@ovh-ux/ng-ovh-payment-method": "^9.11.1",
"@ovh-ux/ng-ovh-request-tagger": "^1.2.1",
"@ovh-ux/ng-ovh-sso-auth": "^4.8.1",
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.2.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)

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





## [5.2.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-11)

**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.2.3",
"version": "5.2.4",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@ovh-ux/ng-ovh-contracts": "^4.4.1",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.1",
"@ovh-ux/ng-ovh-http": "^5.1.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.2",
"@ovh-ux/ng-ovh-payment-method": "^9.11.1",
"@ovh-ux/ng-ovh-proxy-request": "^2.1.1",
"@ovh-ux/ng-ovh-request-tagger": "^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.0.21](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)

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





## [2.0.20](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-19)

**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.0.20",
"version": "2.0.21",
"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.11.1",
"@ovh-ux/manager-bm-server-components": "^1.11.2",
"@ovh-ux/manager-components": "^1.9.1",
"@ovh-ux/manager-config": "^7.3.0",
"@ovh-ux/manager-core": "^12.15.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/order-tracking/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.7.27](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)

**Note:** Version bump only for package @ovh-ux/order-tracking-app





## [2.7.26](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-11)

**Note:** Version bump only for package @ovh-ux/order-tracking-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/order-tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/order-tracking-app",
"version": "2.7.26",
"version": "2.7.27",
"private": true,
"description": "Order tracking standalone application.",
"repository": {
Expand All @@ -21,7 +21,7 @@
"@ovh-ux/manager-core": "^12.15.0",
"@ovh-ux/ng-at-internet": "^5.11.2",
"@ovh-ux/ng-ovh-http": "^5.1.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.2",
"@ovh-ux/ng-ovh-request-tagger": "^1.2.1",
"@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/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.0.24](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)

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





## [4.0.23](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-19)

**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.0.23",
"version": "4.0.24",
"private": true,
"description": "Public Cloud Instance standalone application.",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ovh-ux/manager-core": "^12.15.0",
"@ovh-ux/manager-filters": "^1.1.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.8.1",
"@ovh-ux/manager-pci": "^6.15.0",
"@ovh-ux/manager-pci": "^6.16.0",
"@ovh-ux/manager-trusted-nic": "^1.1.1",
"@ovh-ux/ng-at-internet": "^5.11.2",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.4.1",
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.0.24](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)

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





## [6.0.23](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-19)

**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.0.23",
"version": "6.0.24",
"private": true,
"description": "OVHcloud Public Cloud control panel.",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@ovh-ux/manager-core": "^12.15.0",
"@ovh-ux/manager-error-page": "^2.3.6",
"@ovh-ux/manager-ng-layout-helpers": "^2.8.1",
"@ovh-ux/manager-pci": "^6.15.0",
"@ovh-ux/manager-pci": "^6.16.0",
"@ovh-ux/manager-telecom-styles": "^4.6.8",
"@ovh-ux/ng-at-internet": "^5.11.2",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/sign-up/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.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)

**Note:** Version bump only for package @ovh-ux/sign-up-app





# [3.2.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/sign-up/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/sign-up-app",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"description": "Sign-up form application.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ovh-ux/ng-ovh-sso-auth": "^4.8.1",
"@ovh-ux/ng-translate-async-loader": "^2.2.1",
"@ovh-ux/request-tagger": "^0.1.1",
"@ovh-ux/sign-up": "^2.12.0",
"@ovh-ux/sign-up": "^2.13.0",
"@ovh-ux/ui-kit": "^6.7.4",
"@uirouter/angularjs": "^1.0.23",
"angular": "^1.7.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/web/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.

## [18.10.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)


### Bug Fixes

* **web.hosting:** removing deceptive claims in the hosting change tunnel ([#10571](https://github.com/ovh/manager/issues/10571)) ([98635f6](https://github.com/ovh/manager/commit/98635f614a915758df2c0f2272b44eb66087a6bd))





# [18.10.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-19)


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.10.0",
"version": "18.10.1",
"private": true,
"description": "OVHcloud Web control panel.",
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@ovh-ux/ng-ovh-export-csv": "^2.1.1",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.1",
"@ovh-ux/ng-ovh-http": "^5.1.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.1",
"@ovh-ux/ng-ovh-order-tracking": "^2.3.2",
"@ovh-ux/ng-ovh-payment-method": "^9.11.1",
"@ovh-ux/ng-ovh-proxy-request": "^2.1.1",
"@ovh-ux/ng-ovh-request-tagger": "^1.2.1",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-28)


### Bug Fixes

* **dedicated:** add missing translations ([#10582](https://github.com/ovh/manager/issues/10582)) ([d76b500](https://github.com/ovh/manager/commit/d76b500ae961dd7adc0e9828b5f4c1dc7df4bcaa))





## [1.11.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-12-19)


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.11.1",
"version": "1.11.2",
"private": true,
"description": "OVHcloud BmServerComponents product",
"repository": {
Expand Down
Loading

0 comments on commit f083bf5

Please sign in to comment.