From d23d7217905ff3ac1adf933f641551e103ed5a59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 08:51:37 +0200 Subject: [PATCH] chore: release 3.0.0 (#67) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d7ac6a..cc026881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v2.3.0...v3.0.0) (2023-06-28) + + +### ⚠ BREAKING CHANGES + +* standardize variables like other modules + +### Features + +* add SKS variant with needed configuration to use SOS ([145e08b](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/145e08bd1214ccc3635d04719d3ccd0a29c67ce0)) + + +### Bug Fixes + +* activate insecure mode by default for kind ([b4f1441](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/b4f1441753ba5af2b5828eca39f9b1cff31e0a5a)) +* standardize variables like other modules ([ba86258](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/ba862583ea09272415cd9f5b2896a5e8e1849927)) + ## [2.3.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v2.2.0...v2.3.0) (2023-06-09) diff --git a/variables.tf b/variables.tf index d6960534..ba5346be 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.3.0" # x-release-please-version + default = "v3.0.0" # x-release-please-version } variable "namespace" { diff --git a/version.txt b/version.txt index 276cbf9e..4a36342f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.0 +3.0.0