Skip to content

Commit

Permalink
chore: release 2.1.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 Aug 10, 2023
1 parent e692e52 commit e207c9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.0.1...v2.1.0) (2023-08-10)


### Features

* **chart:** minor update of dependencies on ebs-csi-driver chart ([#14](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/14)) ([e692e52](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/e692e52b101966586ae5b3f205b284acd9712ad6))

## [2.0.1](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.0.0...v2.0.1) (2023-08-09)


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 = "v2.0.1" # x-release-please-version
default = "v2.1.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 @@
2.0.1
2.1.0

0 comments on commit e207c9d

Please sign in to comment.