ricsanfre / pi-cluster

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

Update Helm release traefik to v27 - autoclosed #381

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

traefik/traefik-helm-chart (traefik) ### [`v27.0.2`](https://togithub.com/traefik/traefik-helm-chart/releases/tag/v27.0.2) [Compare Source](https://togithub.com/traefik/traefik-helm-chart/compare/v27.0.1...v27.0.2) ##### [27.0.2](https://togithub.com/traefik/traefik-helm-chart/compare/v27.0.1...v27.0.2) (2024-04-12) ### [`v27.0.1`](https://togithub.com/traefik/traefik-helm-chart/releases/tag/v27.0.1) [Compare Source](https://togithub.com/traefik/traefik-helm-chart/compare/v27.0.0...v27.0.1) ##### [27.0.1](https://togithub.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](https://togithub.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://togithub.com/traefik/traefik-helm-chart/commit/4dadd6632db95549a211006844e5e7310e06f4a2)) ### [`v27.0.0`](https://togithub.com/traefik/traefik-helm-chart/releases/tag/v27.0.0) [Compare Source](https://togithub.com/traefik/traefik-helm-chart/compare/v26.1.0...v27.0.0) ##### âš  BREAKING CHANGES - :boom: refactor custom services and port exposure ([7e349d4](https://togithub.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: expose: false exposeInternal: true ``` with this: ```yaml ports: web: 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://togithub.com/traefik/traefik-helm-chart/commit/8fbae97a1c951b8997ad45b3d20912070f470261)) ##### Bug Fixes - **rbac:** do not create clusterrole for namespace deployment on Traefik v3 ([d0f3442](https://togithub.com/traefik/traefik-helm-chart/commit/d0f34428da2ae645009d088c3e6c77a3d157911e)) - remove null annotations on dashboard `IngressRoute` ([606ab52](https://togithub.com/traefik/traefik-helm-chart/commit/606ab52c539e797d534b9c8f1fe9d5deb9f1be4b)) - use hostIP also on entrypoint and healthChecks when set ([82a3cab](https://togithub.com/traefik/traefik-helm-chart/commit/82a3cabd335d6dc7b8c6533149105dee59c388c8)) #### New Contributors - [@​samox73](https://togithub.com/samox73) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/1016](https://togithub.com/traefik/traefik-helm-chart/pull/1016) - [@​ChandonPierre](https://togithub.com/ChandonPierre) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/1012](https://togithub.com/traefik/traefik-helm-chart/pull/1012) - [@​andrzejpawcenis](https://togithub.com/andrzejpawcenis) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/1021](https://togithub.com/traefik/traefik-helm-chart/pull/1021) - [@​jnonino](https://togithub.com/jnonino) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/1009](https://togithub.com/traefik/traefik-helm-chart/pull/1009) - [@​Zebradil](https://togithub.com/Zebradil) made their first contribution in [https://github.com/traefik/traefik-helm-chart/pull/992](https://togithub.com/traefik/traefik-helm-chart/pull/992) **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v26.1.0...v27.0.0

Configuration

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

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

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

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



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