diff --git a/CHANGELOG.md b/CHANGELOG.md index da12df5..780dec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/camptocamp/devops-stack-module-traefik/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-02-22) + + +### Features + +* add KinD module ([#31](https://github.com/camptocamp/devops-stack-module-traefik/issues/31)) ([7cbafa7](https://github.com/camptocamp/devops-stack-module-traefik/commit/7cbafa75ba3f97f5387b45e03817c9055c482a45)) + ## [1.0.0-alpha.8](https://github.com/camptocamp/devops-stack-module-traefik/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-01-31) diff --git a/variables.tf b/variables.tf index f3fc844..7b5f6b7 100644 --- a/variables.tf +++ b/variables.tf @@ -17,7 +17,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v1.0.0-alpha.8" # x-release-please-version + default = "v1.0.0-alpha.9" # x-release-please-version } variable "namespace" { diff --git a/version.txt b/version.txt index 3dedb75..2438158 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-alpha.8 +1.0.0-alpha.9