feat(helm)!: Update chart traefik to 27.0.0 #145

Merged
SeanOMik merged 1 commits from renovate/traefik-27.x into main 2024-04-05 00:28:32 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
traefik (source) major 26.0.0 -> 27.0.0

Warning

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


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

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)

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 | Update | Change | |---|---|---| | [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | major | `26.0.0` -> `27.0.0` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 ### [`v26.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v26.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v26.0.0...v26.1.0) ##### Important notice :information_source: CRDs has been updated in this release. On Traefik v2, there is no new or removed field, just description format update by upstream library. :warning: This Chart does not support Traefik v3 beta and rc versions. ##### Features - update traefik docker tag to v2.11.0 ([843d1d7](https://github.com/traefik/traefik-helm-chart/commit/843d1d75b856fc6b35e09b42278de3bdf8734c08)) - allow exposure of ports on internal service only ([d9f4731](https://github.com/traefik/traefik-helm-chart/commit/d9f4731fce7c8fdb134f417d977537e2ecad1a6e)) - create v1 Gateway and GatewayClass Version for Traefik v3 ([85697f0](https://github.com/traefik/traefik-helm-chart/commit/85697f0cfbfae77539bfdb8ba8255e77735a762f)) - set runtimeClassName on pod spec ([c07d55c](https://github.com/traefik/traefik-helm-chart/commit/c07d55c277e69a341bfe48fcbf6059057a9820e7)) ##### Bug Fixes - 🐛 missing quote on experimental plugin args ([e7ce1b4](https://github.com/traefik/traefik-helm-chart/commit/e7ce1b410c858642069033305eb6362f26689f16)) - 🐛 set runtimeClassName at pod level ([3d76d3e](https://github.com/traefik/traefik-helm-chart/commit/3d76d3e8e3497f559216f73c91166f9b811f11e6)) - update traefik v3 serverstransporttcps CRD ([e404db9](https://github.com/traefik/traefik-helm-chart/commit/e404db9e271e939a33ba95bc59f12f8a54e87239)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Owner

I have to manually resolve commit conflicts since I merged #112 before I did this one :(

I have to manually resolve commit conflicts since I merged #112 before I did this one :(
SeanOMik force-pushed renovate/traefik-27.x from d102af87e8 to f9aa30ac93 2024-04-05 00:27:56 -04:00 Compare
SeanOMik merged commit e6c6c89621 into main 2024-04-05 00:28:32 -04:00
SeanOMik deleted branch renovate/traefik-27.x 2024-04-05 00:28:32 -04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: SeanOMik/k3s-cluster#145
No description provided.