chore(deps): update helm release traefik to v27 #86

Merged
Mathis merged 1 commits from renovate/traefik-27.x into main 2024-04-05 08:27:59 +00:00
Member

This PR contains the following updates:

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

Release Notes

traefik/traefik-helm-chart (traefik)

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.0` | --- ### Release Notes <details> <summary>traefik/traefik-helm-chart (traefik)</summary> ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added 1 commit 2024-04-05 00:01:28 +00:00
Mathis merged commit 2e686cd05c into main 2024-04-05 08:27:59 +00:00
Mathis deleted branch renovate/traefik-27.x 2024-04-05 08:28:00 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
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: Cluster/k3s-configs#86
No description provided.