diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f9052..86c5d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v2.1.0...v3.0.0) (2023-07-10) + + +### ⚠ BREAKING CHANGES + +* add support to oboukili/argocd >= v5 ([#57](https://github.com/camptocamp/devops-stack-module-argocd/issues/57)) + +### Features + +* add support to oboukili/argocd >= v5 ([#57](https://github.com/camptocamp/devops-stack-module-argocd/issues/57)) ([886689b](https://github.com/camptocamp/devops-stack-module-argocd/commit/886689b8fb9132c8a6f27896a24eee4b38b1c38e)) + ## [2.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v2.0.0...v2.1.0) (2023-06-29) diff --git a/variables.tf b/variables.tf index f3001fc..bb6a8af 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v2.1.0" # x-release-please-version + default = "v3.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 7ec1d6d..4a36342 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 +3.0.0