Skip to content

Commit

Permalink
chore(main): release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 11, 2024
1 parent 26d7917 commit 48f06ae
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 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.1"
".": "8.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.0.2](https://github.com/cloud-pi-native/console/compare/v8.0.1...v8.0.2) (2024-04-11)


### Bug Fixes

* :lock: remove old robot permission that harbor does not support anymore ([1d988ce](https://github.com/cloud-pi-native/console/commit/1d988ce86b6b338a576d517816f013295b2f18d3))

## [8.0.1](https://github.com/cloud-pi-native/console/compare/v8.0.0...v8.0.1) (2024-04-04)


Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "8.0.2",
"description": "dso-portal client",
"private": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "8.0.2",
"type": "module",
"types": "./types/plugins/index.d.ts",
"scripts": {
Expand Down
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.1
version: 8.0.2
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.1 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/server:8.0.2 # 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.1 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/client:8.0.2 # 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.1",
"version": "8.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 48f06ae

Please sign in to comment.