Skip to content

Commit

Permalink
chore: release 4.1.0 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 10, 2023
1 parent 4652b27 commit ff2c7f1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.1.0

0 comments on commit ff2c7f1

Please sign in to comment.