chore(deps): update dependency traefik-crds to v31 #10

Merged
Fascinated merged 1 commits from renovate/traefik-crds-31.x into master 2024-09-22 00:15:30 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
traefik-crds major v10.33.0 -> v31.1.1

Release Notes

traefik/traefik-helm-chart (traefik-crds)

v31.1.1

Compare Source

31.1.1 (2024-09-20)
Features
  • deps: update traefik docker tag to v3.1.4 (51b46ba)
Bug Fixes
  • 🐛 updateStrategy behavior (6c1c8c3)

v31.1.0

Compare Source

Features
  • input validation using schema (cf703c7)
  • add AllowACMEByPass and improve schema/doc on ports values (458cab9)
  • Traefik Hub: add new webhooks and removes unnecessary ones (d7c3622)
  • deps: update traefik docker tag to v3.1.3 (1ecf803)
Bug Fixes
  • 🐛 update CRD to v3.1 (2dc2253)

v31.0.0

Compare Source

⚠ BREAKING CHANGES
  • 🐛 set allowEmptyServices to true by default
  • CRDs needs to be upgraded for Traefik Hub users
    • kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/
Features
  • Traefik Hub: update CRDs to v1.7.0 (aa18d47)
Bug Fixes
  • HTTP3: split udp and tcp Service when service.single is false (24acadf)
  • 🐛 set allowEmptyServices to true by default (2324766)
  • Traefik Hub: update CRDs to v1.5.0 (ee3537a)

v30.1.0

Compare Source

Features
  • rework namespaced RBAC with disableClusterScopeResources (5b54cf7)
  • deps: update traefik docker tag to v3.1.2
  • deps: update traefik docker tag to v3.1.1
Bug Fixes
  • disable default HTTPS listener for gateway (f90f16e)
  • Gateway API: use Standard channel by default (ccdb66b)
  • Gateway API: wildcard support in hostname (93d1717)

v30.0.2

Compare Source

30.0.2 (2024-07-30)
Features
  • Traefik Hub: 🍻 add E2E tests on RBACs change (dd3bee0)
Bug Fixes
  • Traefik Hub: missing RBACs for Traefik Hub (ed80c4c)

v30.0.1

Compare Source

30.0.1 (2024-07-29)
Bug Fixes
  • Traefik Hub: RBACs missing with API Gateway (747f833)
  • Traefik Hub: support new RBACs for upcoming traefik hub release (0e81ea2)

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
  • display release name and image full path in installation notes (b77d53d)
  • handle log filePath and noColor (51fc564)
  • use single ingressRoute template (9240475)
  • deps: update traefik docker tag to v3.1.0
Bug Fixes
  • 🐛 ingressroute default name (a494617)
  • can't set gateway name (13d302d)
  • namespaced RBACs hub api gateway (50c24e5)
  • remove version in OCI documentation (d613258)
  • Gateway API: provide expected roles when using namespaced RBAC (abc6310)
  • Gateway API: revamp Gateway implementation (5f2705d)
Documentation
  • EXAMPLES: 📚️ improve wording on dashboard access without exposing it (2b03ee8)

v29.0.1

Compare Source

29.0.1 (2024-07-09)
Features
  • publish chart on OCI registry (deaddf5)
Bug Fixes
  • RBACs for hub and disabled namespaced RBACs (0827106)
  • semverCompare failing on some legitimate tags (143b96f)

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 ⚠️ :

  • Far better support on Gateway API v1.1: Gateway, GatewayClass, CRDs & RBAC (#​1107)
  • Many changes on CRDs & RBAC (#​1072 & #​1108)
  • Refactor on Prometheus Operator support. Values has changed (#​1114)
  • Dashboard 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
  • migrate to endpointslices rbac (0449b0b)
  • update CRDs & RBAC for Traefik Proxy (228c4e4)
  • allow to set hostAliases for traefik pod (42e5745)
  • dashboard: dashboard IngressRoute should be disabled by default (d9b856a)
  • providers: add nativeLBByDefault support (e75a85c)
  • providers: improve kubernetesGateway and Gateway API support (2eb640a)
  • workflow: add oci push (aa3022a)
  • deps: update traefik docker tag to v3.0.4
  • deps: update traefik docker tag to v3.0.3
Bug Fixes
  • dashboard: Only set ingressClass annotation when kubernetesCRD provider is listening for it (f142f6c)
  • rbac: nodes API permissions for Traefik v3.1+ (647439d)
  • allow multiples values in the secretResourceNames slice (24978e8)
  • 🐛 improve error message on additional service without ports (d4cab24)
  • prometheus operator settings (7d3a90d)
Documentation
  • fix typos and broken link (e43afd4)

New Contributors

v28.3.0

Compare Source

Features
  • allow setting permanent on redirectTo (1b454e9)
  • deps: update traefik docker tag to v3.0.2
Bug Fixes

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v28.2.0...v28.3.0

v28.2.0

Compare Source

⚠️ This release align to Kubernetes default (Always) for 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
  • IngressClass: provides annotation on IngressRoutes when it's enabled (f5de0c3)

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v28.1.0...v28.2.0

v28.1.0

Compare Source

Features
  • Traefik Hub: add initial support for API Gateway (dc5c68d)
  • Traefik Hub: use Traefik Proxy otlp config (a910db4)
Bug Fixes
  • Traefik Hub: refine support (60d210d)
  • Traefik Hub: do not deploy mutating webhook when enabling only API Gateway (cb2a98d)
Documentation
  • example: Update Digital Ocean PROXY Protocol (9850319)
  • 📚️ improve UPGRADING section (54ec665)

v28.0.0

Compare Source

⚠ BREAKING CHANGES
Features
  • podtemplate: set GOMEMLIMIT, GOMAXPROCS when limits are defined (e4f2aa8)
  • 💥 initial support of Traefik Proxy v3 (536059d)
  • add support of experimental-v3.0 unstable version (579984c)
  • fail gracefully when required port number is not set (f8be5e1)
  • ports: add transport options (47e0f28)
  • ability to override liveness and readiness probe paths (ea95df0)
Bug Fixes
  • 🐛 logs filters on status codes (c204014)
  • 🐛 only expose http3 port on service when TCP variant is exposed (2d6243d)
Styles
  • 🎨 consistent capitalization on --entryPoints CLI flag (b1f6f96)
Documentation
  • 📚️ improve EXAMPLES on acme resolver (2252aba)

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
  • feat: update Traefik Proxy to v2.11.2 (#​1034)

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 with additionalArguments.

Features
  • release v27.0.1 with Traefik Proxy to v2.11.1 (4dadd66)

v27.0.0

Compare Source

⚠ BREAKING CHANGES
  • 💥 refactor custom services and port exposure (7e349d4)

Upgrade notes

Custom services and port exposure have been redesigned, requiring the following changes:

  • if you were overriding port exposure behavior using the expose or exposeInternal flags, you should replace them with a service name to boolean mapping, i.e. replace this:
ports:
   web:
      port: 80
      expose: false
      exposeInternal: true

with this:

ports:
   web:
      port: 80
      expose:
         default: false
         internal: true
  • if you were previously using the service.internal value, you should migrate the values to the service.additionalServices.internal value instead; this should yield the same results, but make sure to carefully check for any changes!
Features
  • restrict access to secrets (8fbae97)
Bug Fixes
  • rbac: do not create clusterrole for namespace deployment on Traefik v3 (d0f3442)
  • remove null annotations on dashboard IngressRoute (606ab52)
  • use hostIP also on entrypoint and healthChecks when set (82a3cab)

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/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.

⚠️ This Chart does not support Traefik v3 beta and rc versions.

Features
  • update traefik docker tag to v2.11.0 (843d1d7)
  • allow exposure of ports on internal service only (d9f4731)
  • create v1 Gateway and GatewayClass Version for Traefik v3 (85697f0)
  • set runtimeClassName on pod spec (c07d55c)
Bug Fixes
  • 🐛 missing quote on experimental plugin args (e7ce1b4)
  • 🐛 set runtimeClassName at pod level (3d76d3e)
  • update traefik v3 serverstransporttcps CRD (e404db9)

v26.0.0

Compare Source

Breaking Changes

This release can be breaking for:

Features
  • 💥 unify plugin import between traefik and this chart (cbddacb)
  • 💥 deployment.podannotations support interpolation with tpl (d31b991)
  • add file provider (ddd6cee)
  • allow defining startupProbe (f061628)
  • allow update of namespace policy for websecure listener (2045843)
Bug Fixes
  • 🐛 declare http3 udp port, with or without hostport (76dcb02)
  • 🐛 improve confusing suggested value on openTelemetry.grpc (6a6efc1)

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v25.0.0...v26.0.0

v25.0.0

Compare Source

The two breaking changes are:

  1. On redirectTo, ports.web.redirectTo=websecure => ports.web.redirectTo.port=websecure.
  2. On gateway, all values are now flattened to experimental.kubernetesGateway.
Features
Bug Fixes
  • 🐛 remove old CRDs using traefik.containo.us (6484a40)
  • add missing separator in crds (ba67d9b)
  • add Prometheus scraping annotations only if serviceMonitor not created (6b2268f)
  • allow updateStrategy.rollingUpdate.maxUnavailable to be passed in as an int or string (0dcc834)
  • detect correctly v3 version when using sha in image.tag (1f043da)
  • disable ClusterRole and ClusterRoleBinding when not needed (14d4895)
Reverts
  • "fix: 🐛 remove old CRDs using traefik.containo.us" (bf75a5d)
Documentation
  • 📚️ how to use this chart as a dependency (18c9d45)
  • fix typo in README (d1a2770)
  • Fix typo in the default values file (607b808)
  • remove email from apiToken in CloudFlare example (9b9f306)

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v24.0.0...v25.0.0

v24.0.0

Compare Source

BREAKING CHANGES

⚠️ healthchecksPort and healthchecksScheme has moved from ports.traefik to deployment ⚠️

Features
Bug Fixes

v23.2.0

Compare Source

Features
Bug Fixes
  • 🐛 renovate on test docker images (f2648b2)
  • 🐛 traefik or metrics port can be disabled (3633974)
  • 🐛 update traefik.containo.us CRDs to v2.10 (62d7a9b)
  • ingressclass name should be customizable (#​864) (7f0a0fc)

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v23.1.0...v23.2.0

v23.1.0

Compare Source

Features
  • add a warning when labelSelector don't match (1085fc7)
  • remove Traefik Hub v1 integration (1f29975)
  • add optional appProtocol field on Service ports (795478d)
  • allow specifying service loadBalancerClass (a9f023d)
  • common labels for all resources (71be847)
Bug Fixes
  • 🐛 http3 support on traefik v3 (c29e3fd)
  • 🐛 use k8s version for hpa api version (ab06c48)
  • use targetPort instead of port on ServiceMonitor (78cb8f1)
Documentation
  • Fix Let's Encrypt example (b68b6a6)

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v23.0.1...v23.1.0

v23.0.1

Compare Source

23.0.1 (2023-04-28)
Bug Fixes
  • ⬆️ Upgrade traefik Docker tag to v2.10.1 (b11f486)

v23.0.0

Compare Source

BREAKING CHANGE

=> ⚠️ You need to update CRDs ⚠️

Beware that Helm is not updating CRDs. More details here.
This chart will update RBAC to use those new CRDs.

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v22.3.0...v23.0.0

v22.3.0

Compare Source

BREAKING CHANGE

=> ⚠️ You need to update CRDs ⚠️

Beware that Helm is not updating CRDs. More details here.
This chart will update RBAC to use those new CRDs.

Enhancements
Bug Fixes
  • 🐛 update rbac for both traefik.io and containo.us apigroups (#​836) (0efbcb5)

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v22.2.0...v22.3.0

v22.2.0

Compare Source

Features
  • allow to set dnsConfig on pod template (fe25020)
  • override container port (480c17f)
Bug Fixes
  • 🐛 annotations leaking between aliased subcharts (f6c7ee9)
  • indentation on TLSOption (2a9879a)
Tests
  • 👷 Update unit tests tooling (da553ee)

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v22.1.0...v22.2.0

v22.1.0

Compare Source

Features
  • add additional labels to tlsoption (0244dde)
Documentation
  • 📚️ improve example on HPA (d97b79b)
Misc

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v22.0.0...v22.1.0

v22.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v21.2.1...v22.0.0

v21.2.1

Compare Source

21.2.1 (2023-03-28)

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v21.2.0...v21.2.1

v21.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v21.1.0...v21.2.0

v21.1.0

Compare Source

Features
Bug Fixes
  • traefik image name for renovate (a34f305)

What's Changed

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v21.0.0...v21.1.0

v21.0.0

Compare Source

Bug Fixes

What's Changed

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.8.0...v21.0.0

v20.8.0

Compare Source

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.7.0...v20.8.0

v20.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.6.0...v20.7.0

v20.6.0

Compare Source

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.5.3...v20.6.0

v20.5.3

Compare Source

20.5.3 (2022-11-25)

What's Changed

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.5.2...v20.5.3

v20.5.2

Compare Source

20.5.2 (2022-11-24)

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.5.1...v20.5.2

v20.5.1

Compare Source

20.5.1 (2022-11-23)

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.5.0...v20.5.1

v20.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.4.1...v20.5.0

v20.4.1

Compare Source

20.4.1 (2022-11-21)

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.4.0...v20.4.1

v20.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.3.1...v20.4.0

v20.3.1

Compare Source

20.3.1 (2022-11-21)

What's Changed

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v20.3.0...v20.3.1

v20.3.0

Compare Source

Enhancement
  • Add options to override instance label value (#​725)

v20.2.1

Compare Source

20.2.1 (2022-11-17)
Bug Fixes
  • Do not namespace IngressClass (#​723)

v20.2.0

Compare Source

Enhancement
  • add support for namespace overrides #​718
Documentation
  • 📝 add examples for simple use cases #​716

v20.1.1

Compare Source

20.1.1 (2022-11-10)
Bug Fixes
  • use consistent appVersion with Traefik Proxy (0418a3c)

v19.0.4

Compare Source

v19.0.3

Compare Source

v19.0.2

Compare Source

v19.0.1

Compare Source

v19.0.0

Compare Source

v18.3.0

Compare Source

v18.2.0

Compare Source

v18.1.0

Compare Source

v18.0.0

Compare Source

v17.0.5

Compare Source

v17.0.4

Compare Source

v17.0.3

Compare Source

v17.0.2

Compare Source

v17.0.1

Compare Source

v17.0.0

Compare Source

v16.2.0

Compare Source

v16.1.0

Compare Source

v16.0.0

Compare Source

v15.3.1

Compare Source

v15.3.0

Compare Source

v15.2.2

Compare Source

v15.2.1

Compare Source

v15.2.0

Compare Source

v15.1.1

Compare Source

v15.1.0

Compare Source

v15.0.0

Compare Source

v14.0.2

Compare Source

v14.0.1

Compare Source

v14.0.0

Compare Source

v13.0.1

Compare Source

v13.0.0

Compare Source

v12.0.7

Compare Source

v12.0.6

Compare Source

v12.0.5

Compare Source

v12.0.4

Compare Source

v12.0.3

Compare Source

v12.0.2

Compare Source

v12.0.1

Compare Source

v12.0.0

Compare Source

v11.1.1

Compare Source

v11.1.0

Compare Source

v11.0.0

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik-crds](https://github.com/traefik/traefik-helm-chart) | major | `v10.33.0` -> `v31.1.1` | --- ### Release Notes <details> <summary>traefik/traefik-helm-chart (traefik-crds)</summary> ### [`v31.1.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v31.1.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v31.1.0...v31.1.1) ##### [31.1.1](https://github.com/traefik/traefik-helm-chart/compare/v31.1.0...v31.1.1) (2024-09-20) ##### Features - **deps:** update traefik docker tag to v3.1.4 ([51b46ba](https://github.com/traefik/traefik-helm-chart/commit/51b46bab664ff1188b305b830dec90fa510940bc)) ##### Bug Fixes - 🐛 updateStrategy behavior ([6c1c8c3](https://github.com/traefik/traefik-helm-chart/commit/6c1c8c3c4e04a830e4bd18c93988407033c10034)) ### [`v31.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v31.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v31.0.0...v31.1.0) ##### Features - ✨ input validation using schema ([cf703c7](https://github.com/traefik/traefik-helm-chart/commit/cf703c7ddae652288144d70fd88a530667b53aa6)) - ✨ add AllowACMEByPass and improve schema/doc on ports values ([458cab9](https://github.com/traefik/traefik-helm-chart/commit/458cab997cadf1712abc86ab5c8ff4a333b34f1e)) - **Traefik Hub:** add new webhooks and removes unnecessary ones ([d7c3622](https://github.com/traefik/traefik-helm-chart/commit/d7c36229bccea62865d2bb74894a59374370523a)) - **deps:** update traefik docker tag to v3.1.3 ([1ecf803](https://github.com/traefik/traefik-helm-chart/commit/1ecf803aa78312a5b00846106efcf28ac9c9c562)) ##### Bug Fixes - 🐛 update CRD to v3.1 ([2dc2253](https://github.com/traefik/traefik-helm-chart/commit/2dc2253c2e360d2ce2f3fd0ed8407e89b4a0c273)) ### [`v31.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v31.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v30.1.0...v31.0.0) ##### ⚠ BREAKING CHANGES - 🐛 set allowEmptyServices to true by default - CRDs needs to be upgraded for Traefik Hub users - `kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/` ##### Features - **Traefik Hub:** update CRDs to v1.7.0 ([aa18d47](https://github.com/traefik/traefik-helm-chart/commit/aa18d47c1545b6ca8f66210a23f2769ab59ca844)) ##### Bug Fixes - **HTTP3:** split udp and tcp Service when service.single is false ([24acadf](https://github.com/traefik/traefik-helm-chart/commit/24acadf35fb11927bbb857c3b63fcef01064abc9)) - 🐛 set allowEmptyServices to true by default ([2324766](https://github.com/traefik/traefik-helm-chart/commit/23247669edf5dae5c028e7c6b4a688004e4acec6)) - **Traefik Hub:** update CRDs to v1.5.0 ([ee3537a](https://github.com/traefik/traefik-helm-chart/commit/ee3537a3238e3fc1ba234c4bc1ecf10dfab3048c)) ### [`v30.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v30.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v30.0.2...v30.1.0) ##### Features - ✨ rework namespaced RBAC with `disableClusterScopeResources` ([5b54cf7](https://github.com/traefik/traefik-helm-chart/commit/5b54cf76256c435107f9afb13899e32245892744)) - **deps**: update traefik docker tag to v3.1.2 - **deps**: update traefik docker tag to v3.1.1 ##### Bug Fixes - disable default HTTPS listener for gateway ([f90f16e](https://github.com/traefik/traefik-helm-chart/commit/f90f16e0dbff26b927efe48eac47d320b99f39ba)) - **Gateway API:** use Standard channel by default ([ccdb66b](https://github.com/traefik/traefik-helm-chart/commit/ccdb66b74d7120dd8e0dcd7300d3d3b051cea8ed)) - **Gateway API:** wildcard support in hostname ([93d1717](https://github.com/traefik/traefik-helm-chart/commit/93d1717c1c40768aa0a016a785193ea514709ca4)) ### [`v30.0.2`](https://github.com/traefik/traefik-helm-chart/releases/tag/v30.0.2) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v30.0.1...v30.0.2) ##### [30.0.2](https://github.com/traefik/traefik-helm-chart/compare/v30.0.1...v30.0.2) (2024-07-30) ##### Features - **Traefik Hub:** :beers: add E2E tests on RBACs change ([dd3bee0](https://github.com/traefik/traefik-helm-chart/commit/dd3bee0043f6ab8b34261806375a3624b6e42501)) ##### Bug Fixes - **Traefik Hub:** missing RBACs for Traefik Hub ([ed80c4c](https://github.com/traefik/traefik-helm-chart/commit/ed80c4c8889af96673abe4776ed1c08080627871)) ### [`v30.0.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v30.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v30.0.0...v30.0.1) ##### [30.0.1](https://github.com/traefik/traefik-helm-chart/compare/v30.0.0...v30.0.1) (2024-07-29) ##### Bug Fixes - **Traefik Hub:** RBACs missing with API Gateway ([747f833](https://github.com/traefik/traefik-helm-chart/commit/747f8339a57a26bee8d075bbeec2b7b1a5758263)) - **Traefik Hub:** support new RBACs for upcoming traefik hub release ([0e81ea2](https://github.com/traefik/traefik-helm-chart/commit/0e81ea2c1504837d892a09df3fe91cfd86562ff0)) ### [`v30.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v30.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v29.0.1...v30.0.0) ##### Upgrade notes This release comes with a breaking change :warning: on how to configure Gateway with *values* ([#&#8203;1133](https://github.com/traefik/traefik-helm-chart/issues/1133)). This release supports Traefik Proxy v3.0, v3.1 **and** Traefik Hub v3.3 ##### Features - ✨ display release name and image full path in installation notes ([b77d53d](https://github.com/traefik/traefik-helm-chart/commit/b77d53dfa1fb60eb618d852cd20305cac7c85509)) - handle log filePath and noColor ([51fc564](https://github.com/traefik/traefik-helm-chart/commit/51fc5647f06c757c671f1a283d531799b5fd4316)) - use single ingressRoute template ([9240475](https://github.com/traefik/traefik-helm-chart/commit/9240475d5dd6e0db07aa809100a5152946618256)) - **deps**: update traefik docker tag to v3.1.0 ##### Bug Fixes - 🐛 ingressroute default name ([a494617](https://github.com/traefik/traefik-helm-chart/commit/a49461743fe10999856a21ad276a23bb403a8fdf)) - can't set gateway name ([13d302d](https://github.com/traefik/traefik-helm-chart/commit/13d302d6ef0c926d2fdb27556393c117bfecc4aa)) - namespaced RBACs hub api gateway ([50c24e5](https://github.com/traefik/traefik-helm-chart/commit/50c24e52162c292d9a8e026ed111af0906562cfe)) - remove version in OCI documentation ([d613258](https://github.com/traefik/traefik-helm-chart/commit/d6132586e76334d42ace4365b05112a1eabd7ad7)) - **Gateway API:** provide expected roles when using namespaced RBAC ([abc6310](https://github.com/traefik/traefik-helm-chart/commit/abc631085e06207f84dd2d0b472e1f63f6dd96ea)) - **Gateway API:** revamp Gateway implementation ([5f2705d](https://github.com/traefik/traefik-helm-chart/commit/5f2705dca27e88941506589a100e8f3d3d50be1c)) ##### Documentation - **EXAMPLES:** 📚️ improve wording on dashboard access without exposing it ([2b03ee8](https://github.com/traefik/traefik-helm-chart/commit/2b03ee84d433bbd1971a86581592489393f5fa96)) ### [`v29.0.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v29.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v29.0.0...v29.0.1) ##### [29.0.1](https://github.com/traefik/traefik-helm-chart/compare/v29.0.0...v29.0.1) (2024-07-09) ##### Features - ✨ publish chart on OCI registry ([deaddf5](https://github.com/traefik/traefik-helm-chart/commit/deaddf57e26ec19fe1a4d54f47047a94f44715b1)) ##### Bug Fixes - RBACs for hub and disabled namespaced RBACs ([0827106](https://github.com/traefik/traefik-helm-chart/commit/082710650cee6a008a2df092df3d744892c95f89)) - semverCompare failing on some legitimate tags ([143b96f](https://github.com/traefik/traefik-helm-chart/commit/143b96fc7c24062098c8c69be855c73a62ca122d)) ### [`v29.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v29.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v28.3.0...v29.0.0) ##### Upgrade Notes This is a major breaking upgrade. [Migration guide](https://doc.traefik.io/traefik/v3.1/migration/v3/#v30-to-v31) 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 :warning: breaking changes :warning: : - Far better support on Gateway API v1.1: Gateway, GatewayClass, CRDs & RBAC ([#&#8203;1107](https://github.com/traefik/traefik-helm-chart/issues/1107)) - Many changes on CRDs & RBAC ([#&#8203;1072](https://github.com/traefik/traefik-helm-chart/issues/1072) & [#&#8203;1108](https://github.com/traefik/traefik-helm-chart/issues/1108)) - Refactor on Prometheus Operator support. Values has changed ([#&#8203;1114](https://github.com/traefik/traefik-helm-chart/issues/1114)) - Dashboard `IngressRoute` is now disabled by default ([#&#8203;1111](https://github.com/traefik/traefik-helm-chart/issues/1111)) CRDs needs to be upgraded: `kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/` ##### Features - ✨ migrate to endpointslices rbac ([0449b0b](https://github.com/traefik/traefik-helm-chart/commit/0449b0b7cdbb1d984a621d1c4112f6b5964e3930)) - ✨ update CRDs & RBAC for Traefik Proxy ([228c4e4](https://github.com/traefik/traefik-helm-chart/commit/228c4e477f2e2355161b506b291fdd3191491acd)) - allow to set hostAliases for traefik pod ([42e5745](https://github.com/traefik/traefik-helm-chart/commit/42e574516560492db94f7ada7c2a61c391603df3)) - **dashboard:** dashboard `IngressRoute` should be disabled by default ([d9b856a](https://github.com/traefik/traefik-helm-chart/commit/d9b856a9fd7f216a9ef3f866961d9a0345259f55)) - **providers:** add nativeLBByDefault support ([e75a85c](https://github.com/traefik/traefik-helm-chart/commit/e75a85c319431586d408697c2408f88ab9b991af)) - **providers:** improve kubernetesGateway and Gateway API support ([2eb640a](https://github.com/traefik/traefik-helm-chart/commit/2eb640a4aa011f02f52585bd4c8dee5a8d7ebced)) - **workflow:** add oci push ([aa3022a](https://github.com/traefik/traefik-helm-chart/commit/aa3022acf39041b8df1b3fe56e2cd1e062eba15f)) - **deps**: update traefik docker tag to v3.0.4 - **deps**: update traefik docker tag to v3.0.3 ##### Bug Fixes - **dashboard:** Only set ingressClass annotation when kubernetesCRD provider is listening for it ([f142f6c](https://github.com/traefik/traefik-helm-chart/commit/f142f6c671f1230bd90b07021c8227773e1d0225)) - **rbac:** nodes API permissions for Traefik v3.1+ ([647439d](https://github.com/traefik/traefik-helm-chart/commit/647439d061fc4421fb423b171c510594a78738a8)) - allow multiples values in the `secretResourceNames` slice ([24978e8](https://github.com/traefik/traefik-helm-chart/commit/24978e85be3af72bb86b380534715ff039358487)) - 🐛 improve error message on additional service without ports ([d4cab24](https://github.com/traefik/traefik-helm-chart/commit/d4cab24a3dc13730c55cea4617987c20462126f9)) - prometheus operator settings ([7d3a90d](https://github.com/traefik/traefik-helm-chart/commit/7d3a90d1eb1ecd0450aaa2697bc77aa7e7da05f2)) ##### Documentation - fix typos and broken link ([e43afd4](https://github.com/traefik/traefik-helm-chart/commit/e43afd46654359d580668d539db1ed8f760b80f2)) #### New Contributors - [@&#8203;justinrush](https://github.com/justinrush) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1093 - [@&#8203;x0ddf](https://github.com/x0ddf) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1094 - [@&#8203;traefiker](https://github.com/traefiker) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1101 - [@&#8203;mmetc](https://github.com/mmetc) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1102 ### [`v28.3.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v28.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v28.2.0...v28.3.0) ##### Features - allow setting permanent on redirectTo ([1b454e9](https://github.com/traefik/traefik-helm-chart/commit/1b454e9e071d90f18f9eb43840c57d709eb8eb86)) - **deps**: update traefik docker tag to v3.0.2 ##### Bug Fixes - **Security:** 🐛 🔒️ mount service account token on pod level (\[[`db4f43f`](https://github.com/traefik/traefik-helm-chart/commit/db4f43f)]\(https://github.com/traefik/traefik-helm-chart/commit/ - **Traefik Hub:** remove namespace in mutating webhook ([f8f2da2](https://github.com/traefik/traefik-helm-chart/commit/f8f2da2905f8c97a9e891461d6203612d22c333c)) - **Traefik Hub:** remove obsolete CRD ([4fcec62](https://github.com/traefik/traefik-helm-chart/commit/4fcec6296bdd5b4bd18776d88fe3c82497c8b800)) - 🐛 namespaced rbac when kubernetesIngress provider is disabled ([3bb41f7](https://github.com/traefik/traefik-helm-chart/commit/3bb41f7acc77463d518c26f38371df9f6a0d9b9e)) [`db4f43f`](https://github.com/traefik/traefik-helm-chart/commit/db4f43f2cbdaad77b95c838d12f0b398bc149863))) - 🐛 add divisor: '1' to GOMAXPROCS and GOMEMLIMIT ([9ccbee2](https://github.com/traefik/traefik-helm-chart/commit/9ccbee20ec22392eeca541514a534d357a2e499b)) #### New Contributors - [@&#8203;hawkesn](https://github.com/hawkesn) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1085 - [@&#8203;berlincount](https://github.com/berlincount) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1082 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v28.2.0...v28.3.0 ### [`v28.2.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v28.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v28.1.0...v28.2.0) :warning: This release align to Kubernetes default (*Always*) for `podSecurityContext.fsGroupChangePolicy`. It was *OnRootMismatch* in previous release of this chart. It can easily be set (back) to *OnRootMismatch* if needed, see [EXAMPLES](https://github.com/traefik/traefik-helm-chart/blob/master/EXAMPLES.md#use-traefik-native-lets-encrypt-integration-without-cert-manager). ##### Features - ✨ simplify values and provide more examples ([4eb71eb](https://github.com/traefik/traefik-helm-chart/commit/4eb71eb43bde454ce16e8633215551e67eff4568)) - add deletecollection right on secrets ([fb69807](https://github.com/traefik/traefik-helm-chart/commit/fb69807b609a991643a45d982a716441980955e6)) - update traefik docker tag to v3.0.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/traefik/traefik-helm-chart/pull/1075 ##### Bug Fixes - **IngressClass:** provides annotation on IngressRoutes when it's enabled ([f5de0c3](https://github.com/traefik/traefik-helm-chart/commit/f5de0c3725e7ab46d22744ba8510875a2ca5fbf9)) #### New Contributors - [@&#8203;jspdown](https://github.com/jspdown) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1077 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v28.1.0...v28.2.0 ### [`v28.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v28.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v28.0.0...v28.1.0) ##### Features - **Traefik Hub:** add initial support for API Gateway ([dc5c68d](https://github.com/traefik/traefik-helm-chart/commit/dc5c68d584198b52cd0ac64fb17d3df1d2ccb018)) - **Traefik Hub:** use Traefik Proxy otlp config ([a910db4](https://github.com/traefik/traefik-helm-chart/commit/a910db40fc9f3889a221003ca674242a2458744c)) ##### Bug Fixes - **Traefik Hub:** refine support ([60d210d](https://github.com/traefik/traefik-helm-chart/commit/60d210de336614ff16161d3cf13d555575ace12c)) - **Traefik Hub:** do not deploy mutating webhook when enabling only API Gateway ([cb2a98d](https://github.com/traefik/traefik-helm-chart/commit/cb2a98dfc8e412ea78d317954e245148915109a7)) ##### Documentation - **example:** Update Digital Ocean PROXY Protocol ([9850319](https://github.com/traefik/traefik-helm-chart/commit/9850319029826fcb31d037fd51a6242261d400e1)) - 📚️ improve UPGRADING section ([54ec665](https://github.com/traefik/traefik-helm-chart/commit/54ec66537c2338b82d7c81f36367d17b9bc86b81)) ### [`v28.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v28.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v27.0.2...v28.0.0) ##### ⚠ BREAKING CHANGES - :boom: initial support of Traefik Proxy v3 - See [Migration guide from v2 to v3](https://doc.traefik.io/traefik/v3.0/migration/v2-to-v3/) and upgrading section of this chart on CRDs. ##### Features - **podtemplate:** set GOMEMLIMIT, GOMAXPROCS when limits are defined ([e4f2aa8](https://github.com/traefik/traefik-helm-chart/commit/e4f2aa80c7be9e382e7e5277cc5b75bfdf0a10e7)) - :boom: initial support of Traefik Proxy v3 ([536059d](https://github.com/traefik/traefik-helm-chart/commit/536059dbdc70fcb0c1f1914a108384e9613b1da5)) - ✨ add support of `experimental-v3.0` unstable version ([579984c](https://github.com/traefik/traefik-helm-chart/commit/579984c3b149a3b32a5e91edaa00b028b6587b57)) - ✨ fail gracefully when required port number is not set ([f8be5e1](https://github.com/traefik/traefik-helm-chart/commit/f8be5e19d841c8c6ebf1e1d2282cee3170086def)) - **ports:** add transport options ([47e0f28](https://github.com/traefik/traefik-helm-chart/commit/47e0f28a7413def68a48489140db521e99617187)) - ability to override liveness and readiness probe paths ([ea95df0](https://github.com/traefik/traefik-helm-chart/commit/ea95df04391fee3bcf05d124cdd36c2be39814d5)) ##### Bug Fixes - 🐛 logs filters on status codes ([c204014](https://github.com/traefik/traefik-helm-chart/commit/c20401453b63d56e1eb061d357381f7fa75ba10a)) - 🐛 only expose http3 port on service when TCP variant is exposed ([2d6243d](https://github.com/traefik/traefik-helm-chart/commit/2d6243d42cc0c1d92072cb8609fdfc9556888ad4)) ##### Styles - 🎨 consistent capitalization on `--entryPoints` CLI flag ([b1f6f96](https://github.com/traefik/traefik-helm-chart/commit/b1f6f968cbe2adc0e493c4127bcf5848d19a4ccb)) ##### Documentation - 📚️ improve EXAMPLES on acme resolver ([2252aba](https://github.com/traefik/traefik-helm-chart/commit/2252aba24da57e83d687198bb1c946c3c4b3d86f)) #### New Contributors - [@&#8203;matkam](https://github.com/matkam) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1041 ### [`v27.0.2`](https://github.com/traefik/traefik-helm-chart/releases/tag/v27.0.2) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v27.0.1...v27.0.2) ##### [27.0.2](https://github.com/traefik/traefik-helm-chart/compare/v27.0.1...v27.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](https://github.com/traefik/traefik/releases/tag/v2.11.2). ##### Features - feat: ✨ update Traefik Proxy to v2.11.2 ([#&#8203;1034](https://github.com/traefik/traefik-helm-chart/issues/1034)) ### [`v27.0.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v27.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v27.0.0...v27.0.1) ##### [27.0.1](https://github.com/traefik/traefik-helm-chart/compare/v27.0.0...v27.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 with `additionalArguments`. ##### Features - release v27.0.1 with Traefik Proxy to v2.11.1 ([4dadd66](https://github.com/traefik/traefik-helm-chart/commit/4dadd6632db95549a211006844e5e7310e06f4a2)) ### [`v27.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v27.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v26.1.0...v27.0.0) ##### ⚠ BREAKING CHANGES - :boom: refactor custom services and port exposure ([7e349d4](https://github.com/traefik/traefik-helm-chart/commit/7e349d4782b72c36220a1ec8dace803640e289e0)) **Upgrade notes** Custom services and port exposure have been redesigned, requiring the following changes: - if you were overriding port exposure behavior using the `expose` or `exposeInternal` flags, you should replace them with a service name to boolean mapping, i.e. replace this: ```yaml ports: web: port: 80 expose: false exposeInternal: true ``` with this: ```yaml ports: web: port: 80 expose: default: false internal: true ``` - if you were previously using the `service.internal` value, you should migrate the values to the `service.additionalServices.internal` value instead; this should yield the same results, but make sure to carefully check for any changes! ##### Features - restrict access to secrets ([8fbae97](https://github.com/traefik/traefik-helm-chart/commit/8fbae97a1c951b8997ad45b3d20912070f470261)) ##### Bug Fixes - **rbac:** do not create clusterrole for namespace deployment on Traefik v3 ([d0f3442](https://github.com/traefik/traefik-helm-chart/commit/d0f34428da2ae645009d088c3e6c77a3d157911e)) - remove null annotations on dashboard `IngressRoute` ([606ab52](https://github.com/traefik/traefik-helm-chart/commit/606ab52c539e797d534b9c8f1fe9d5deb9f1be4b)) - use hostIP also on entrypoint and healthChecks when set ([82a3cab](https://github.com/traefik/traefik-helm-chart/commit/82a3cabd335d6dc7b8c6533149105dee59c388c8)) #### New Contributors - [@&#8203;samox73](https://github.com/samox73) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1016 - [@&#8203;ChandonPierre](https://github.com/ChandonPierre) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1012 - [@&#8203;andrzejpawcenis](https://github.com/andrzejpawcenis) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1021 - [@&#8203;jnonino](https://github.com/jnonino) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1009 - [@&#8203;Zebradil](https://github.com/Zebradil) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/992 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v26.1.0...v27.0.0 ### [`v26.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v26.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v26.0.0...v26.1.0) #### Important notice :information_source: CRDs has been updated in this release. On Traefik v2, there is no new or removed field, just description format update by upstream library. :warning: This Chart does not support Traefik v3 beta and rc versions. ##### Features - update traefik docker tag to v2.11.0 ([843d1d7](https://github.com/traefik/traefik-helm-chart/commit/843d1d75b856fc6b35e09b42278de3bdf8734c08)) - allow exposure of ports on internal service only ([d9f4731](https://github.com/traefik/traefik-helm-chart/commit/d9f4731fce7c8fdb134f417d977537e2ecad1a6e)) - create v1 Gateway and GatewayClass Version for Traefik v3 ([85697f0](https://github.com/traefik/traefik-helm-chart/commit/85697f0cfbfae77539bfdb8ba8255e77735a762f)) - set runtimeClassName on pod spec ([c07d55c](https://github.com/traefik/traefik-helm-chart/commit/c07d55c277e69a341bfe48fcbf6059057a9820e7)) ##### Bug Fixes - 🐛 missing quote on experimental plugin args ([e7ce1b4](https://github.com/traefik/traefik-helm-chart/commit/e7ce1b410c858642069033305eb6362f26689f16)) - 🐛 set runtimeClassName at pod level ([3d76d3e](https://github.com/traefik/traefik-helm-chart/commit/3d76d3e8e3497f559216f73c91166f9b811f11e6)) - update traefik v3 serverstransporttcps CRD ([e404db9](https://github.com/traefik/traefik-helm-chart/commit/e404db9e271e939a33ba95bc59f12f8a54e87239)) ### [`v26.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v26.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v25.0.0...v26.0.0) #### Breaking Changes This release can be breaking for: - Plugin user, see PR [#&#8203;961](https://github.com/traefik/traefik-helm-chart/issues/961) - PodAnnotation user, see PR [#&#8203;972](https://github.com/traefik/traefik-helm-chart/issues/972) ##### Features - :boom: unify plugin import between traefik and this chart ([cbddacb](https://github.com/traefik/traefik-helm-chart/commit/cbddacb5a96445aad6dbb45627e0294c8c71c187)) - 💥 deployment.podannotations support interpolation with tpl ([d31b991](https://github.com/traefik/traefik-helm-chart/commit/d31b991c89149d76abf28569730f863ccbac0cd9)) - add file provider ([ddd6cee](https://github.com/traefik/traefik-helm-chart/commit/ddd6ceea849587041ee18aaf5d3800991a49a14e)) - allow defining startupProbe ([f061628](https://github.com/traefik/traefik-helm-chart/commit/f0616285efd812e94c3e83cedcda4c4e6e24c8a3)) - allow update of namespace policy for websecure listener ([2045843](https://github.com/traefik/traefik-helm-chart/commit/204584382b9bdf16134dd8de0bd629045b7548f9)) ##### Bug Fixes - 🐛 declare http3 udp port, with or without hostport ([76dcb02](https://github.com/traefik/traefik-helm-chart/commit/76dcb02a69cedc9b6791d1768bfe63ee03a5fa56)) - 🐛 improve confusing suggested value on openTelemetry.grpc ([6a6efc1](https://github.com/traefik/traefik-helm-chart/commit/6a6efc1c8af6bd8a4909af7fad02203f3c218059)) #### New Contributors - [@&#8203;demolitionmode](https://github.com/demolitionmode) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/956 - [@&#8203;ebuildy](https://github.com/ebuildy) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/937 - [@&#8203;bennesp](https://github.com/bennesp) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/967 - [@&#8203;mysiki](https://github.com/mysiki) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/961 - [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/972 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v25.0.0...v26.0.0 ### [`v25.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v25.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v24.0.0...v25.0.0) The two breaking changes are: 1. On `redirectTo`, `ports.web.redirectTo=websecure` => `ports.web.redirectTo.port=websecure`. - More details in PR [#&#8203;934](https://github.com/traefik/traefik-helm-chart/issues/934) 2. On `gateway`, all values are now flattened to `experimental.kubernetesGateway`. - More details in PR [#&#8203;927](https://github.com/traefik/traefik-helm-chart/issues/927) ##### Features - :boom: rework and allow update of namespace policy for Gateway ([b04d479](https://github.com/traefik/traefik-helm-chart/commit/b04d479cea4943ca5c148828782a204355671df7)) - :boom: support http redirections and http challenges with cert-manager ([8cf14c8](https://github.com/traefik/traefik-helm-chart/commit/8cf14c8f0a749a69847f79cd037d0c9065238f3c)) - ✨ add healthcheck ingressRoute ([0725e48](https://github.com/traefik/traefik-helm-chart/commit/0725e4888f97953de04fbfc7ba6db70c79e5d4e4)) - Update traefik docker tag to v2.10.5 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/traefik/traefik-helm-chart/pull/930 ##### Bug Fixes - 🐛 remove old CRDs using traefik.containo.us ([6484a40](https://github.com/traefik/traefik-helm-chart/commit/6484a401b6dd49ffac23dc90043d2bfd23ff226f)) - add missing separator in crds ([ba67d9b](https://github.com/traefik/traefik-helm-chart/commit/ba67d9bce370b90a6e3bdd100478166a85713121)) - add Prometheus scraping annotations only if serviceMonitor not created ([6b2268f](https://github.com/traefik/traefik-helm-chart/commit/6b2268f43fdb4c5bc003bd46c80ea5c9cd904861)) - allow updateStrategy.rollingUpdate.maxUnavailable to be passed in as an int or string ([0dcc834](https://github.com/traefik/traefik-helm-chart/commit/0dcc834757507baa93131ca799cf0fddcf2eeddd)) - detect correctly v3 version when using sha in `image.tag` ([1f043da](https://github.com/traefik/traefik-helm-chart/commit/1f043da8b2ba853e847c6f3b2ffaeb79dd969aab)) - disable ClusterRole and ClusterRoleBinding when not needed ([14d4895](https://github.com/traefik/traefik-helm-chart/commit/14d48959afee4907b41e1631611d056663efba71)) ##### Reverts - "fix: 🐛 remove old CRDs using traefik.containo.us" ([bf75a5d](https://github.com/traefik/traefik-helm-chart/commit/bf75a5df22c417d6916683c11c6c50cdb177a1b5)) ##### Documentation - 📚️ how to use this chart as a dependency ([18c9d45](https://github.com/traefik/traefik-helm-chart/commit/18c9d459af0f5f7028e3c770ea982a6a3eb39e8e)) - fix typo in README ([d1a2770](https://github.com/traefik/traefik-helm-chart/commit/d1a27700700d4eda7f73e2827e6000204eedfca7)) - Fix typo in the default values file ([607b808](https://github.com/traefik/traefik-helm-chart/commit/607b80857fe0f9899d387704e83aa25758fd62be)) - remove email from apiToken in CloudFlare example ([9b9f306](https://github.com/traefik/traefik-helm-chart/commit/9b9f306022de187ba7e4c3e8cb0ee16c9f68b8b3)) #### New Contributors - [@&#8203;alfrunes](https://github.com/alfrunes) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/910 - [@&#8203;hrivera-ntap](https://github.com/hrivera-ntap) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/907 - [@&#8203;devantler](https://github.com/devantler) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/915 - [@&#8203;bmagic](https://github.com/bmagic) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/916 - [@&#8203;muandane](https://github.com/muandane) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/914 - [@&#8203;renebarbosafl](https://github.com/renebarbosafl) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/927 - [@&#8203;SebPlv](https://github.com/SebPlv) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/939 - [@&#8203;BabisK](https://github.com/BabisK) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/943 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v24.0.0...v25.0.0 ### [`v24.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v24.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v23.2.0...v24.0.0) #### BREAKING CHANGES :warning: `healthchecksPort` and `healthchecksScheme` has moved from `ports.traefik` to `deployment` :warning: - See [Changelog](https://github.com/traefik/traefik-helm-chart/blob/master/traefik/Changelog.md#2400----) or [#&#8203;898](https://github.com/traefik/traefik-helm-chart/issues/898) for more details. ##### Features - feat: multi namespace RBAC manifests by [@&#8203;jnoordsij](https://github.com/jnoordsij) in https://github.com/traefik/traefik-helm-chart/pull/897 ##### Bug Fixes - tracing.opentelemetry.tls is optional for all values by [@&#8203;davhdavh](https://github.com/davhdavh) in https://github.com/traefik/traefik-helm-chart/pull/899 - http3 support broken when advertisedPort set by [@&#8203;davhdavh](https://github.com/davhdavh) in https://github.com/traefik/traefik-helm-chart/pull/903 - healthchecks and traefik port by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/898 ### [`v23.2.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v23.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v23.1.0...v23.2.0) ##### Features - ✨ add support for traefik v3.0.0-beta3 and openTelemetry ([80b5c06](https://github.com/traefik/traefik-helm-chart/commit/80b5c062dd7cea34bb217ab73fdc90b36e3a154b)) - add pod_name as default in values.yaml ([c42ec12](https://github.com/traefik/traefik-helm-chart/commit/c42ec12d1d2ef64ce015c922565bbec18ef5bf7a)) - disable allowPrivilegeEscalation ([9443225](https://github.com/traefik/traefik-helm-chart/commit/944322519c294ca6271907ec8eee6006c56dbccd)) - update Traefik Proxy default version to v2.10.4 (https://github.com/traefik/traefik-helm-chart/pull/894) ##### Bug Fixes - 🐛 renovate on test docker images ([f2648b2](https://github.com/traefik/traefik-helm-chart/commit/f2648b218ac89c2fdc92cdaff905c4d7b6408b4d)) - 🐛 traefik or metrics port can be disabled ([3633974](https://github.com/traefik/traefik-helm-chart/commit/3633974a8e52cc843f04b3a1ca2e8a79c2044fe6)) - 🐛 update traefik.containo.us CRDs to v2.10 ([62d7a9b](https://github.com/traefik/traefik-helm-chart/commit/62d7a9be592b552965fb690681b6f4f8865ce792)) - ingressclass name should be customizable ([#&#8203;864](https://github.com/traefik/traefik-helm-chart/issues/864)) ([7f0a0fc](https://github.com/traefik/traefik-helm-chart/commit/7f0a0fc16d285cc8d623db1cc3f7e0e2fe1c53d1)) #### New Contributors - [@&#8203;kupnu4x](https://github.com/kupnu4x) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/864 - [@&#8203;davhdavh](https://github.com/davhdavh) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/872 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v23.1.0...v23.2.0 ### [`v23.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v23.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v23.0.1...v23.1.0) ##### Features - ✨ add a warning when labelSelector don't match ([1085fc7](https://github.com/traefik/traefik-helm-chart/commit/1085fc7587c2d0cbbaddba41296c3db67eaaf086)) - ➖ remove Traefik Hub v1 integration ([1f29975](https://github.com/traefik/traefik-helm-chart/commit/1f29975682db2da0737e85182cda9592e3dd707c)) - add optional `appProtocol` field on Service ports ([795478d](https://github.com/traefik/traefik-helm-chart/commit/795478d985c69c682f1a567b2d8946b1969b29a7)) - allow specifying service loadBalancerClass ([a9f023d](https://github.com/traefik/traefik-helm-chart/commit/a9f023d9e00156da4313043a3529aa46e539e7f4)) - common labels for all resources ([71be847](https://github.com/traefik/traefik-helm-chart/commit/71be8478751c9a3c18a849e0e53058c7a8caf379)) ##### Bug Fixes - 🐛 http3 support on traefik v3 ([c29e3fd](https://github.com/traefik/traefik-helm-chart/commit/c29e3fdcd5f193607eb5405996073acf6455ed53)) - 🐛 use k8s version for hpa api version ([ab06c48](https://github.com/traefik/traefik-helm-chart/commit/ab06c482a3a5f04c6b219138ad1736c4f3bbca23)) - use `targetPort` instead of `port` on ServiceMonitor ([78cb8f1](https://github.com/traefik/traefik-helm-chart/commit/78cb8f1134c687925cc885cd00e2dd2c4cd4b024)) ##### Documentation - Fix Let's Encrypt example ([b68b6a6](https://github.com/traefik/traefik-helm-chart/commit/b68b6a619348b8af6ffb6e0722b8133d2880b631)) #### New Contributors - [@&#8203;project0](https://github.com/project0) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/842 - [@&#8203;mhmxs](https://github.com/mhmxs) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/846 - [@&#8203;justmike1](https://github.com/justmike1) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/837 - [@&#8203;dddomin3](https://github.com/dddomin3) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/848 - [@&#8203;tomasbedrich](https://github.com/tomasbedrich) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/859 - [@&#8203;baarde](https://github.com/baarde) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/858 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v23.0.1...v23.1.0 ### [`v23.0.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v23.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v23.0.0...v23.0.1) ##### [23.0.1](https://github.com/traefik/traefik-helm-chart/compare/v23.0.0...v23.0.1) (2023-04-28) ##### Bug Fixes - ⬆️ Upgrade traefik Docker tag to v2.10.1 ([b11f486](https://github.com/traefik/traefik-helm-chart/commit/b11f4861d4c8acfebc6cf5da7f8e8a6ecfdcaee6)) ### [`v23.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v23.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v22.3.0...v23.0.0) ##### BREAKING CHANGE - BREAKING CHANGE: Traefik 2.10 comes with CRDs update on API Group by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/840 \=> :warning: You need to update CRDs :warning: Beware that Helm is not updating CRDs. More details [here](https://github.com/traefik/traefik-helm-chart#upgrading-crds). This chart will update RBAC to use those new CRDs. **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v22.3.0...v23.0.0 ### [`v22.3.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v22.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v22.2.0...v22.3.0) ##### BREAKING CHANGE - 💥 New CRDs are needed for Traefik v2.10 by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/834 \=> :warning: You need to update CRDs :warning: Beware that Helm is not updating CRDs. More details [here](https://github.com/traefik/traefik-helm-chart#upgrading-crds). This chart will update RBAC to use those new CRDs. ##### Enhancements - ⬆️ Upgrade traefik Docker tag to v2.10.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/traefik/traefik-helm-chart/pull/833 ##### Bug Fixes - 🐛 update rbac for both traefik.io and containo.us apigroups ([#&#8203;836](https://github.com/traefik/traefik-helm-chart/issues/836)) ([0efbcb5](https://github.com/traefik/traefik-helm-chart/commit/0efbcb5d88c8b036ade4b324c4eb656e7896b3bf)) **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v22.2.0...v22.3.0 ### [`v22.2.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v22.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v22.1.0...v22.2.0) ##### Features - allow to set dnsConfig on pod template ([fe25020](https://github.com/traefik/traefik-helm-chart/commit/fe25020fb1dda0ed17a0f071cc844e402ae5f470)) - override container port ([480c17f](https://github.com/traefik/traefik-helm-chart/commit/480c17f6d5ff3bb2b722d39802ea16ad36183257)) ##### Bug Fixes - 🐛 annotations leaking between aliased subcharts ([f6c7ee9](https://github.com/traefik/traefik-helm-chart/commit/f6c7ee97dc07700e2784dfdc21206d72de0dce59)) - indentation on `TLSOption` ([2a9879a](https://github.com/traefik/traefik-helm-chart/commit/2a9879abd2a811fff78ed3ab4ae40dadebb030e8)) ##### Tests - 👷 Update unit tests tooling ([da553ee](https://github.com/traefik/traefik-helm-chart/commit/da553ee6efd2c79035fd246cec0561a8c6af1afa)) #### New Contributors - [@&#8203;RouxAntoine](https://github.com/RouxAntoine) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/821 - [@&#8203;romeuhcf](https://github.com/romeuhcf) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/829 - [@&#8203;TLPNull](https://github.com/TLPNull) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/830 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v22.1.0...v22.2.0 ### [`v22.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v22.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v22.0.0...v22.1.0) ##### Features - add additional labels to tlsoption ([0244dde](https://github.com/traefik/traefik-helm-chart/commit/0244dde31be80432516030045309aa2a122d12d1)) ##### Documentation - 📚️ improve example on HPA ([d97b79b](https://github.com/traefik/traefik-helm-chart/commit/d97b79b55af0917c0c7e4b7a866bd38c3fbc2495)) ##### Misc - ⬆️ Upgrade traefik Docker tag to v2.9.10 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/traefik/traefik-helm-chart/pull/818 #### New Contributors - [@&#8203;eddykaya](https://github.com/eddykaya) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/815 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v22.0.0...v22.1.0 ### [`v22.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v22.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v21.2.1...v22.0.0) #### What's Changed - BREAKING CHANGE: `image.registry` introduction may break during the upgrade. If you are overriding `image.repository`, you may need to set `image.registry`. See PR [#&#8203;802](https://github.com/traefik/traefik-helm-chart/issues/802). by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/810 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v21.2.1...v22.0.0 ### [`v21.2.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v21.2.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v21.2.0...v21.2.1) ##### [21.2.1](https://github.com/traefik/traefik-helm-chart/compare/v21.2.0...v21.2.1) (2023-03-28) #### What's Changed - :memo: Clarify the need of an initContainer when enabling persistence for TLS Certificates by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/798 - :memo: Merge and simplify TLS examples by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/806 - 🎨 Introduce `image.registry` and add explicit default (it may impact custom `image.repository`) by [@&#8203;jnoordsij](https://github.com/jnoordsij) in https://github.com/traefik/traefik-helm-chart/pull/802 - ⬆️ Upgrade traefik Docker tag to v2.9.9 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/traefik/traefik-helm-chart/pull/807 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v21.2.0...v21.2.1 ### [`v21.2.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v21.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v21.1.0...v21.2.0) #### What's Changed - :sparkles: release 21.2.0 by [@&#8203;devaquila](https://github.com/devaquila) in https://github.com/traefik/traefik-helm-chart/pull/805 - ⬆️ Upgrade traefik Docker tag to v2.9.8 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/traefik/traefik-helm-chart/pull/797 - Separate UDP hostPort for HTTP/3 by [@&#8203;jilleJr](https://github.com/jilleJr) in https://github.com/traefik/traefik-helm-chart/pull/799 - 🚨 Fail when enabling PSP on Kubernetes v1.25+ by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/801 - doc: Improve upgrade command by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/803 #### New Contributors - [@&#8203;jilleJr](https://github.com/jilleJr) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/799 - [@&#8203;devaquila](https://github.com/devaquila) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/805 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v21.1.0...v21.2.0 ### [`v21.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v21.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v21.0.0...v21.1.0) ##### Features - Add volumeName to PersistentVolumeClaim ([#&#8203;792](https://github.com/traefik/traefik-helm-chart/issues/792)) ([f5f145e](https://github.com/traefik/traefik-helm-chart/commit/f5f145e4dd41db61c5e8d54208306f6c790b9cf2)) - Allow setting TLS options on dashboard IngressRoute by [@&#8203;jnoordsij](https://github.com/jnoordsij) in https://github.com/traefik/traefik-helm-chart/pull/789 ##### Bug Fixes - traefik image name for renovate ([a34f305](https://github.com/traefik/traefik-helm-chart/commit/a34f30511a5073a64a659ffc36851aa0f69fa321)) #### What's Changed - Update TESTING.md to account for changes in behavior by [@&#8203;jnoordsij](https://github.com/jnoordsij) in https://github.com/traefik/traefik-helm-chart/pull/790 - ⬆️ Upgrade traefik Docker tag to v2.9.7 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/traefik/traefik-helm-chart/pull/795 - ✨ release 21.1.0 by [@&#8203;charlie-haley](https://github.com/charlie-haley) in https://github.com/traefik/traefik-helm-chart/pull/796 #### New Contributors - [@&#8203;TBurda](https://github.com/TBurda) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/792 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v21.0.0...v21.1.0 ### [`v21.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v21.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.8.0...v21.0.0) ##### Bug Fixes - **service-metrics:** invert prometheus svc & fullname length checking ([4d3c8ae](https://github.com/traefik/traefik-helm-chart/commit/4d3c8aeb261f6517fabb9608dfeffc2220d9abbd)) - allowExternalNameServices for kubernetes ingress when hub enabled ([#&#8203;772](https://github.com/traefik/traefik-helm-chart/issues/772)) ([cd039c5](https://github.com/traefik/traefik-helm-chart/commit/cd039c53b905a749e94dc242f23b26d1fd78a8ca)) - :bug: Disabling dashboard ingressroute should delete it by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/785 #### What's Changed - 📝 Improve documentation on entrypoint options by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/768 - 🙈 Add a setting disable API check on Prometheus Operator by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/769 - ✨ Chart.yaml - add kubeVersion: ">=1.16.0-0" by [@&#8203;arukiidou](https://github.com/arukiidou) in https://github.com/traefik/traefik-helm-chart/pull/776 - :necktie: Improve labels settings behavior on metrics providers by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/774 - Fix existing tag detection in workflow by [@&#8203;jnoordsij](https://github.com/jnoordsij) in https://github.com/traefik/traefik-helm-chart/pull/777 - :technologist: add contributors panel to the README by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/778 - :memo: Add an example on plugin storage by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/782 - :boom: Rename image.name => image.repository by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/784 - Configure Renovate by [@&#8203;renovate](https://github.com/renovate) in https://github.com/traefik/traefik-helm-chart/pull/783 - 💥 New release with BREAKING changes by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/786 #### New Contributors - [@&#8203;alecerf](https://github.com/alecerf) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/765 - [@&#8203;renovate](https://github.com/renovate) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/783 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.8.0...v21.0.0 ### [`v20.8.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.8.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.7.0...v20.8.0) #### What's Changed - ✨ add support for OpenTelemetry and Traefik v3 by [@&#8203;charlie-haley](https://github.com/charlie-haley) in https://github.com/traefik/traefik-helm-chart/pull/760 - ✨ add support for default entrypoints by [@&#8203;charlie-haley](https://github.com/charlie-haley) in https://github.com/traefik/traefik-helm-chart/pull/761 - 📝 Add an example on Traefik Dashboard with Ingress by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/764 - ✨ update chart to version 20.8.0 by [@&#8203;charlie-haley](https://github.com/charlie-haley) in https://github.com/traefik/traefik-helm-chart/pull/762 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.7.0...v20.8.0 ### [`v20.7.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.7.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.6.0...v20.7.0) #### What's Changed - :adhesive_bandage: Add quotes for artifacthub changelog parsing by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/748 - add keywords \[networking], for artifacthub category quering by [@&#8203;arukiidou](https://github.com/arukiidou) in https://github.com/traefik/traefik-helm-chart/pull/749 - ✨ support for Gateway annotations by [@&#8203;mmontes11](https://github.com/mmontes11) in https://github.com/traefik/traefik-helm-chart/pull/751 - :bug: Fix typo on bufferingSize for access logs by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/753 - :memo: Add a complete example on TLS Store with Cert-Manager by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/754 - 🐛 Don't fail when prometheus is disabled by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/756 - ⬆️ Update default Traefik release to v2.9.6 by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/758 #### New Contributors - [@&#8203;arukiidou](https://github.com/arukiidou) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/749 - [@&#8203;mmontes11](https://github.com/mmontes11) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/751 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.6.0...v20.7.0 ### [`v20.6.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.6.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.5.3...v20.6.0) #### What's Changed - :memo: Improve documentation on using PVC with TLS certificates by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/742 - :bug: Add missing scheme in help on Traefik Hub integration by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/746 - 🔍️ Add filePath support on access logs by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/747 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.5.3...v20.6.0 ### [`v20.5.3`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.5.3) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.5.2...v20.5.3) ##### [20.5.3](https://github.com/traefik/traefik-helm-chart/compare/v20.5.2...v20.5.3) (2022-11-25) #### What's Changed - 🐛 Fix template issue with obsolete helm version + add helm version requirement by [@&#8203;darkweaver87](https://github.com/darkweaver87) in https://github.com/traefik/traefik-helm-chart/pull/743 #### New Contributors - [@&#8203;darkweaver87](https://github.com/darkweaver87) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/743 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.5.2...v20.5.3 ### [`v20.5.2`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.5.2) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.5.1...v20.5.2) ##### [20.5.2](https://github.com/traefik/traefik-helm-chart/compare/v20.5.1...v20.5.2) (2022-11-24) #### What's Changed - Add an example on using ProxyProtocol with Digital Ocean by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/738 - :memo: Move dashboard instructions from README to EXAMPLES by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/739 - ⬆️ Update Traefik to v2.9.5 by [@&#8203;jnoordsij](https://github.com/jnoordsij) in https://github.com/traefik/traefik-helm-chart/pull/740 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.5.1...v20.5.2 ### [`v20.5.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.5.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.5.0...v20.5.1) ##### [20.5.1](https://github.com/traefik/traefik-helm-chart/compare/v20.5.0...v20.5.1) (2022-11-23) #### What's Changed - 🐛 Fix namespaceSelector on ServiceMonitor by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/737 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.5.0...v20.5.1 ### [`v20.5.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.5.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.4.1...v20.5.0) #### What's Changed - 🐛 make tests use fixed version by [@&#8203;charlie-haley](https://github.com/charlie-haley) in https://github.com/traefik/traefik-helm-chart/pull/734 - 🚀 Add complete support on metrics options by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/735 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.4.1...v20.5.0 ### [`v20.4.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.4.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.4.0...v20.4.1) ##### [20.4.1](https://github.com/traefik/traefik-helm-chart/compare/v20.4.0...v20.4.1) (2022-11-21) #### What's Changed - :sparkles: Provides default static install by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/721 - 🐛 fix namespace references to support namespaceOverride by [@&#8203;charlie-haley](https://github.com/charlie-haley) in https://github.com/traefik/traefik-helm-chart/pull/733 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.4.0...v20.4.1 ### [`v20.4.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.4.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.3.1...v20.4.0) #### What's Changed - Add (optional) dedicated metrics service by [@&#8203;grieshaber](https://github.com/grieshaber) in https://github.com/traefik/traefik-helm-chart/pull/727 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.3.1...v20.4.0 ### [`v20.3.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.3.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.3.0...v20.3.1) ##### [20.3.1](https://github.com/traefik/traefik-helm-chart/compare/v20.3.0...v20.3.1) (2022-11-21) #### What's Changed - :lipstick: Add release notes to GitHub Releases by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/728 - :art: Use forked version of helm-changelog with better formating by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/729 - 🐛 Fix namespace override which was missing on `ServiceAccount` by [@&#8203;mloiseleur](https://github.com/mloiseleur) in https://github.com/traefik/traefik-helm-chart/pull/731 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v20.3.0...v20.3.1 ### [`v20.3.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.2.1...v20.3.0) ##### Enhancement - Add options to override instance label value ([#&#8203;725](https://github.com/traefik/traefik-helm-chart/issues/725)) ### [`v20.2.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.2.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.2.0...v20.2.1) ##### [20.2.1](https://github.com/traefik/traefik-helm-chart/compare/v20.2.0...v20.2.1) (2022-11-17) ##### Bug Fixes - Do not namespace `IngressClass` ([#&#8203;723](https://github.com/traefik/traefik-helm-chart/issues/723)) ### [`v20.2.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v20.1.1...v20.2.0) ##### Enhancement - :sparkles: add support for namespace overrides [#&#8203;718](https://github.com/traefik/traefik-helm-chart/issues/718) ##### Documentation - :memo: add examples for simple use cases [#&#8203;716](https://github.com/traefik/traefik-helm-chart/issues/716) ### [`v20.1.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v20.1.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v19.0.4...v20.1.1) ##### [20.1.1](https://github.com/traefik/traefik-helm-chart/compare/v19.0.4...v20.1.1) (2022-11-10) ##### Bug Fixes - use consistent appVersion with Traefik Proxy ([0418a3c](https://github.com/traefik/traefik-helm-chart/commit/0418a3c68377d5a0c5699fa8270be8791df972f4)) ### [`v19.0.4`](https://github.com/traefik/traefik-helm-chart/compare/v19.0.3...v19.0.4) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v19.0.3...v19.0.4) ### [`v19.0.3`](https://github.com/traefik/traefik-helm-chart/compare/v19.0.2...v19.0.3) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v19.0.2...v19.0.3) ### [`v19.0.2`](https://github.com/traefik/traefik-helm-chart/compare/v19.0.1...v19.0.2) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v19.0.1...v19.0.2) ### [`v19.0.1`](https://github.com/traefik/traefik-helm-chart/compare/v19.0.0...v19.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v19.0.0...v19.0.1) ### [`v19.0.0`](https://github.com/traefik/traefik-helm-chart/compare/v18.3.0...v19.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v18.3.0...v19.0.0) ### [`v18.3.0`](https://github.com/traefik/traefik-helm-chart/compare/v18.2.0...v18.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v18.2.0...v18.3.0) ### [`v18.2.0`](https://github.com/traefik/traefik-helm-chart/compare/v18.1.0...v18.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v18.1.0...v18.2.0) ### [`v18.1.0`](https://github.com/traefik/traefik-helm-chart/compare/v18.0.0...v18.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v18.0.0...v18.1.0) ### [`v18.0.0`](https://github.com/traefik/traefik-helm-chart/compare/v17.0.5...v18.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v17.0.5...v18.0.0) ### [`v17.0.5`](https://github.com/traefik/traefik-helm-chart/compare/v17.0.4...v17.0.5) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v17.0.4...v17.0.5) ### [`v17.0.4`](https://github.com/traefik/traefik-helm-chart/compare/v17.0.3...v17.0.4) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v17.0.3...v17.0.4) ### [`v17.0.3`](https://github.com/traefik/traefik-helm-chart/compare/v17.0.2...v17.0.3) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v17.0.2...v17.0.3) ### [`v17.0.2`](https://github.com/traefik/traefik-helm-chart/compare/v17.0.1...v17.0.2) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v17.0.1...v17.0.2) ### [`v17.0.1`](https://github.com/traefik/traefik-helm-chart/compare/v17.0.0...v17.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v17.0.0...v17.0.1) ### [`v17.0.0`](https://github.com/traefik/traefik-helm-chart/compare/v16.2.0...v17.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v16.2.0...v17.0.0) ### [`v16.2.0`](https://github.com/traefik/traefik-helm-chart/compare/v16.1.0...v16.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v16.1.0...v16.2.0) ### [`v16.1.0`](https://github.com/traefik/traefik-helm-chart/compare/v16.0.0...v16.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v16.0.0...v16.1.0) ### [`v16.0.0`](https://github.com/traefik/traefik-helm-chart/compare/v15.3.1...v16.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v15.3.1...v16.0.0) ### [`v15.3.1`](https://github.com/traefik/traefik-helm-chart/compare/v15.3.0...v15.3.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v15.3.0...v15.3.1) ### [`v15.3.0`](https://github.com/traefik/traefik-helm-chart/compare/v15.2.2...v15.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v15.2.2...v15.3.0) ### [`v15.2.2`](https://github.com/traefik/traefik-helm-chart/compare/v15.2.1...v15.2.2) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v15.2.1...v15.2.2) ### [`v15.2.1`](https://github.com/traefik/traefik-helm-chart/compare/v15.2.0...v15.2.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v15.2.0...v15.2.1) ### [`v15.2.0`](https://github.com/traefik/traefik-helm-chart/compare/v15.1.1...v15.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v15.1.1...v15.2.0) ### [`v15.1.1`](https://github.com/traefik/traefik-helm-chart/compare/v15.1.0...v15.1.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v15.1.0...v15.1.1) ### [`v15.1.0`](https://github.com/traefik/traefik-helm-chart/compare/v15.0.0...v15.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v15.0.0...v15.1.0) ### [`v15.0.0`](https://github.com/traefik/traefik-helm-chart/compare/v14.0.2...v15.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v14.0.2...v15.0.0) ### [`v14.0.2`](https://github.com/traefik/traefik-helm-chart/compare/v14.0.1...v14.0.2) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v14.0.1...v14.0.2) ### [`v14.0.1`](https://github.com/traefik/traefik-helm-chart/compare/v14.0.0...v14.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v14.0.0...v14.0.1) ### [`v14.0.0`](https://github.com/traefik/traefik-helm-chart/compare/v13.0.1...v14.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v13.0.1...v14.0.0) ### [`v13.0.1`](https://github.com/traefik/traefik-helm-chart/compare/v13.0.0...v13.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v13.0.0...v13.0.1) ### [`v13.0.0`](https://github.com/traefik/traefik-helm-chart/compare/v12.0.7...v13.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v12.0.7...v13.0.0) ### [`v12.0.7`](https://github.com/traefik/traefik-helm-chart/compare/v12.0.6...v12.0.7) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v12.0.6...v12.0.7) ### [`v12.0.6`](https://github.com/traefik/traefik-helm-chart/compare/v12.0.5...v12.0.6) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v12.0.5...v12.0.6) ### [`v12.0.5`](https://github.com/traefik/traefik-helm-chart/compare/v12.0.4...v12.0.5) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v12.0.4...v12.0.5) ### [`v12.0.4`](https://github.com/traefik/traefik-helm-chart/compare/v12.0.3...v12.0.4) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v12.0.3...v12.0.4) ### [`v12.0.3`](https://github.com/traefik/traefik-helm-chart/compare/v12.0.2...v12.0.3) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v12.0.2...v12.0.3) ### [`v12.0.2`](https://github.com/traefik/traefik-helm-chart/compare/v12.0.1...v12.0.2) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v12.0.1...v12.0.2) ### [`v12.0.1`](https://github.com/traefik/traefik-helm-chart/compare/v12.0.0...v12.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v12.0.0...v12.0.1) ### [`v12.0.0`](https://github.com/traefik/traefik-helm-chart/compare/v11.1.1...v12.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v11.1.1...v12.0.0) ### [`v11.1.1`](https://github.com/traefik/traefik-helm-chart/compare/v11.1.0...v11.1.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v11.1.0...v11.1.1) ### [`v11.1.0`](https://github.com/traefik/traefik-helm-chart/compare/v11.0.0...v11.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v11.0.0...v11.1.0) ### [`v11.0.0`](https://github.com/traefik/traefik-helm-chart/compare/v10.33.0...v11.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v10.33.0...v11.0.0) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzguOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-09-22 00:15:06 +00:00
Fascinated merged commit 8999caeafe into master 2024-09-22 00:15:30 +00:00
Fascinated deleted branch renovate/traefik-crds-31.x 2024-09-22 00:15:30 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fascinated/homelab#10
No description provided.