From 210f3189365a8176eeac23999f44e37e6e604933 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:52:54 +0100 Subject: [PATCH] chore: release 6.2.0 (#75) 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 20fe54f..1cd231f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v6.1.1...v6.2.0) (2024-03-01) + + +### Features + +* make the dashboard deployment dynamic ([#74](https://github.com/camptocamp/devops-stack-module-traefik/issues/74)) ([8b99d6e](https://github.com/camptocamp/devops-stack-module-traefik/commit/8b99d6eac6b0f28746b9fd8193bee5061d6e67f1)) + ## [6.1.1](https://github.com/camptocamp/devops-stack-module-traefik/compare/v6.1.0...v6.1.1) (2024-02-23) diff --git a/variables.tf b/variables.tf index 4149af2..a2aeaeb 100644 --- a/variables.tf +++ b/variables.tf @@ -23,7 +23,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v6.1.1" # x-release-please-version + default = "v6.2.0" # x-release-please-version } variable "enable_service_monitor" { diff --git a/version.txt b/version.txt index f3b5af3..6abaeb2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.1.1 +6.2.0