Skip to content

Commit

Permalink
chore: release 2.0.0 (#11)
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 b4ccf83 commit 10dda8d
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-ebs-csi-driver/compare/v1.0.2...v2.0.0) (2023-07-11)


### ⚠ BREAKING CHANGES

* add support to oboukili/argocd >= v5 ([#10](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/10))

### Features

* add support to oboukili/argocd &gt;= v5 ([#10](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/10)) ([b4ccf83](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/b4ccf83f598d44b3bb959b122ea622e031fa5e7a))

## [1.0.2](https://github.com/camptocamp/devops-stack-module-ebs-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 10dda8d

Please sign in to comment.