feat(github-release)!: Update traefik-crd-source to v27.0.2 #159

Merged
SeanOMik merged 1 commits from renovate/traefik-crd-source-27.x into main 2024-04-19 14:22:45 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
traefik-crd-source major v26.1.0 -> v27.0.2

Warning

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


Release Notes

traefik/traefik-helm-chart (traefik-crd-source)

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

with this:

ports:
   web:
      port: 80
      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 | Update | Change | |---|---|---| | [traefik-crd-source](https://github.com/traefik/traefik-helm-chart) | major | `v26.1.0` -> `v27.0.2` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>traefik/traefik-helm-chart (traefik-crd-source)</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: port: 80 expose: false exposeInternal: true ``` with this: ```yaml ports: web: port: 80 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate changed title from feat(github-release)!: Update traefik-crd-source to v27.0.1 to feat(github-release)!: Update traefik-crd-source to v27.0.2 2024-04-12 07:34:38 -04:00
Renovate force-pushed renovate/traefik-crd-source-27.x from 6011d280c5 to c67b20ece0 2024-04-12 07:34:39 -04:00 Compare
SeanOMik merged commit 992b18746f into main 2024-04-19 14:22:45 -04:00
SeanOMik deleted branch renovate/traefik-crd-source-27.x 2024-04-19 14:22:45 -04: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.

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