diff --git a/CHANGELOG.md b/CHANGELOG.md index 2983071..457b5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.1.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v4.0.0...v4.1.0) (2023-11-10) + + +### Features + +* add HTTP to HTTPS redirection with associated variable ([574cd2b](https://github.com/camptocamp/devops-stack-module-traefik/commit/574cd2bfe68a9e155df02522bd4a43de81589a40)) + + +### Bug Fixes + +* add propagation of dependency ids on the Scaleway variant ([c52a812](https://github.com/camptocamp/devops-stack-module-traefik/commit/c52a812f2896affe292f2217558c625926006510)) +* change Traefik CRD group to the one introduced in v23 ([304f010](https://github.com/camptocamp/devops-stack-module-traefik/commit/304f0105b616f023de5e98a6e1b5b7332adb1ff9)) + ## [4.0.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v3.1.0...v4.0.0) (2023-11-02) diff --git a/variables.tf b/variables.tf index 9e58992..6b87461 100644 --- a/variables.tf +++ b/variables.tf @@ -38,7 +38,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v4.0.0" # x-release-please-version + default = "v4.1.0" # x-release-please-version } variable "namespace" { diff --git a/version.txt b/version.txt index fcdb2e1..ee74734 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.0.0 +4.1.0