Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
24.0.0
->33.0.0
Release Notes
traefik/traefik-helm-chart (traefik)
v33.0.0
Compare Source
Upgrade Notes
There are multiple breaking changes in this release:
traefik
entrypoint has changed from9000
to8080
, just like the Traefik Proxy default portpublishedService
is enabled by default on Ingress providerPOD_NAME
andPOD_NAMESPACE
environment variables are now set by default, without values.The CRDs needs to be updated, as documented in the README.
ℹ️ A separate helm chart, just for CRDs, is being considered for a future release. See PR #1123
⚠ BREAKING CHANGES
traefik
entrypointFeatures
Bug Fixes
traefik
entrypoint (2b32ce7)New Contributors
v32.1.1
Compare Source
32.1.1 (2024-10-11)
Features
Bug Fixes
v32.1.0
Compare Source
Features
Bug Fixes
v32.0.0
Compare Source
⚠ BREAKING CHANGES
Fixes
CLF
withcommon
invalues.yaml
by @WillDaSilva in https://github.com/traefik/traefik-helm-chart/pull/1199Features
New Contributors
Full Changelog: traefik/traefik-helm-chart@v31.1.1...v32.0.0
v31.1.1
Compare Source
31.1.1 (2024-09-20)
Features
Bug Fixes
v31.1.0
Compare Source
Features
Bug Fixes
v31.0.0
Compare Source
⚠ BREAKING CHANGES
kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/
Features
Bug Fixes
v30.1.0
Compare Source
Features
disableClusterScopeResources
(5b54cf7)Bug Fixes
v30.0.2
Compare Source
30.0.2 (2024-07-30)
Features
Bug Fixes
v30.0.1
Compare Source
30.0.1 (2024-07-29)
Bug Fixes
v30.0.0
Compare Source
Upgrade notes
This release comes with a breaking change⚠️ on how to configure Gateway with values (#1133).
This release supports Traefik Proxy v3.0, v3.1 and Traefik Hub v3.3
Features
Bug Fixes
Documentation
v29.0.1
Compare Source
29.0.1 (2024-07-09)
Features
Bug Fixes
v29.0.0
Compare Source
Upgrade Notes
This is a major breaking upgrade. Migration guide from v3.0 to v3.1rc has been applied on this chart.
This release supports both Traefik Proxy v3.0.x and v3.1rc.
It comes with those⚠️ breaking changes ⚠️ :
IngressRoute
is now disabled by default (#1111)CRDs needs to be upgraded:
kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/
Features
IngressRoute
should be disabled by default (d9b856a)Bug Fixes
secretResourceNames
slice (24978e8)Documentation
New Contributors
v28.3.0
Compare Source
Features
Bug Fixes
db4f43f
](https://github.com/traefik/traefik-helm-chart/commit/db4f43f
))New Contributors
Full Changelog: traefik/traefik-helm-chart@v28.2.0...v28.3.0
v28.2.0
Compare Source
podSecurityContext.fsGroupChangePolicy
. It was OnRootMismatch in previous release of this chart. It can easily be set (back) to OnRootMismatch if needed, see EXAMPLES.Features
Bug Fixes
New Contributors
Full Changelog: traefik/traefik-helm-chart@v28.1.0...v28.2.0
v28.1.0
Compare Source
Features
Bug Fixes
Documentation
v28.0.0
Compare Source
⚠ BREAKING CHANGES
Features
experimental-v3.0
unstable version (579984c)Bug Fixes
Styles
--entryPoints
CLI flag (b1f6f96)Documentation
New Contributors
v27.0.2
Compare Source
27.0.2 (2024-04-12)
Upgrade Notes
This release comes with an important fix for https://github.com/traefik/traefik/issues/10598 introduced in v2.11.1, see upstream release notes.
Features
v27.0.1
Compare Source
27.0.1 (2024-04-11)
Upgrade notes
🚨 Traefik Proxy v2.11.1 introduces
lingeringTimeout
, see https://github.com/traefik/traefik/pull/10569, that can be breaking for server-first protocols. This new setting can be set withadditionalArguments
.Features
v27.0.0
Compare Source
⚠ BREAKING CHANGES
Upgrade notes
Custom services and port exposure have been redesigned, requiring the following changes:
expose
orexposeInternal
flags, you should replace them with a service name to boolean mapping, i.e. replace this:with this:
service.internal
value, you should migrate the values to theservice.additionalServices.internal
value instead; this should yield the same results, but make sure to carefully check for any changes!Features
Bug Fixes
IngressRoute
(606ab52)New Contributors
Full Changelog: traefik/traefik-helm-chart@v26.1.0...v27.0.0
v26.1.0
Compare Source
Important notice
ℹ️ CRDs has been updated in this release. On Traefik v2, there is no new or removed field, just description format update by upstream library.
Features
Bug Fixes
v26.0.0
Compare Source
Breaking Changes
This release can be breaking for:
Features
Bug Fixes
New Contributors
Full Changelog: traefik/traefik-helm-chart@v25.0.0...v26.0.0
v25.0.0
Compare Source
The two breaking changes are:
redirectTo
,ports.web.redirectTo=websecure
=>ports.web.redirectTo.port=websecure
.gateway
, all values are now flattened toexperimental.kubernetesGateway
.Features
Bug Fixes
image.tag
(1f043da)Reverts
Documentation
New Contributors
Full Changelog: traefik/traefik-helm-chart@v24.0.0...v25.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.