diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b9336..ba6e09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.2...v2.0.0) (2023-07-11) + + +### ⚠ BREAKING CHANGES + +* add support to oboukili/argocd >= v5 ([#14](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/issues/14)) + +### Features + +* add support to oboukili/argocd >= v5 ([#14](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/issues/14)) ([754e1e6](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/754e1e6dd1fa780c07aef7b9af209680fdda60d9)) + ## [1.0.2](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.1...v1.0.2) (2023-05-30) diff --git a/variables.tf b/variables.tf index 7979fb5..7678a26 100644 --- a/variables.tf +++ b/variables.tf @@ -16,7 +16,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v1.0.2" # x-release-please-version + default = "v2.0.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 6d7de6e..227cea2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.2 +2.0.0