diff --git a/CHANGELOG.md b/CHANGELOG.md index ba32cc2..0be2c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.3](https://github.com/camptocamp/devops-stack-module-traefik/compare/v1.2.2...v1.2.3) (2023-06-12) + + +### Bug Fixes + +* **KinD:** avoid deferring data source reading when Helm values change ([#50](https://github.com/camptocamp/devops-stack-module-traefik/issues/50)) ([5ae76ca](https://github.com/camptocamp/devops-stack-module-traefik/commit/5ae76ca2b9175a30ca27e1822f5f0b1fbe1955f5)) + ## [1.2.2](https://github.com/camptocamp/devops-stack-module-traefik/compare/v1.2.1...v1.2.2) (2023-05-30) diff --git a/variables.tf b/variables.tf index 5abdcf8..44233bf 100644 --- a/variables.tf +++ b/variables.tf @@ -20,7 +20,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v1.2.2" # x-release-please-version + default = "v1.2.3" # x-release-please-version } variable "namespace" { diff --git a/version.txt b/version.txt index 23aa839..0495c4a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.2 +1.2.3