Update traefik Docker tag to v2.4.9 (master) #25

Merged
renovate-bot merged 1 commits from renovate/master-docker-traefik-2.x into master 2021-06-23 07:03:22 +00:00
Member

This PR contains the following updates:

Package Update Change
traefik patch v2.4.8 -> v2.4.9

Release Notes

containous/traefik

v2.4.9

Compare Source

All Commits

Bug fixes:

Documentation:

v2.4.9

Compare Source

All Commits

Bug fixes:

Documentation:


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ 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) | patch | `v2.4.8` -> `v2.4.9` | --- ### Release Notes <details> <summary>containous/traefik</summary> ### [`v2.4.9`](https://github.com/containous/traefik/blob/master/CHANGELOG.md#v249-httpsgithubcomtraefiktraefiktreev249-2021-06-21) [Compare Source](https://github.com/containous/traefik/compare/v2.4.9...v2.4.9) [All Commits](https://github.com/traefik/traefik/compare/v2.4.8...v2.4.9) **Bug fixes:** - **[acme]** Update go-acme/lego to v4.4.0 ([#&#8203;8179](https://github.com/traefik/traefik/pull/8179) by [ldez](https://github.com/ldez)) - **[acme]** Fix: ACME preferred chain. ([#&#8203;8146](https://github.com/traefik/traefik/pull/8146) by [ldez](https://github.com/ldez)) - **[k8s,k8s/gatewayapi]** Remove error when HTTProutes is empty ([#&#8203;8023](https://github.com/traefik/traefik/pull/8023) by [tomMoulard](https://github.com/tomMoulard)) - **[k8s,k8s/ingress]** Fix incorrect behaviour with multi-port endpoint subsets ([#&#8203;8156](https://github.com/traefik/traefik/pull/8156) by [coufalja](https://github.com/coufalja)) - **[k8s,k8s/ingress]** Kubernetes ingress provider to search via all endpoints ([#&#8203;7997](https://github.com/traefik/traefik/pull/7997) by [martinvizvary](https://github.com/martinvizvary)) - **[plugins,windows]** Fix plugin unzip call on windows ([#&#8203;8136](https://github.com/traefik/traefik/pull/8136) by [ddtmachado](https://github.com/ddtmachado)) - **[plugins]** Update Yaegi to v0.9.17 ([#&#8203;8100](https://github.com/traefik/traefik/pull/8100) by [ldez](https://github.com/ldez)) - **[provider]** Bump paerser to v0.1.4 ([#&#8203;8116](https://github.com/traefik/traefik/pull/8116) by [ldez](https://github.com/ldez)) - **[server]** Create buffered signals channel ([#&#8203;8190](https://github.com/traefik/traefik/pull/8190) by [dtomcej](https://github.com/dtomcej)) - **[server]** Fix: use defaultEntryPoints when no entryPoint is defined in a TCPRouter ([#&#8203;8111](https://github.com/traefik/traefik/pull/8111) by [LandryBe](https://github.com/LandryBe)) - **[tls]** Use a dynamic buffer to handle client Hello SNI detection ([#&#8203;8194](https://github.com/traefik/traefik/pull/8194) by [ldez](https://github.com/ldez)) - **[tracing]** Error span on 5xx only ([#&#8203;8033](https://github.com/traefik/traefik/pull/8033) by [kevtainer](https://github.com/kevtainer)) **Documentation:** - **[k8s,k8s/crd]** Fix ingressRouteTCP external name service examples in documentation ([#&#8203;8120](https://github.com/traefik/traefik/pull/8120) by [rtribotte](https://github.com/rtribotte)) - **[k8s,k8s/gatewayapi]** Fix Kubernetes Gateway API documentation links ([#&#8203;8063](https://github.com/traefik/traefik/pull/8063) by [jbdoumenjou](https://github.com/jbdoumenjou)) - **[k8s,k8s/gatewayapi]** Fix: k8s gateway api link ([#&#8203;8085](https://github.com/traefik/traefik/pull/8085) by [tomMoulard](https://github.com/tomMoulard)) - **[k8s,k8s/gatewayapi]** Fix the &[#&#8203;34](https://github.com/containous/traefik/issues/34);values&[#&#8203;34](https://github.com/containous/traefik/issues/34); field in the example of httproute ([#&#8203;8192](https://github.com/traefik/traefik/pull/8192) by [maelvls](https://github.com/maelvls)) - **[k8s/crd]** Fix ServersTransport documentation ([#&#8203;8019](https://github.com/traefik/traefik/pull/8019) by [tomMoulard](https://github.com/tomMoulard)) - **[k8s]** Correct annotation option ([#&#8203;8031](https://github.com/traefik/traefik/pull/8031) by [cbergmann](https://github.com/cbergmann)) - **[metrics]** Add metrics documentation ([#&#8203;8007](https://github.com/traefik/traefik/pull/8007) by [rtribotte](https://github.com/rtribotte)) - **[middleware]** Docs: add examples for removing headers ([#&#8203;8030](https://github.com/traefik/traefik/pull/8030) by [SuperSandro2000](https://github.com/SuperSandro2000)) - **[middleware]** Doc: clarify usage for ratelimit&[#&#8203;39](https://github.com/containous/traefik/issues/39);s excludedIPs ([#&#8203;8072](https://github.com/traefik/traefik/pull/8072) by [mpl](https://github.com/mpl)) - **[middleware]** Elaborate on possible use of status codes with the errors middleware ([#&#8203;8176](https://github.com/traefik/traefik/pull/8176) by [Midnighter](https://github.com/Midnighter)) - **[middleware]** Doc: fix a syntax error in ratelimit TOML configuration sample ([#&#8203;8101](https://github.com/traefik/traefik/pull/8101) by [mvertes](https://github.com/mvertes)) - **[pilot]** Docs: add pilot dashboard flag to static configuration file reference ([#&#8203;8152](https://github.com/traefik/traefik/pull/8152) by [danshilm](https://github.com/danshilm)) - Adding Maintainers Guidelines ([#&#8203;8168](https://github.com/traefik/traefik/pull/8168) by [jakubhajek](https://github.com/jakubhajek)) - Explains Traefik HTTP response status codes ([#&#8203;8170](https://github.com/traefik/traefik/pull/8170) by [rtribotte](https://github.com/rtribotte)) - Doc: typo fix ([#&#8203;8026](https://github.com/traefik/traefik/pull/8026) by [mpl](https://github.com/mpl)) - Adding formatting to the document. ([#&#8203;8180](https://github.com/traefik/traefik/pull/8180) by [jakubhajek](https://github.com/jakubhajek)) - Changing default file format for the snippets from TOML to YAML ([#&#8203;8193](https://github.com/traefik/traefik/pull/8193) by [tomMoulard](https://github.com/tomMoulard)) ### [`v2.4.9`](https://github.com/containous/traefik/blob/master/CHANGELOG.md#v249-httpsgithubcomtraefiktraefiktreev249-2021-06-21) [Compare Source](https://github.com/containous/traefik/compare/v2.4.8...v2.4.9) [All Commits](https://github.com/traefik/traefik/compare/v2.4.8...v2.4.9) **Bug fixes:** - **[acme]** Update go-acme/lego to v4.4.0 ([#&#8203;8179](https://github.com/traefik/traefik/pull/8179) by [ldez](https://github.com/ldez)) - **[acme]** Fix: ACME preferred chain. ([#&#8203;8146](https://github.com/traefik/traefik/pull/8146) by [ldez](https://github.com/ldez)) - **[k8s,k8s/gatewayapi]** Remove error when HTTProutes is empty ([#&#8203;8023](https://github.com/traefik/traefik/pull/8023) by [tomMoulard](https://github.com/tomMoulard)) - **[k8s,k8s/ingress]** Fix incorrect behaviour with multi-port endpoint subsets ([#&#8203;8156](https://github.com/traefik/traefik/pull/8156) by [coufalja](https://github.com/coufalja)) - **[k8s,k8s/ingress]** Kubernetes ingress provider to search via all endpoints ([#&#8203;7997](https://github.com/traefik/traefik/pull/7997) by [martinvizvary](https://github.com/martinvizvary)) - **[plugins,windows]** Fix plugin unzip call on windows ([#&#8203;8136](https://github.com/traefik/traefik/pull/8136) by [ddtmachado](https://github.com/ddtmachado)) - **[plugins]** Update Yaegi to v0.9.17 ([#&#8203;8100](https://github.com/traefik/traefik/pull/8100) by [ldez](https://github.com/ldez)) - **[provider]** Bump paerser to v0.1.4 ([#&#8203;8116](https://github.com/traefik/traefik/pull/8116) by [ldez](https://github.com/ldez)) - **[server]** Create buffered signals channel ([#&#8203;8190](https://github.com/traefik/traefik/pull/8190) by [dtomcej](https://github.com/dtomcej)) - **[server]** Fix: use defaultEntryPoints when no entryPoint is defined in a TCPRouter ([#&#8203;8111](https://github.com/traefik/traefik/pull/8111) by [LandryBe](https://github.com/LandryBe)) - **[tls]** Use a dynamic buffer to handle client Hello SNI detection ([#&#8203;8194](https://github.com/traefik/traefik/pull/8194) by [ldez](https://github.com/ldez)) - **[tracing]** Error span on 5xx only ([#&#8203;8033](https://github.com/traefik/traefik/pull/8033) by [kevtainer](https://github.com/kevtainer)) **Documentation:** - **[k8s,k8s/crd]** Fix ingressRouteTCP external name service examples in documentation ([#&#8203;8120](https://github.com/traefik/traefik/pull/8120) by [rtribotte](https://github.com/rtribotte)) - **[k8s,k8s/gatewayapi]** Fix Kubernetes Gateway API documentation links ([#&#8203;8063](https://github.com/traefik/traefik/pull/8063) by [jbdoumenjou](https://github.com/jbdoumenjou)) - **[k8s,k8s/gatewayapi]** Fix: k8s gateway api link ([#&#8203;8085](https://github.com/traefik/traefik/pull/8085) by [tomMoulard](https://github.com/tomMoulard)) - **[k8s,k8s/gatewayapi]** Fix the &[#&#8203;34](https://github.com/containous/traefik/issues/34);values&[#&#8203;34](https://github.com/containous/traefik/issues/34); field in the example of httproute ([#&#8203;8192](https://github.com/traefik/traefik/pull/8192) by [maelvls](https://github.com/maelvls)) - **[k8s/crd]** Fix ServersTransport documentation ([#&#8203;8019](https://github.com/traefik/traefik/pull/8019) by [tomMoulard](https://github.com/tomMoulard)) - **[k8s]** Correct annotation option ([#&#8203;8031](https://github.com/traefik/traefik/pull/8031) by [cbergmann](https://github.com/cbergmann)) - **[metrics]** Add metrics documentation ([#&#8203;8007](https://github.com/traefik/traefik/pull/8007) by [rtribotte](https://github.com/rtribotte)) - **[middleware]** Docs: add examples for removing headers ([#&#8203;8030](https://github.com/traefik/traefik/pull/8030) by [SuperSandro2000](https://github.com/SuperSandro2000)) - **[middleware]** Doc: clarify usage for ratelimit&[#&#8203;39](https://github.com/containous/traefik/issues/39);s excludedIPs ([#&#8203;8072](https://github.com/traefik/traefik/pull/8072) by [mpl](https://github.com/mpl)) - **[middleware]** Elaborate on possible use of status codes with the errors middleware ([#&#8203;8176](https://github.com/traefik/traefik/pull/8176) by [Midnighter](https://github.com/Midnighter)) - **[middleware]** Doc: fix a syntax error in ratelimit TOML configuration sample ([#&#8203;8101](https://github.com/traefik/traefik/pull/8101) by [mvertes](https://github.com/mvertes)) - **[pilot]** Docs: add pilot dashboard flag to static configuration file reference ([#&#8203;8152](https://github.com/traefik/traefik/pull/8152) by [danshilm](https://github.com/danshilm)) - Adding Maintainers Guidelines ([#&#8203;8168](https://github.com/traefik/traefik/pull/8168) by [jakubhajek](https://github.com/jakubhajek)) - Explains Traefik HTTP response status codes ([#&#8203;8170](https://github.com/traefik/traefik/pull/8170) by [rtribotte](https://github.com/rtribotte)) - Doc: typo fix ([#&#8203;8026](https://github.com/traefik/traefik/pull/8026) by [mpl](https://github.com/mpl)) - Adding formatting to the document. ([#&#8203;8180](https://github.com/traefik/traefik/pull/8180) by [jakubhajek](https://github.com/jakubhajek)) - Changing default file format for the snippets from TOML to YAML ([#&#8203;8193](https://github.com/traefik/traefik/pull/8193) by [tomMoulard](https://github.com/tomMoulard)) </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Enabled. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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-bot added 1 commit 2021-06-23 07:03:21 +00:00
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details
aacf00309e
Update traefik Docker tag to v2.4.9
renovate-bot merged commit aacf00309e into master 2021-06-23 07:03:22 +00: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: coop-cloud/traefik#25
No description provided.