From d03df442df40c8d079e6dfff38af19a5b523b839 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:30:12 +0200 Subject: [PATCH] chore: release 8.0.0 (#82) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: release 8.0.0 * docs: update CHANGELOG.md * docs(terraform-docs): generate docs and write to README.adoc --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> Co-authored-by: lentidas --- CHANGELOG.md | 12 ++++++++++++ README.adoc | 8 ++++---- aks/README.adoc | 4 ++-- eks/README.adoc | 4 ++-- kind/README.adoc | 4 ++-- nodeport/README.adoc | 4 ++-- scaleway/README.adoc | 4 ++-- sks/README.adoc | 4 ++-- variables.tf | 2 +- version.txt | 2 +- 10 files changed, 30 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d36eee..9be6001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [8.0.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v7.0.0...v8.0.0) (2024-08-15) + + +### ⚠ BREAKING CHANGES + +* **chart:** major update of dependencies on traefik chart + * The [v30](https://github.com/traefik/traefik-helm-chart/compare/v29.0.1...v30.0.0) of the chart includes a breaking change because the values of the Gateway API implementation have changed. This change does not affect us directly on the DevOps Stack, and since this is a very new feature I do not see it affecting any of our deployments. + +### Features + +* **chart:** major update of dependencies on traefik chart ([1ba9afa](https://github.com/camptocamp/devops-stack-module-traefik/commit/1ba9afabf6521c21395de447fd32485cb66d041f)) + ## [7.0.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v6.3.0...v7.0.0) (2024-07-10) diff --git a/README.adoc b/README.adoc index c0a96ca..667ad50 100644 --- a/README.adoc +++ b/README.adoc @@ -65,7 +65,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.0.0"` +Default: `"v8.0.0"` ==== [[input_enable_service_monitor]] <> @@ -178,9 +178,9 @@ Description: ID to pass other modules in order to refer to this module as a depe [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[provider_utils]] <> |>= 1 -|[[provider_argocd]] <> |>= 5 |[[provider_null]] <> |>= 3 +|[[provider_argocd]] <> |>= 5 +|[[provider_utils]] <> |>= 1 |=== = Resources @@ -221,7 +221,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.0.0"` +|`"v8.0.0"` |no |[[input_enable_service_monitor]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 5f1e614..76f5270 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -69,7 +69,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.0.0"` +Default: `"v8.0.0"` ==== [[input_enable_service_monitor]] <> @@ -223,7 +223,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.0.0"` +|`"v8.0.0"` |no |[[input_enable_service_monitor]] <> diff --git a/eks/README.adoc b/eks/README.adoc index b015868..f3a3d9f 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -53,7 +53,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.0.0"` +Default: `"v8.0.0"` ==== [[input_enable_service_monitor]] <> @@ -195,7 +195,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.0.0"` +|`"v8.0.0"` |no |[[input_enable_service_monitor]] <> diff --git a/kind/README.adoc b/kind/README.adoc index 282a7da..b24d089 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -65,7 +65,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.0.0"` +Default: `"v8.0.0"` ==== [[input_enable_service_monitor]] <> @@ -227,7 +227,7 @@ Description: External IP address of Traefik LB service. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.0.0"` +|`"v8.0.0"` |no |[[input_enable_service_monitor]] <> diff --git a/nodeport/README.adoc b/nodeport/README.adoc index 372cbea..5006f33 100644 --- a/nodeport/README.adoc +++ b/nodeport/README.adoc @@ -53,7 +53,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.0.0"` +Default: `"v8.0.0"` ==== [[input_enable_service_monitor]] <> @@ -195,7 +195,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.0.0"` +|`"v8.0.0"` |no |[[input_enable_service_monitor]] <> diff --git a/scaleway/README.adoc b/scaleway/README.adoc index b015868..f3a3d9f 100644 --- a/scaleway/README.adoc +++ b/scaleway/README.adoc @@ -53,7 +53,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.0.0"` +Default: `"v8.0.0"` ==== [[input_enable_service_monitor]] <> @@ -195,7 +195,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.0.0"` +|`"v8.0.0"` |no |[[input_enable_service_monitor]] <> diff --git a/sks/README.adoc b/sks/README.adoc index 64f151a..11b457b 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -75,7 +75,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.0.0"` +Default: `"v8.0.0"` ==== [[input_enable_service_monitor]] <> @@ -235,7 +235,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.0.0"` +|`"v8.0.0"` |no |[[input_enable_service_monitor]] <> diff --git a/variables.tf b/variables.tf index 11c30ad..5ee321c 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 = "v7.0.0" # x-release-please-version + default = "v8.0.0" # x-release-please-version } variable "enable_service_monitor" { diff --git a/version.txt b/version.txt index 66ce77b..ae9a76b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.0.0 +8.0.0