ricsanfre / pi-cluster

Pi Kubernetes Cluster. Homelab kubernetes cluster automated with Ansible and ArgoCD
https://picluster.ricsanfre.com
MIT License
376 stars 59 forks source link

Update dependency traefik/traefik-helm-chart to v26 - autoclosed #276

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
traefik/traefik-helm-chart Kustomization major v23.1.0 -> v26.0.0

Release Notes

traefik/traefik-helm-chart (traefik/traefik-helm-chart) ### [`v26.0.0`](https://togithub.com/traefik/traefik-helm-chart/releases/tag/v26.0.0) [Compare Source](https://togithub.com/traefik/traefik-helm-chart/compare/v25.0.0...v26.0.0) #### Breaking Changes This release can be breaking for: - Plugin user, see PR [#​961](https://togithub.com/traefik/traefik-helm-chart/issues/961) - PodAnnotation user, see PR [#​972](https://togithub.com/traefik/traefik-helm-chart/issues/972) ##### Features - :boom: unify plugin import between traefik and this chart ([cbddacb](https://togithub.com/traefik/traefik-helm-chart/commit/cbddacb5a96445aad6dbb45627e0294c8c71c187)) - 💥 deployment.podannotations support interpolation with tpl ([d31b991](https://togithub.com/traefik/traefik-helm-chart/commit/d31b991c89149d76abf28569730f863ccbac0cd9)) - add file provider ([ddd6cee](https://togithub.com/traefik/traefik-helm-chart/commit/ddd6ceea849587041ee18aaf5d3800991a49a14e)) - allow defining startupProbe ([f061628](https://togithub.com/traefik/traefik-helm-chart/commit/f0616285efd812e94c3e83cedcda4c4e6e24c8a3)) - allow update of namespace policy for websecure listener ([2045843](https://togithub.com/traefik/traefik-helm-chart/commit/204584382b9bdf16134dd8de0bd629045b7548f9)) ##### Bug Fixes - 🐛 declare http3 udp port, with or without hostport ([76dcb02](https://togithub.com/traefik/traefik-helm-chart/commit/76dcb02a69cedc9b6791d1768bfe63ee03a5fa56)) - 🐛 improve confusing suggested value on openTelemetry.grpc ([6a6efc1](https://togithub.com/traefik/traefik-helm-chart/commit/6a6efc1c8af6bd8a4909af7fad02203f3c218059)) #### New Contributors - [@​demolitionmode](https://togithub.com/demolitionmode) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/956](https://togithub.com/traefik/traefik-helm-chart/pull/956) - [@​ebuildy](https://togithub.com/ebuildy) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/937](https://togithub.com/traefik/traefik-helm-chart/pull/937) - [@​bennesp](https://togithub.com/bennesp) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/967](https://togithub.com/traefik/traefik-helm-chart/pull/967) - [@​mysiki](https://togithub.com/mysiki) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/961](https://togithub.com/traefik/traefik-helm-chart/pull/961) - [@​ivankatliarchuk](https://togithub.com/ivankatliarchuk) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/972](https://togithub.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://togithub.com/traefik/traefik-helm-chart/releases/tag/v25.0.0) [Compare Source](https://togithub.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 [#​934](https://togithub.com/traefik/traefik-helm-chart/issues/934) 2. On `gateway`, all values are now flattened to `experimental.kubernetesGateway`. - More details in PR [#​927](https://togithub.com/traefik/traefik-helm-chart/issues/927) ##### Features - :boom: rework and allow update of namespace policy for Gateway ([b04d479](https://togithub.com/traefik/traefik-helm-chart/commit/b04d479cea4943ca5c148828782a204355671df7)) - :boom: support http redirections and http challenges with cert-manager ([8cf14c8](https://togithub.com/traefik/traefik-helm-chart/commit/8cf14c8f0a749a69847f79cd037d0c9065238f3c)) - ✨ add healthcheck ingressRoute ([0725e48](https://togithub.com/traefik/traefik-helm-chart/commit/0725e4888f97953de04fbfc7ba6db70c79e5d4e4)) - Update traefik docker tag to v2.10.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/traefik/traefik-helm-chart/pull/930](https://togithub.com/traefik/traefik-helm-chart/pull/930) ##### Bug Fixes - 🐛 remove old CRDs using traefik.containo.us ([6484a40](https://togithub.com/traefik/traefik-helm-chart/commit/6484a401b6dd49ffac23dc90043d2bfd23ff226f)) - add missing separator in crds ([ba67d9b](https://togithub.com/traefik/traefik-helm-chart/commit/ba67d9bce370b90a6e3bdd100478166a85713121)) - add Prometheus scraping annotations only if serviceMonitor not created ([6b2268f](https://togithub.com/traefik/traefik-helm-chart/commit/6b2268f43fdb4c5bc003bd46c80ea5c9cd904861)) - allow updateStrategy.rollingUpdate.maxUnavailable to be passed in as an int or string ([0dcc834](https://togithub.com/traefik/traefik-helm-chart/commit/0dcc834757507baa93131ca799cf0fddcf2eeddd)) - detect correctly v3 version when using sha in `image.tag` ([1f043da](https://togithub.com/traefik/traefik-helm-chart/commit/1f043da8b2ba853e847c6f3b2ffaeb79dd969aab)) - disable ClusterRole and ClusterRoleBinding when not needed ([14d4895](https://togithub.com/traefik/traefik-helm-chart/commit/14d48959afee4907b41e1631611d056663efba71)) ##### Reverts - "fix: 🐛 remove old CRDs using traefik.containo.us" ([bf75a5d](https://togithub.com/traefik/traefik-helm-chart/commit/bf75a5df22c417d6916683c11c6c50cdb177a1b5)) ##### Documentation - 📚️ how to use this chart as a dependency ([18c9d45](https://togithub.com/traefik/traefik-helm-chart/commit/18c9d459af0f5f7028e3c770ea982a6a3eb39e8e)) - fix typo in README ([d1a2770](https://togithub.com/traefik/traefik-helm-chart/commit/d1a27700700d4eda7f73e2827e6000204eedfca7)) - Fix typo in the default values file ([607b808](https://togithub.com/traefik/traefik-helm-chart/commit/607b80857fe0f9899d387704e83aa25758fd62be)) - remove email from apiToken in CloudFlare example ([9b9f306](https://togithub.com/traefik/traefik-helm-chart/commit/9b9f306022de187ba7e4c3e8cb0ee16c9f68b8b3)) #### New Contributors - [@​alfrunes](https://togithub.com/alfrunes) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/910](https://togithub.com/traefik/traefik-helm-chart/pull/910) - [@​hrivera-ntap](https://togithub.com/hrivera-ntap) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/907](https://togithub.com/traefik/traefik-helm-chart/pull/907) - [@​devantler](https://togithub.com/devantler) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/915](https://togithub.com/traefik/traefik-helm-chart/pull/915) - [@​bmagic](https://togithub.com/bmagic) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/916](https://togithub.com/traefik/traefik-helm-chart/pull/916) - [@​muandane](https://togithub.com/muandane) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/914](https://togithub.com/traefik/traefik-helm-chart/pull/914) - [@​renebarbosafl](https://togithub.com/renebarbosafl) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/927](https://togithub.com/traefik/traefik-helm-chart/pull/927) - [@​SebPlv](https://togithub.com/SebPlv) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/939](https://togithub.com/traefik/traefik-helm-chart/pull/939) - [@​BabisK](https://togithub.com/BabisK) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/943](https://togithub.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://togithub.com/traefik/traefik-helm-chart/releases/tag/v24.0.0) [Compare Source](https://togithub.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://togithub.com/traefik/traefik-helm-chart/blob/master/traefik/Changelog.md#2400----) or [#​898](https://togithub.com/traefik/traefik-helm-chart/issues/898) for more details. ##### Features - feat: multi namespace RBAC manifests by [@​jnoordsij](https://togithub.com/jnoordsij) in [https://github.com/traefik/traefik-helm-chart/pull/897](https://togithub.com/traefik/traefik-helm-chart/pull/897) ##### Bug Fixes - tracing.opentelemetry.tls is optional for all values by [@​davhdavh](https://togithub.com/davhdavh) in [https://github.com/traefik/traefik-helm-chart/pull/899](https://togithub.com/traefik/traefik-helm-chart/pull/899) - http3 support broken when advertisedPort set by [@​davhdavh](https://togithub.com/davhdavh) in [https://github.com/traefik/traefik-helm-chart/pull/903](https://togithub.com/traefik/traefik-helm-chart/pull/903) - healthchecks and traefik port by [@​mloiseleur](https://togithub.com/mloiseleur) in [https://github.com/traefik/traefik-helm-chart/pull/898](https://togithub.com/traefik/traefik-helm-chart/pull/898) ### [`v23.2.0`](https://togithub.com/traefik/traefik-helm-chart/releases/tag/v23.2.0) [Compare Source](https://togithub.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://togithub.com/traefik/traefik-helm-chart/commit/80b5c062dd7cea34bb217ab73fdc90b36e3a154b)) - add pod_name as default in values.yaml ([c42ec12](https://togithub.com/traefik/traefik-helm-chart/commit/c42ec12d1d2ef64ce015c922565bbec18ef5bf7a)) - disable allowPrivilegeEscalation ([9443225](https://togithub.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](https://togithub.com/traefik/traefik-helm-chart/pull/894)) ##### Bug Fixes - 🐛 renovate on test docker images ([f2648b2](https://togithub.com/traefik/traefik-helm-chart/commit/f2648b218ac89c2fdc92cdaff905c4d7b6408b4d)) - 🐛 traefik or metrics port can be disabled ([3633974](https://togithub.com/traefik/traefik-helm-chart/commit/3633974a8e52cc843f04b3a1ca2e8a79c2044fe6)) - 🐛 update traefik.containo.us CRDs to v2.10 ([62d7a9b](https://togithub.com/traefik/traefik-helm-chart/commit/62d7a9be592b552965fb690681b6f4f8865ce792)) - ingressclass name should be customizable ([#​864](https://togithub.com/traefik/traefik-helm-chart/issues/864)) ([7f0a0fc](https://togithub.com/traefik/traefik-helm-chart/commit/7f0a0fc16d285cc8d623db1cc3f7e0e2fe1c53d1)) #### New Contributors - [@​kupnu4x](https://togithub.com/kupnu4x) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/864](https://togithub.com/traefik/traefik-helm-chart/pull/864) - [@​davhdavh](https://togithub.com/davhdavh) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/872](https://togithub.com/traefik/traefik-helm-chart/pull/872) **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v23.1.0...v23.2.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.