Skip to content

Commit

Permalink
chore: release 2.3.0 (#17)
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 a638c26 commit db04a68
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Features

* add standard variables and variable to add labels to Argo CD app ([8ec1b98](https://github.com/camptocamp/devops-stack-module-longhorn/commit/8ec1b9855973a15651ddefa6f31d1453a943e791))
* add variables to set AppProject and destination cluster ([74d6627](https://github.com/camptocamp/devops-stack-module-longhorn/commit/74d662701c6c1df3dfb94108c44c3a7ff0671663))
* update OAuth2-Proxy version ([a817040](https://github.com/camptocamp/devops-stack-module-longhorn/commit/a8170407ee7fb94a4aec018ae51397ce00127f36))

## [2.2.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v2.1.1...v2.2.0) (2023-08-23)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 "namespace" {
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 db04a68

Please sign in to comment.