From cbb141afc4bedae1637ea3faf589b36b703cf9e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:39:50 +0200 Subject: [PATCH] chore: release 8.2.0 (#86) 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 8e72849..b539bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.2.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v8.1.0...v8.2.0) (2024-08-28) + + +### Features + +* add a label to traefik pods ([#85](https://github.com/camptocamp/devops-stack-module-traefik/issues/85)) ([31150dc](https://github.com/camptocamp/devops-stack-module-traefik/commit/31150dc51ca638babe734cf2dbda099f53f9283c)) + ## [8.1.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v8.0.0...v8.1.0) (2024-08-20) diff --git a/variables.tf b/variables.tf index c0cc861..67f5e76 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 = "v8.1.0" # x-release-please-version + default = "v8.2.0" # x-release-please-version } variable "enable_service_monitor" { diff --git a/version.txt b/version.txt index 8104cab..fbb9ea1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -8.1.0 +8.2.0