Skip to content

Commit

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

chore(main): release 5.2.1
  • Loading branch information
this-is-tobi committed Jul 21, 2023
2 parents 82efb54 + dc706e8 commit 131481a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.2.1](https://github.com/cloud-pi-native/console/compare/v5.2.0...v5.2.1) (2023-07-21)


### Bug Fixes

* :adhesive_bandage: update kaniko stage name in gitlab ci ([7a71712](https://github.com/cloud-pi-native/console/commit/7a71712075d7aed5aeeb00adb1d2ec51b6d717ab))

## [5.2.0](https://github.com/cloud-pi-native/console/compare/v5.1.0...v5.2.0) (2023-07-20)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 5.2.0 # x-release-please-version
version: 5.2.1 # x-release-please-version

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "5.2.0" # x-release-please-version
appVersion: "5.2.1" # x-release-please-version
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ server:
name: dso-config
container:
env: #hashmap of custom env
image: ghcr.io/cloud-pi-native/console/server:5.2.0 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/server:5.2.1 # x-release-please-version
port: 8080
node_env: production
data-configmap:
Expand All @@ -41,7 +41,7 @@ server:

client:
container:
image: ghcr.io/cloud-pi-native/console/client:5.2.0 # x-release-please-version
image: ghcr.io/cloud-pi-native/console/client:5.2.1 # x-release-please-version
port: 8080
env: #hashmap of custom env
service:
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": "5.2.0",
"version": "5.2.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 131481a

Please sign in to comment.