Skip to content

Commit

Permalink
Merge pull request #1009 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 7.0.1
  • Loading branch information
this-is-tobi authored Mar 18, 2024
2 parents eb04063 + 4b33c28 commit 5bfedee
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 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 @@
{
".": "7.0.0"
".": "7.0.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [7.0.1](https://github.com/cloud-pi-native/console/compare/v7.0.0...v7.0.1) (2024-03-18)


### Bug Fixes

* :bug: add a common error parser for logs ([2391439](https://github.com/cloud-pi-native/console/commit/2391439ef6147119863278bd69ac01797b368f76))
* :bug: add a common error parser for logs ([b6f28d7](https://github.com/cloud-pi-native/console/commit/b6f28d738c03c3c023d16cf658de8cdc384aa6df))
* :bug: correctly handle external plugins init ([91e5d7f](https://github.com/cloud-pi-native/console/commit/91e5d7f27f90c1e249ed9e295b05400f06565c2d))
* :green_heart: fix ci-cd build and release ([a036562](https://github.com/cloud-pi-native/console/commit/a036562f005ba0550c4bf25248227aee02357371))

## [7.0.0](https://github.com/cloud-pi-native/console/compare/console-v6.5.1...console-v7.0.0) (2024-03-13)


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": "6.5.2",
"version": "7.0.1",
"description": "dso-portal client",
"private": false,
"type": "module",
Expand Down Expand Up @@ -90,4 +90,4 @@
"access": "public",
"tag": "latest"
}
}
}
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": "6.5.2",
"version": "7.0.1",
"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: 7.0.0
version: 7.0.1
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:7.0.0 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/server:7.0.1 # 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:7.0.0 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/client:7.0.1 # 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": "7.0.0",
"version": "7.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 5bfedee

Please sign in to comment.