From 7a846de1867be91a6382fb39b70c0b450340eb86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:51:30 +0100 Subject: [PATCH] chore: release 8.1.0 (#104) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 80ce88a0..71a402fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v8.0.2...v8.1.0) (2023-12-15) + + +### Features + +* **alertmanager:** continue matching ([#103](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/103)) ([5615736](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/561573696295de3f78eb7f398e968122e168f466)) + ## [8.0.2](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v8.0.1...v8.0.2) (2023-12-06) diff --git a/variables.tf b/variables.tf index ab6c5d31..99486ff9 100644 --- a/variables.tf +++ b/variables.tf @@ -39,7 +39,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v8.0.2" # x-release-please-version + default = "v8.1.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 8b22a322..8104cabd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -8.0.2 +8.1.0