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(deps): update helm release traefik to v26 - autoclosed #1545

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
traefik (source) major 10.33.0 -> 26.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

traefik/traefik-helm-chart (traefik)

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: traefik/traefik-helm-chart@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: traefik/traefik-helm-chart@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: traefik/traefik-helm-chart@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: traefik/traefik-helm-chart@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: traefik/traefik-helm-chart@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: traefik/traefik-helm-chart@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: traefik/traefik-helm-chart@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: traefik/traefik-helm-chart@v22.0.0...v22.1.0

v22.0.0

Compare Source

What's Changed

Full Changelog: traefik/traefik-helm-chart@v21.2.1...v22.0.0

v21.2.1

Compare Source

21.2.1 (2023-03-28)

What's Changed

Full Changelog: traefik/traefik-helm-chart@v21.2.0...v21.2.1

v21.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: traefik/traefik-helm-chart@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: traefik/traefik-helm-chart@v21.0.0...v21.1.0

v21.0.0

Compare Source

Bug Fixes
What's Changed
New Contributors

Full Changelog: traefik/traefik-helm-chart@v20.8.0...v21.0.0

v20.8.0

Compare Source

What's Changed

Full Changelog: traefik/traefik-helm-chart@v20.7.0...v20.8.0

v20.7.0

Compare Source

What's Changed
New Contributors

Full Changelog: traefik/traefik-helm-chart@v20.6.0...v20.7.0

v20.6.0

Compare Source

What's Changed

Full Changelog: traefik/traefik-helm-chart@v20.5.3...v20.6.0

v20.5.3

Compare Source

20.5.3 (2022-11-25)

What's Changed

New Contributors

Full Changelog: traefik/traefik-helm-chart@v20.5.2...v20.5.3

v20.5.2

Compare Source

20.5.2 (2022-11-24)
What's Changed

Full Changelog: traefik/traefik-helm-chart@v20.5.1...v20.5.2

v20.5.1

Compare Source

20.5.1 (2022-11-23)
What's Changed

Full Changelog: traefik/traefik-helm-chart@v20.5.0...v20.5.1

v20.5.0

Compare Source

What's Changed

Full Changelog: traefik/traefik-helm-chart@v20.4.1...v20.5.0

v20.4.1

Compare Source

20.4.1 (2022-11-21)
What's Changed

Full Changelog: traefik/traefik-helm-chart@v20.4.0...v20.4.1

v20.4.0

Compare Source

What's Changed

Full Changelog: traefik/traefik-helm-chart@v20.3.1...v20.4.0

v20.3.1

Compare Source

20.3.1 (2022-11-21)

What's Changed

Full Changelog: traefik/traefik-helm-chart@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

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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/traefik-26.x branch from 90e436a to 765b655 Compare February 19, 2024 10:19
@renovate renovate bot changed the title chore(deps): update helm release traefik to v26 chore(deps): update helm release traefik to v26 - autoclosed Apr 4, 2024
@renovate renovate bot closed this Apr 4, 2024
@renovate renovate bot deleted the renovate/traefik-26.x branch April 4, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants