diff --git a/CHANGELOG.md b/CHANGELOG.md index 84eb44948..d1a87e318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1be7d7bc1..1c6691141 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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 diff --git a/helm/values.yaml b/helm/values.yaml index c81ceebb6..86c2d9d75 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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: @@ -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: diff --git a/package.json b/package.json index 9784b6be2..06b08ae42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dso-console", - "version": "3.4.0", + "version": "3.4.1", "private": true, "type": "module", "scripts": {