diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ddb366..666b16a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "stack": "1.7.0", - "argus-config": "1.0.2" + "stack": "1.8.0", + "argus-config": "1.1.0" } diff --git a/argus-config/CHANGELOG.md b/argus-config/CHANGELOG.md index b8278f8..3b40dde 100644 --- a/argus-config/CHANGELOG.md +++ b/argus-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/chanzuckerberg/argo-helm-charts/compare/argus-config-v1.0.2...argus-config-v1.1.0) (2024-08-20) + + +### Features + +* fixed parsing private key ([#79](https://github.com/chanzuckerberg/argo-helm-charts/issues/79)) ([11c93be](https://github.com/chanzuckerberg/argo-helm-charts/commit/11c93be6661b61d8d16c624b97636af4522540ae)) + ## [1.0.2](https://github.com/chanzuckerberg/argo-helm-charts/compare/argus-config-v1.0.1...argus-config-v1.0.2) (2024-07-19) diff --git a/argus-config/Chart.yaml b/argus-config/Chart.yaml index 601e5ae..79de521 100644 --- a/argus-config/Chart.yaml +++ b/argus-config/Chart.yaml @@ -15,7 +15,7 @@ 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: 1.0.2 +version: 1.1.0 # 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 diff --git a/stack/CHANGELOG.md b/stack/CHANGELOG.md index 7165f79..111c8d4 100644 --- a/stack/CHANGELOG.md +++ b/stack/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/chanzuckerberg/argo-helm-charts/compare/stack-v1.7.0...stack-v1.8.0) (2024-08-20) + + +### Features + +* bump version of argus-config ([#81](https://github.com/chanzuckerberg/argo-helm-charts/issues/81)) ([05b025f](https://github.com/chanzuckerberg/argo-helm-charts/commit/05b025f94cc0bddf50321cf0c348476261960cd4)) + ## [1.7.0](https://github.com/chanzuckerberg/argo-helm-charts/compare/stack-v1.6.1...stack-v1.7.0) (2024-08-14) diff --git a/stack/Chart.yaml b/stack/Chart.yaml index 3e4796b..da907b2 100644 --- a/stack/Chart.yaml +++ b/stack/Chart.yaml @@ -15,7 +15,7 @@ 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: 1.7.0 +version: 1.8.0 # 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