From 0c6b895d9d7d1a0d665f3b0b5276804acba029ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Dec 2024 09:15:41 +0000 Subject: [PATCH] chore(release): 1.3.7 ## [1.3.7](https://github.com/karlderkaefer/argocd-ecr-updater/compare/v1.3.6...v1.3.7) (2024-12-01) ### Bug Fixes * **deps:** update golang dependencies ([#136](https://github.com/karlderkaefer/argocd-ecr-updater/issues/136)) ([ad2e4f4](https://github.com/karlderkaefer/argocd-ecr-updater/commit/ad2e4f4a64ad73e95d541991f58d9fef03360214)) --- charts/argocd-ecr-updater/Chart.yaml | 4 ++-- docs/CHANGELOG.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/charts/argocd-ecr-updater/Chart.yaml b/charts/argocd-ecr-updater/Chart.yaml index 53bce18..128e1d9 100644 --- a/charts/argocd-ecr-updater/Chart.yaml +++ b/charts/argocd-ecr-updater/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: argocd-ecr-updater description: A Helm chart to update the ECR token for ECR based helm repositories type: application -version: 0.3.27 -appVersion: "1.3.6" +version: 0.3.28 +appVersion: "1.3.7" sources: - https://github.com/karlderkaefer/argocd-ecr-updater maintainers: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f886cfc..5f3c33d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.7](https://github.com/karlderkaefer/argocd-ecr-updater/compare/v1.3.6...v1.3.7) (2024-12-01) + + +### Bug Fixes + +* **deps:** update golang dependencies ([#136](https://github.com/karlderkaefer/argocd-ecr-updater/issues/136)) ([ad2e4f4](https://github.com/karlderkaefer/argocd-ecr-updater/commit/ad2e4f4a64ad73e95d541991f58d9fef03360214)) + ## [1.3.6](https://github.com/karlderkaefer/argocd-ecr-updater/compare/v1.3.5...v1.3.6) (2024-11-01)