diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be2c31..72ab9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v1.2.3...v2.0.0) (2023-07-11) + + +### ⚠ BREAKING CHANGES + +* add support to oboukili/argocd v5 ([#52](https://github.com/camptocamp/devops-stack-module-traefik/issues/52)) + +### Features + +* add support to oboukili/argocd v5 ([#52](https://github.com/camptocamp/devops-stack-module-traefik/issues/52)) ([dc9191f](https://github.com/camptocamp/devops-stack-module-traefik/commit/dc9191f4b0af5832255de86291d56ab0c92c35ed)) + ## [1.2.3](https://github.com/camptocamp/devops-stack-module-traefik/compare/v1.2.2...v1.2.3) (2023-06-12) diff --git a/variables.tf b/variables.tf index 44233bf..b2604a6 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.3" # x-release-please-version + default = "v2.0.0" # x-release-please-version } variable "namespace" { diff --git a/version.txt b/version.txt index 0495c4a..227cea2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.3 +2.0.0