Skip to content

Commit

Permalink
chore: release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and hbollon committed Aug 23, 2023
1 parent 67f1846 commit 42cefb2
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.2.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v2.1.1...v2.2.0) (2023-08-23)


### Features

* parameterize backup and replicas settings and tweak default values ([9ba0c11](https://github.com/camptocamp/devops-stack-module-longhorn/commit/9ba0c115521edda46e82a11138bc0fc56cfafa0a))

## [2.1.1](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v2.1.0...v2.1.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 @@ -29,7 +29,7 @@ variable "argocd_namespace" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v2.1.1" # x-release-please-version
default = "v2.2.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.1.1
2.2.0

0 comments on commit 42cefb2

Please sign in to comment.