Skip to content

Commit

Permalink
chore: release 2.3.0 (#24)
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 Oct 19, 2023
1 parent e353c7f commit 570d248
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.3.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v2.2.0...v2.3.0) (2023-10-19)


### Features

* add standard variables and variable to add labels to Argo CD app ([4fb47a7](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/4fb47a7f85bd2c2f7eb51a53c3a392f86c979fb6))
* add variables to set AppProject and destination cluster ([7d70210](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/7d7021045fc47a184c56f831680d8e0945d9bb0e))

## [2.2.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v2.1.0...v2.2.0) (2023-08-22)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "destination_cluster" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v2.2.0" # x-release-please-version
default = "v2.3.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.2.0
2.3.0

0 comments on commit 570d248

Please sign in to comment.