Skip to content

Commit

Permalink
Merge pull request #433 from dnum-mi/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--dso-console

chore(main): release 3.4.1
  • Loading branch information
this-is-tobi authored May 22, 2023
2 parents dc26737 + 2d8fec9 commit 45e315a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.4.1](https://github.com/dnum-mi/dso-console/compare/v3.4.0...v3.4.1) (2023-05-22)


### Bug Fixes

* :art: change ns labels ([ae14d67](https://github.com/dnum-mi/dso-console/commit/ae14d6736a3b3276b3406562709cf77e3aab0668))
* :construction: hooks payload send full owner object, bug getSingleOwnerByProjectId ([0e74895](https://github.com/dnum-mi/dso-console/commit/0e74895695b42d4e13a645ef4005afbffec59b64))

## [3.4.0](https://github.com/dnum-mi/dso-console/compare/v3.3.1...v3.4.0) (2023-05-15)


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: 3.4.0 # x-release-please-version
version: 3.4.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: "3.4.0" # x-release-please-version
appVersion: "3.4.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/dnum-mi/dso-console/server:3.4.0 # x-release-please-version
image: ghcr.io/dnum-mi/dso-console/server:3.4.1 # x-release-please-version
port: 8080
node_env: production
data-configmap:
Expand All @@ -41,7 +41,7 @@ server:

client:
container:
image: ghcr.io/dnum-mi/dso-console/client:3.4.0 # x-release-please-version
image: ghcr.io/dnum-mi/dso-console/client:3.4.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": "3.4.0",
"version": "3.4.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 45e315a

Please sign in to comment.