Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 4.0.0 #61

Merged
merged 3 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.0.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v3.1.0...v4.0.0) (2023-11-02)


### ⚠ BREAKING CHANGES

* **chart:** major update of dependencies on traefik chart ([#60](https://github.com/camptocamp/devops-stack-module-traefik/issues/60)): if you are overloading the following values using the `helm_values` variable, please beware of the following breaking changes:

- On `redirectTo`, `ports.web.redirectTo=websecure` should become `ports.web.redirectTo.port=websecure`. More details in [this PR](https://github.com/traefik/traefik-helm-chart/pull/934).
- On `gateway`, all values are now flattened to `experimental.kubernetesGateway`. More details in [this PR](https://github.com/traefik/traefik-helm-chart/pull/927).

### Features

* **chart:** major update of dependencies on traefik chart ([#60](https://github.com/camptocamp/devops-stack-module-traefik/issues/60)) ([915831e](https://github.com/camptocamp/devops-stack-module-traefik/commit/915831eadd082e34995e9742536b6535de0f9ab4))

## [3.1.0](https://github.com/camptocamp/devops-stack-module-traefik/compare/v3.0.0...v3.1.0) (2023-10-19)


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 = "v3.1.0" # x-release-please-version
default = "v4.0.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 @@
3.1.0
4.0.0
Loading