Skip to content

Commit

Permalink
release: chlorine-koala-1
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
lizardK authored and ovh-cds committed Dec 11, 2024
1 parent 7b725a1 commit 2d69f80
Show file tree
Hide file tree
Showing 35 changed files with 194 additions and 36 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=chlorine-koala
sonar.projectVersion=chlorine-koala-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/components/ng-ovh-chart/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.3.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-11)


### Features

* **web.hosting:** move metrics to mimir ([#14320](https://github.com/ovh/manager/issues/14320)) ([609de8d](https://github.com/ovh/manager/commit/609de8d130b6056ff3b9042a0c701541c2784a05))





## [1.2.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-28)

**Note:** Version bump only for package @ovh-ux/ng-ovh-chart
Expand Down
2 changes: 1 addition & 1 deletion packages/components/ng-ovh-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ng-ovh-chart",
"version": "1.2.1",
"version": "1.3.0",
"private": true,
"description": "ChartJS library wrapper for AngularJS",
"keywords": [
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.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-11)

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





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


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.0",
"version": "0.2.1",
"private": true,
"description": "OVHcloud Billing app",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ovh-ux/ng-at-internet": "^6.0.0",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.2.0",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-contacts": "^5.3.1",
"@ovh-ux/ng-ovh-export-csv": "^2.1.1",
"@ovh-ux/ng-ovh-feature-flipping": "^1.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.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-11)

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





## [2.0.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-28)

**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.2",
"version": "2.0.3",
"private": true,
"description": "OVHcloud Connect standalone application.",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/ng-at-internet": "^6.0.1",
"@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.2.1",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@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/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.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-11)

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





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

**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.6",
"version": "3.0.7",
"private": true,
"description": "Logs Data Platform standalone application.",
"repository": {
Expand Down Expand Up @@ -30,7 +30,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-chart": "^1.2.1",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-doc-url": "^2.1.2",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/manager/apps/dedicated/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.

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


### Features

* **vps:** move metrics to mimir ([#14240](https://github.com/ovh/manager/issues/14240)) ([7b725a1](https://github.com/ovh/manager/commit/7b725a1e7e15f4e577d12bfc62ae1965befecb0f))
* **web.hosting:** move metrics to mimir ([#14320](https://github.com/ovh/manager/issues/14320)) ([609de8d](https://github.com/ovh/manager/commit/609de8d130b6056ff3b9042a0c701541c2784a05))





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


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": "20.6.0",
"version": "20.7.0",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@ovh-ux/manager-error-page": "^2.4.2",
"@ovh-ux/manager-exchange": "^4.10.1",
"@ovh-ux/manager-filters": "^1.1.1",
"@ovh-ux/manager-iplb": "^1.17.1",
"@ovh-ux/manager-iplb": "^1.18.0",
"@ovh-ux/manager-metrics": "^1.6.1",
"@ovh-ux/manager-models": "^2.2.0",
"@ovh-ux/manager-nasha": "^2.16.3",
Expand All @@ -49,13 +49,13 @@
"@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.43.4",
"@ovh-ux/manager-vps": "^2.44.0",
"@ovh-ux/manager-vrack": "^1.13.0",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@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.2.1",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-contacts": "^5.3.3",
"@ovh-ux/ng-ovh-contracts": "^4.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.12.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-11)

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





## [0.12.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-28)

**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.12.4",
"version": "0.12.5",
"private": true,
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.2.1",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-export-csv": "^2.1.2",
"@ovh-ux/ng-ovh-http": "^5.1.2",
"@ovh-ux/ng-ovh-payment-method": "^9.16.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/iplb/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.

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


### Features

* **web.hosting:** move metrics to mimir ([#14320](https://github.com/ovh/manager/issues/14320)) ([609de8d](https://github.com/ovh/manager/commit/609de8d130b6056ff3b9042a0c701541c2784a05))





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

**Note:** Version bump only for package @ovh-ux/manager-iplb-app
Expand Down
6 changes: 3 additions & 3 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.0.5",
"version": "3.1.0",
"private": true,
"description": "IP Load Balancer standalone application.",
"repository": {
Expand All @@ -23,12 +23,12 @@
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core": "^13.0.2",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
"@ovh-ux/manager-iplb": "^1.17.1",
"@ovh-ux/manager-iplb": "^1.18.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-ovh-actions-menu": "^5.1.2",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.2.1",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-doc-url": "^2.1.2",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.3",
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.

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

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





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

**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": "3.0.7",
"version": "3.0.8",
"private": true,
"description": "OVHcloud Nutanix app",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ovh-ux/ng-at-internet": "^6.0.1",
"@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.2.1",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-feature-flipping": "^1.1.3",
"@ovh-ux/ng-ovh-http": "^5.1.2",
"@ovh-ux/ng-ovh-payment-method": "^9.16.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/office/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.12.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-11)

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





## [0.12.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-28)

**Note:** Version bump only for package @ovh-ux/manager-office-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/office/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-office-app",
"version": "0.12.4",
"version": "0.12.5",
"private": true,
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"@ovh-ux/manager-office": "^2.12.1",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.2.1",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-http": "^5.1.2",
"@ovh-ux/ng-ovh-payment-method": "^9.16.6",
"@ovh-ux/ng-ovh-proxy-request": "^2.1.2",
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.

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

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





## [7.0.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-28)

**Note:** Version bump only for package @ovh-ux/manager-overthebox-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/overthebox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-overthebox-app",
"version": "7.0.4",
"version": "7.0.5",
"private": true,
"description": "OverTheBox standalone application.",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/manager-telecom-styles": "^4.8.4",
"@ovh-ux/ng-at-internet": "^6.0.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.2.1",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-checkbox-table": "^2.1.2",
"@ovh-ux/ng-ovh-contracts": "^4.6.1",
"@ovh-ux/ng-ovh-http": "^5.1.2",
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.

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

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





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

**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": "5.0.12",
"version": "5.0.13",
"private": true,
"description": "Public Cloud Instance standalone application.",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-log-live-tail": "^2.4.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-chart": "^1.2.1",
"@ovh-ux/ng-ovh-chart": "^1.3.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.16.1",
"@ovh-ux/ng-ovh-contacts": "^5.3.3",
"@ovh-ux/ng-ovh-contracts": "^4.6.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.

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

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





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

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

0 comments on commit 2d69f80

Please sign in to comment.