Skip to content

Commit

Permalink
Merge pull request #1082 from cloud-pi-native/release-please--branche…
Browse files Browse the repository at this point in the history
…s--main--components--console

chore(main): release 8.1.0
  • Loading branch information
this-is-tobi authored Apr 24, 2024
2 parents 8e7bc35 + a2a6989 commit dda5048
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.0.3"
".": "8.1.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [8.1.0](https://github.com/cloud-pi-native/console/compare/v8.0.3...v8.1.0) (2024-04-24)


### Features

* :safety_vest: allow unlogged users to access services health ([e2fc942](https://github.com/cloud-pi-native/console/commit/e2fc9423b107f1afd9fdbe1b017b7dd1f3d2eab1))
* :safety_vest: check existing zone slug before creating one ([072fffb](https://github.com/cloud-pi-native/console/commit/072fffbd1d4788329fb76b927242854feb25d31b))
* :sparkles: add zones ([53d155f](https://github.com/cloud-pi-native/console/commit/53d155f244a846e0cf23d3cf75528e6d937fe0ce))
* :sparkles: allow repo sync from console ui ([1cd1c93](https://github.com/cloud-pi-native/console/commit/1cd1c93a9e1d95663e51f4de24a5b518fa2bee1a))
* :sparkles: display project services in admin view ([a5d53fd](https://github.com/cloud-pi-native/console/commit/a5d53fd586dd912b13b72196ed99c2354c022448))


### Bug Fixes

* :bug: app version in client footer ([ac2f26e](https://github.com/cloud-pi-native/console/commit/ac2f26e88ca3fa593668d4f9641465b09855c663))
* :bug: get only client app version from env on production build ([3bb3017](https://github.com/cloud-pi-native/console/commit/3bb3017f968e8e93b955b33cb494d51ecce5521a))
* :bug: handle stage and zone changes in environment form ([5aa0a58](https://github.com/cloud-pi-native/console/commit/5aa0a585e9903e0a29f7bec29e4a08090109542b))

## [8.0.3](https://github.com/cloud-pi-native/console/compare/v8.0.2...v8.0.3) (2024-04-16)


Expand Down
4 changes: 2 additions & 2 deletions apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpn-console/client",
"version": "8.0.3",
"version": "8.1.0",
"description": "dso-portal client",
"private": false,
"type": "module",
Expand Down Expand Up @@ -85,4 +85,4 @@
"access": "public",
"tag": "latest"
}
}
}
4 changes: 2 additions & 2 deletions apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/server",
"description": "dso-portal server",
"version": "8.0.3",
"version": "8.1.0",
"type": "module",
"types": "./types/plugins/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -91,4 +91,4 @@
"dist",
"src"
]
}
}
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: dso_console
description: A Helm chart to deploy Dso Console
type: application
version: 8.0.3
version: 8.1.0
appVersion: 6.5.2
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server:
container:
#hashmap of custom env
env:
image: ghcr.io/cloud-pi-native/console/server:8.0.3 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/server:8.1.0 # x-release-please-version
port: 8080
imagePullPolicy: Always
dataConfigmap:
Expand Down Expand Up @@ -73,7 +73,7 @@ server:

client:
container:
image: ghcr.io/cloud-pi-native/console/client:8.0.3 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/client:8.1.0 # x-release-please-version
port: 8080
imagePullPolicy: Always
env: #hashmap of custom env
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dso-console",
"version": "8.0.3",
"version": "8.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit dda5048

Please sign in to comment.