Skip to content

Commit

Permalink
chore: release 2.0.0 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 11, 2023
1 parent 754e1e6 commit 0451167
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 &gt;= 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)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
2.0.0

0 comments on commit 0451167

Please sign in to comment.