Skip to content

Commit

Permalink
release: actinium-hornet-12
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
Masta2000 authored and ovh-cds committed Nov 26, 2024
1 parent 2695986 commit 6124d6c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 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=actinium-hornet-11
sonar.projectVersion=actinium-hornet-12

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.89.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-11-26)


### Features

* **pci-ai-endpoints:** create AI Endpoints react app ([#13928](https://github.com/ovh/manager/issues/13928)) ([2695986](https://github.com/ovh/manager/commit/2695986cec96708b4c24d45dc23040fabe656d8c))





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


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.88.0",
"version": "0.89.0",
"private": true,
"description": "OVHcloud Manager Container.",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/pci-ai-endpoints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **pci-ai-endpoints:** create AI Endpoints react app ([#13928](https://github.com/ovh/manager/issues/13928)) ([2695986](https://github.com/ovh/manager/commit/2695986cec96708b4c24d45dc23040fabe656d8c))
2 changes: 1 addition & 1 deletion packages/manager/apps/pci-ai-endpoints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-ai-endpoints-app",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "Manage AI Endpoints (usage and tokens) through OVHcloud control panel",
"repository": {
Expand Down

0 comments on commit 6124d6c

Please sign in to comment.