Update Helm release traefik to v27 #66

Merged
remoll merged 1 commits from renovate/traefik-27.x into main 2024-04-16 07:53:48 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

traefik/traefik-helm-chart (traefik)

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:
      expose: false
      exposeInternal: true

with this:

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)
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


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 | Type | Update | Change | |---|---|---|---| | [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | HelmChart | major | `26.1.0` -> `27.0.2` | --- ### Release Notes <details> <summary>traefik/traefik-helm-chart (traefik)</summary> ### [`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: 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://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 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI3MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate force-pushed renovate/traefik-27.x from 7c1d9d6445 to 048adafe6a 2024-04-11 11:00:56 +00:00 Compare
renovate force-pushed renovate/traefik-27.x from 048adafe6a to 0ec3bf9ea8 2024-04-12 08:01:18 +00:00 Compare
remoll merged commit d4bea2994c into main 2024-04-16 07:53:48 +00:00
remoll deleted branch renovate/traefik-27.x 2024-04-16 07:53:48 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#66
No description provided.