chore(deps): update traefik docker tag to v3.1.4 #185

Merged
renovate merged 1 commit from renovate/traefik-3.x into master 2024-09-23 13:03:37 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
traefik patch v3.1.2 -> v3.1.4

⚠️ Warning

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


Release Notes

containous/traefik (traefik)

v3.1.4

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.1.4

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.1.3

Compare Source

All Commits

Bug fixes:

  • [k8s/ingress,rules,k8s] Allow configuring rule syntax with Kubernetes Ingress annotation (#​10985 by rtribotte)
  • [k8s/ingress] Re-allow empty configuration for Kubernetes Ingress provider (#​11008 by rtribotte)
  • [middleware,metrics] Wrap capture for services used by pieces of middleware (#​11058 by rtribotte)
  • [plugins] Removes goexport dependency and adds _initialize (#​11088 by juliens)

Documentation:

Misc:

v3.1.3

Compare Source

All Commits

Bug fixes:

  • [k8s/ingress,rules,k8s] Allow configuring rule syntax with Kubernetes Ingress annotation (#​10985 by rtribotte)
  • [k8s/ingress] Re-allow empty configuration for Kubernetes Ingress provider (#​11008 by rtribotte)
  • [middleware,metrics] Wrap capture for services used by pieces of middleware (#​11058 by rtribotte)
  • [plugins] Removes goexport dependency and adds _initialize (#​11088 by juliens)

Documentation:

Misc:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | `v3.1.2` -> `v3.1.4` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.1.4`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v314-2024-09-19) [Compare Source](https://github.com/containous/traefik/compare/v3.1.4...v3.1.4) [All Commits](https://github.com/traefik/traefik/compare/v3.1.3...v3.1.4) **Bug fixes:** - **\[metrics]** Guess Datadog socket type when prefix is unix ([#&#8203;11102](https://github.com/traefik/traefik/pull/11102) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - Mention v3 in readme ([#&#8203;11082](https://github.com/traefik/traefik/pull/11082) by [kabaluyot](https://github.com/kabaluyot)) **Misc:** - Merge branch v2.11 into v3.1 ([#&#8203;11107](https://github.com/traefik/traefik/pull/11107) by [rtribotte](https://github.com/rtribotte)) ### [`v3.1.4`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v314-2024-09-19) [Compare Source](https://github.com/containous/traefik/compare/v3.1.3...v3.1.4) [All Commits](https://github.com/traefik/traefik/compare/v3.1.3...v3.1.4) **Bug fixes:** - **\[metrics]** Guess Datadog socket type when prefix is unix ([#&#8203;11102](https://github.com/traefik/traefik/pull/11102) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - Mention v3 in readme ([#&#8203;11082](https://github.com/traefik/traefik/pull/11082) by [kabaluyot](https://github.com/kabaluyot)) **Misc:** - Merge branch v2.11 into v3.1 ([#&#8203;11107](https://github.com/traefik/traefik/pull/11107) by [rtribotte](https://github.com/rtribotte)) ### [`v3.1.3`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v313-2024-09-16) [Compare Source](https://github.com/containous/traefik/compare/v3.1.3...v3.1.3) [All Commits](https://github.com/traefik/traefik/compare/v3.1.2...v3.1.3) **Bug fixes:** - **\[k8s/ingress,rules,k8s]** Allow configuring rule syntax with Kubernetes Ingress annotation ([#&#8203;10985](https://github.com/traefik/traefik/pull/10985) by [rtribotte](https://github.com/rtribotte)) - **\[k8s/ingress]** Re-allow empty configuration for Kubernetes Ingress provider ([#&#8203;11008](https://github.com/traefik/traefik/pull/11008) by [rtribotte](https://github.com/rtribotte)) - **\[middleware,metrics]** Wrap capture for services used by pieces of middleware ([#&#8203;11058](https://github.com/traefik/traefik/pull/11058) by [rtribotte](https://github.com/rtribotte)) - **\[plugins]** Removes goexport dependency and adds \_initialize ([#&#8203;11088](https://github.com/traefik/traefik/pull/11088) by [juliens](https://github.com/juliens)) **Documentation:** - **\[k8s/crd,k8s]** Remove mentions about APIVersion traefik.io/v1 ([#&#8203;11020](https://github.com/traefik/traefik/pull/11020) by [rtribotte](https://github.com/rtribotte)) - **\[k8s]** Update quick-start-with-kubernetes.md to include required permissions ([#&#8203;11010](https://github.com/traefik/traefik/pull/11010) by [eastmane](https://github.com/eastmane)) - **\[metrics]** Mention missing metrics removal in the migration guide ([#&#8203;10982](https://github.com/traefik/traefik/pull/10982) by [rtribotte](https://github.com/rtribotte)) - **\[tracing]** Fix tracing documentation ([#&#8203;11067](https://github.com/traefik/traefik/pull/11067) by [mmatur](https://github.com/mmatur)) - **\[tracing]** OTLP doc + potential panic ([#&#8203;11052](https://github.com/traefik/traefik/pull/11052) by [mmatur](https://github.com/mmatur)) **Misc:** - Merge v2.11 into v3.1 ([#&#8203;11092](https://github.com/traefik/traefik/pull/11092) by [kevinpollet](https://github.com/kevinpollet)) - Merge v2.11 into v3.1 ([#&#8203;11065](https://github.com/traefik/traefik/pull/11065) by [mmatur](https://github.com/mmatur)) - Merge v2.11 into v3.1 ([#&#8203;11044](https://github.com/traefik/traefik/pull/11044) by [rtribotte](https://github.com/rtribotte)) ### [`v3.1.3`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v313-2024-09-16) [Compare Source](https://github.com/containous/traefik/compare/v3.1.2...v3.1.3) [All Commits](https://github.com/traefik/traefik/compare/v3.1.2...v3.1.3) **Bug fixes:** - **\[k8s/ingress,rules,k8s]** Allow configuring rule syntax with Kubernetes Ingress annotation ([#&#8203;10985](https://github.com/traefik/traefik/pull/10985) by [rtribotte](https://github.com/rtribotte)) - **\[k8s/ingress]** Re-allow empty configuration for Kubernetes Ingress provider ([#&#8203;11008](https://github.com/traefik/traefik/pull/11008) by [rtribotte](https://github.com/rtribotte)) - **\[middleware,metrics]** Wrap capture for services used by pieces of middleware ([#&#8203;11058](https://github.com/traefik/traefik/pull/11058) by [rtribotte](https://github.com/rtribotte)) - **\[plugins]** Removes goexport dependency and adds \_initialize ([#&#8203;11088](https://github.com/traefik/traefik/pull/11088) by [juliens](https://github.com/juliens)) **Documentation:** - **\[k8s/crd,k8s]** Remove mentions about APIVersion traefik.io/v1 ([#&#8203;11020](https://github.com/traefik/traefik/pull/11020) by [rtribotte](https://github.com/rtribotte)) - **\[k8s]** Update quick-start-with-kubernetes.md to include required permissions ([#&#8203;11010](https://github.com/traefik/traefik/pull/11010) by [eastmane](https://github.com/eastmane)) - **\[metrics]** Mention missing metrics removal in the migration guide ([#&#8203;10982](https://github.com/traefik/traefik/pull/10982) by [rtribotte](https://github.com/rtribotte)) - **\[tracing]** Fix tracing documentation ([#&#8203;11067](https://github.com/traefik/traefik/pull/11067) by [mmatur](https://github.com/mmatur)) - **\[tracing]** OTLP doc + potential panic ([#&#8203;11052](https://github.com/traefik/traefik/pull/11052) by [mmatur](https://github.com/mmatur)) **Misc:** - Merge v2.11 into v3.1 ([#&#8203;11092](https://github.com/traefik/traefik/pull/11092) by [kevinpollet](https://github.com/kevinpollet)) - Merge v2.11 into v3.1 ([#&#8203;11065](https://github.com/traefik/traefik/pull/11065) by [mmatur](https://github.com/mmatur)) - Merge v2.11 into v3.1 ([#&#8203;11044](https://github.com/traefik/traefik/pull/11044) by [rtribotte](https://github.com/rtribotte)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44NC4wIiwidXBkYXRlZEluVmVyIjoiMzguODQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2024-09-23 13:03:37 +02:00
chore(deps): update traefik docker tag to v3.1.4
Some checks are pending
ansible-lint / Ansible Lint (push) Waiting to run
ansible-lint / gitleaks (push) Waiting to run
ansible-lint / Ansible Lint (pull_request) Successful in 45s
ansible-lint / gitleaks (pull_request) Successful in 4s
177368810e
renovate scheduled this pull request to auto merge when all checks succeed 2024-09-23 13:03:37 +02:00
renovate merged commit 177368810e into master 2024-09-23 13:03:37 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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: mg/homeserver#185
No description provided.