From 67de3ab206625ae4b80942e1f7b428040c53a3cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:27:15 +0100 Subject: [PATCH] chore(main): release 1.0.0-alpha.9 (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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