Skip to content

Commit

Permalink
release: neptunium-wildebeest-9
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 Nov 5, 2024
1 parent ec0a58c commit e96c58c
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 5 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=neptunium-wildebeest-8
sonar.projectVersion=neptunium-wildebeest-9

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

# [19.64.0-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-05)


### Bug Fixes

* **dedicated:** replace support links with help center ([#12538](https://github.com/ovh/manager/issues/12538)) ([ec0a58c](https://github.com/ovh/manager/commit/ec0a58c2fbfba427073d7ba17dbb58d2916b57a8))


### Features

* **dedicated.ip:** make parking as constant ([#13610](https://github.com/ovh/manager/issues/13610)) ([a824545](https://github.com/ovh/manager/commit/a82454558830bdc29946ee1cc36c1d6d6583aeb8))
* **dedicated:** add vrack orderable in ipv4 ([#12779](https://github.com/ovh/manager/issues/12779)) ([934e5d3](https://github.com/ovh/manager/commit/934e5d386eb0fefafcfc815a863dbff7c1ef05e7))
* **dedicated:** zerto disclaimer ([#10644](https://github.com/ovh/manager/issues/10644)) ([46506c3](https://github.com/ovh/manager/commit/46506c34d5880b964c989948c36e3da0145e6bdc))





# [19.64.0-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-31)


Expand Down
2 changes: 1 addition & 1 deletion 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.64.0-alpha.0",
"version": "19.64.0-alpha.1",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"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.

# [5.12.0-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-05)

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





# [5.12.0-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-31)


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.12.0-alpha.0",
"version": "5.12.0-alpha.1",
"private": true,
"description": "OVHcloud Dashboard control panel.",
"repository": {
Expand All @@ -25,7 +25,7 @@
"@ovh-ux/manager-config": "^7.5.3-alpha.0",
"@ovh-ux/manager-core": "^12.17.5-alpha.0",
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-hub": "^3.17.6-alpha.0",
"@ovh-ux/manager-hub": "^3.17.6-alpha.1",
"@ovh-ux/manager-models": "^1.14.18-alpha.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-trusted-nic": "^1.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/hub/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.17.6-alpha.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-05)


### Bug Fixes

* **dedicated:** replace support links with help center ([#12538](https://github.com/ovh/manager/issues/12538)) ([ec0a58c](https://github.com/ovh/manager/commit/ec0a58c2fbfba427073d7ba17dbb58d2916b57a8))





## [3.17.6-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-30)

**Note:** Version bump only for package @ovh-ux/manager-hub
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-hub",
"version": "3.17.6-alpha.0",
"version": "3.17.6-alpha.1",
"private": true,
"description": "Set of components for Manager Hub",
"repository": {
Expand Down

0 comments on commit e96c58c

Please sign in to comment.