From 42cefb2985a6eea8511f420e4ad213e50de49576 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 08:23:13 +0000 Subject: [PATCH] chore: release 2.2.0 --- CHANGELOG.md | 7 +++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84a63a..339d9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/variables.tf b/variables.tf index f845d78..7f33b29 100644 --- a/variables.tf +++ b/variables.tf @@ -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" { diff --git a/version.txt b/version.txt index 3e3c2f1..ccbccc3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.1 +2.2.0