diff --git a/CHANGELOG.md b/CHANGELOG.md index 489da495..55d7ac6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v2.2.0...v2.3.0) (2023-06-09) + + +### Features + +* add var that enables compactor retention ([#62](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/62)) ([88617bd](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/88617bdf6f1710afdfe4447b63bd43ca2babecfb)) + ## [2.2.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v2.1.0...v2.2.0) (2023-05-24) diff --git a/variables.tf b/variables.tf index eaaca6ed..d6960534 100644 --- a/variables.tf +++ b/variables.tf @@ -11,7 +11,7 @@ variable "argocd_namespace" { 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" { diff --git a/version.txt b/version.txt index ccbccc3d..276cbf9e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.0 +2.3.0