From 1113f979a2abf465b182d47e8d2fcaccc2918c26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 10:00:38 +0200 Subject: [PATCH] chore: release 11.1.0 (#125) 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 7dabb30b..8edd8449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v11.0.0...v11.1.0) (2024-05-16) + + +### Features + +* add Runbook URL on alertmanager template ([#124](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/124)) ([dbd2f36](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/dbd2f3628a978ba6b7b841f45fc3adb8c6f05a7d)) + ## [11.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v10.1.1...v11.0.0) (2024-04-23) diff --git a/variables.tf b/variables.tf index af882069..164e88c6 100644 --- a/variables.tf +++ b/variables.tf @@ -40,7 +40,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v11.0.0" # x-release-please-version + default = "v11.1.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 275283a1..68d8f15e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -11.0.0 +11.1.0