Update traefik Docker tag to v2.11 #119

Merged
jake merged 1 commits from renovate/traefik-2.x into master 2024-04-15 17:43:06 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
traefik minor v2.10 -> v2.11

Release Notes

containous/traefik (traefik)

v2.11

All Commits

Enhancements:

Bug fixes:

Documentation:

v2.11

All Commits

Enhancements:

Bug fixes:

Documentation:


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://github.com/containous/traefik) | minor | `v2.10` -> `v2.11` | --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v2.11`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v2110-2024-02-12) [All Commits](https://github.com/traefik/traefik/compare/v2.11.0-rc1...v2.11.0) **Enhancements:** - **\[middleware]** Deprecate IPWhiteList middleware in favor of IPAllowList ([#&#8203;10249](https://github.com/traefik/traefik/pull/10249) by [lbenguigui](https://github.com/lbenguigui)) - **\[redis]** Add Redis Sentinel support ([#&#8203;10245](https://github.com/traefik/traefik/pull/10245) by [youkoulayley](https://github.com/youkoulayley)) - **\[server]** Add KeepAliveMaxTime and KeepAliveMaxRequests features to entrypoints ([#&#8203;10247](https://github.com/traefik/traefik/pull/10247) by [juliens](https://github.com/juliens)) - **\[sticky-session]** Hash WRR sticky cookies ([#&#8203;10243](https://github.com/traefik/traefik/pull/10243) by [youkoulayley](https://github.com/youkoulayley)) **Bug fixes:** - **\[acme]** Update go-acme/lego to v4.15.0 ([#&#8203;10392](https://github.com/traefik/traefik/pull/10392) by [ldez](https://github.com/ldez)) - **\[authentication]** Fix NTLM and Kerberos ([#&#8203;10405](https://github.com/traefik/traefik/pull/10405) by [juliens](https://github.com/juliens)) - **\[file]** Fix file watcher ([#&#8203;10420](https://github.com/traefik/traefik/pull/10420) by [juliens](https://github.com/juliens)) - **\[file]** Update github.com/fsnotify/fsnotify to v1.7.0 ([#&#8203;10313](https://github.com/traefik/traefik/pull/10313) by [ldez](https://github.com/ldez)) - **\[http3]** Update quic-go to v0.40.1 ([#&#8203;10296](https://github.com/traefik/traefik/pull/10296) by [ldez](https://github.com/ldez)) - **\[middleware,tcp]** Add missing TCP IPAllowList middleware constructor ([#&#8203;10331](https://github.com/traefik/traefik/pull/10331) by [youkoulayley](https://github.com/youkoulayley)) - **\[nomad]** Update the Nomad API dependency to v1.7.2 ([#&#8203;10327](https://github.com/traefik/traefik/pull/10327) by [jrasell](https://github.com/jrasell)) - **\[server]** Fix ReadHeaderTimeout for PROXY protocol ([#&#8203;10320](https://github.com/traefik/traefik/pull/10320) by [juliens](https://github.com/juliens)) - **\[webui]** Fixes the Header Button ([#&#8203;10395](https://github.com/traefik/traefik/pull/10395) by [mdeliatf](https://github.com/mdeliatf)) - **\[webui]** Fix URL encode resource's id before calling API endpoints ([#&#8203;10292](https://github.com/traefik/traefik/pull/10292) by [andsarr](https://github.com/andsarr)) **Documentation:** - **\[acme]** Fix TLS challenge explanation ([#&#8203;10293](https://github.com/traefik/traefik/pull/10293) by [cavokz](https://github.com/cavokz)) - **\[docker]** Update wording of compose example ([#&#8203;10276](https://github.com/traefik/traefik/pull/10276) by [svx](https://github.com/svx)) - **\[docker,acme]** Fix typo ([#&#8203;10294](https://github.com/traefik/traefik/pull/10294) by [youpsla](https://github.com/youpsla)) - **\[ecs]** Mention ECS as supported backend ([#&#8203;10393](https://github.com/traefik/traefik/pull/10393) by [aleyrizvi](https://github.com/aleyrizvi)) - **\[k8s/crd]** Adjust deprecation notice for Kubernetes CRD provider ([#&#8203;10317](https://github.com/traefik/traefik/pull/10317) by [rtribotte](https://github.com/rtribotte)) - **\[middleware]** Update the documentation for RateLimit to provide a better example ([#&#8203;10298](https://github.com/traefik/traefik/pull/10298) by [rmburton](https://github.com/rmburton)) - **\[server]** Fix the keepAlive options for the CLI examples ([#&#8203;10398](https://github.com/traefik/traefik/pull/10398) by [immanuelfodor](https://github.com/immanuelfodor)) - Prepare release v2.11.0-rc2 ([#&#8203;10384](https://github.com/traefik/traefik/pull/10384) by [rtribotte](https://github.com/rtribotte)) - Improve Concepts documentation page ([#&#8203;10315](https://github.com/traefik/traefik/pull/10315) by [oliver-dvorski](https://github.com/oliver-dvorski)) - Prepare release v2.11.0-rc1 ([#&#8203;10326](https://github.com/traefik/traefik/pull/10326) by [mmatur](https://github.com/mmatur)) - Fix description for anonymous usage statistics references ([#&#8203;10287](https://github.com/traefik/traefik/pull/10287) by [ariyonaty](https://github.com/ariyonaty)) - Documentation enhancements ([#&#8203;10261](https://github.com/traefik/traefik/pull/10261) by [svx](https://github.com/svx)) ### [`v2.11`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v2110-2024-02-12) [All Commits](https://github.com/traefik/traefik/compare/v2.11.0-rc1...v2.11.0) **Enhancements:** - **\[middleware]** Deprecate IPWhiteList middleware in favor of IPAllowList ([#&#8203;10249](https://github.com/traefik/traefik/pull/10249) by [lbenguigui](https://github.com/lbenguigui)) - **\[redis]** Add Redis Sentinel support ([#&#8203;10245](https://github.com/traefik/traefik/pull/10245) by [youkoulayley](https://github.com/youkoulayley)) - **\[server]** Add KeepAliveMaxTime and KeepAliveMaxRequests features to entrypoints ([#&#8203;10247](https://github.com/traefik/traefik/pull/10247) by [juliens](https://github.com/juliens)) - **\[sticky-session]** Hash WRR sticky cookies ([#&#8203;10243](https://github.com/traefik/traefik/pull/10243) by [youkoulayley](https://github.com/youkoulayley)) **Bug fixes:** - **\[acme]** Update go-acme/lego to v4.15.0 ([#&#8203;10392](https://github.com/traefik/traefik/pull/10392) by [ldez](https://github.com/ldez)) - **\[authentication]** Fix NTLM and Kerberos ([#&#8203;10405](https://github.com/traefik/traefik/pull/10405) by [juliens](https://github.com/juliens)) - **\[file]** Fix file watcher ([#&#8203;10420](https://github.com/traefik/traefik/pull/10420) by [juliens](https://github.com/juliens)) - **\[file]** Update github.com/fsnotify/fsnotify to v1.7.0 ([#&#8203;10313](https://github.com/traefik/traefik/pull/10313) by [ldez](https://github.com/ldez)) - **\[http3]** Update quic-go to v0.40.1 ([#&#8203;10296](https://github.com/traefik/traefik/pull/10296) by [ldez](https://github.com/ldez)) - **\[middleware,tcp]** Add missing TCP IPAllowList middleware constructor ([#&#8203;10331](https://github.com/traefik/traefik/pull/10331) by [youkoulayley](https://github.com/youkoulayley)) - **\[nomad]** Update the Nomad API dependency to v1.7.2 ([#&#8203;10327](https://github.com/traefik/traefik/pull/10327) by [jrasell](https://github.com/jrasell)) - **\[server]** Fix ReadHeaderTimeout for PROXY protocol ([#&#8203;10320](https://github.com/traefik/traefik/pull/10320) by [juliens](https://github.com/juliens)) - **\[webui]** Fixes the Header Button ([#&#8203;10395](https://github.com/traefik/traefik/pull/10395) by [mdeliatf](https://github.com/mdeliatf)) - **\[webui]** Fix URL encode resource's id before calling API endpoints ([#&#8203;10292](https://github.com/traefik/traefik/pull/10292) by [andsarr](https://github.com/andsarr)) **Documentation:** - **\[acme]** Fix TLS challenge explanation ([#&#8203;10293](https://github.com/traefik/traefik/pull/10293) by [cavokz](https://github.com/cavokz)) - **\[docker]** Update wording of compose example ([#&#8203;10276](https://github.com/traefik/traefik/pull/10276) by [svx](https://github.com/svx)) - **\[docker,acme]** Fix typo ([#&#8203;10294](https://github.com/traefik/traefik/pull/10294) by [youpsla](https://github.com/youpsla)) - **\[ecs]** Mention ECS as supported backend ([#&#8203;10393](https://github.com/traefik/traefik/pull/10393) by [aleyrizvi](https://github.com/aleyrizvi)) - **\[k8s/crd]** Adjust deprecation notice for Kubernetes CRD provider ([#&#8203;10317](https://github.com/traefik/traefik/pull/10317) by [rtribotte](https://github.com/rtribotte)) - **\[middleware]** Update the documentation for RateLimit to provide a better example ([#&#8203;10298](https://github.com/traefik/traefik/pull/10298) by [rmburton](https://github.com/rmburton)) - **\[server]** Fix the keepAlive options for the CLI examples ([#&#8203;10398](https://github.com/traefik/traefik/pull/10398) by [immanuelfodor](https://github.com/immanuelfodor)) - Prepare release v2.11.0-rc2 ([#&#8203;10384](https://github.com/traefik/traefik/pull/10384) by [rtribotte](https://github.com/rtribotte)) - Improve Concepts documentation page ([#&#8203;10315](https://github.com/traefik/traefik/pull/10315) by [oliver-dvorski](https://github.com/oliver-dvorski)) - Prepare release v2.11.0-rc1 ([#&#8203;10326](https://github.com/traefik/traefik/pull/10326) by [mmatur](https://github.com/mmatur)) - Fix description for anonymous usage statistics references ([#&#8203;10287](https://github.com/traefik/traefik/pull/10287) by [ariyonaty](https://github.com/ariyonaty)) - Documentation enhancements ([#&#8203;10261](https://github.com/traefik/traefik/pull/10261) by [svx](https://github.com/svx)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2024-01-03 22:00:49 +00:00
/ terraform (push) Successful in 46s Details
/ ansible (push) Failing after 1m34s Details
3fb608b23f
Update traefik Docker tag to v2.11
jake merged commit 7bc0ebeb26 into master 2024-04-15 17:43:06 +01:00
jake deleted branch renovate/traefik-2.x 2024-04-15 17:43:06 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
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: systems/infrastructure#119
No description provided.