Update ghcr.io/traefik/traefik Docker tag to v3.4.1 #471

Open
viceice-bot wants to merge 1 commit from renovate/ghcr.io-traefik-traefik-3.x into main
First-time contributor

This PR contains the following updates:

Package Update Change
ghcr.io/traefik/traefik (source) minor 3.3.6 -> 3.4.1

Release Notes

traefik/traefik (ghcr.io/traefik/traefik)

v3.4.1

Compare Source

Important: Please read the migration guide.

Bug fixes:

Documentation:

  • [acme] Fix ambiguous wording in ACME page (#​11789 by joshka)
  • [k8s] Fix incorrect case and missing rbac in documentation (#​11742 by mmatur)
  • [middleware] Match encoded certificate to example data for TLS passthrough (#​11759 by holysoles)

Misc:

v3.4.0

Compare Source

All Commits

Enhancements:

Documentation:

Misc:

v3.3.7

Compare Source

All Commits

Bug fixes:

  • [logs,middleware,accesslogs] Add SpanID and TraceID accessLogs fields only when tracing is enabled (#​11715 by rtribotte)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 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 | |---|---|---| | [ghcr.io/traefik/traefik](https://hub.docker.com/_/traefik) ([source](https://github.com/traefik/traefik)) | minor | `3.3.6` -> `3.4.1` | --- ### Release Notes <details> <summary>traefik/traefik (ghcr.io/traefik/traefik)</summary> ### [`v3.4.1`](https://github.com/traefik/traefik/releases/tag/v3.4.1) [Compare Source](https://github.com/traefik/traefik/compare/v3.4.0...v3.4.1) **Important:** Please read the [migration guide](https://doc.traefik.io/traefik/migration/v3/#v341). **Bug fixes:** - **\[docker]** Do not warn network missing if connected to a container network ([#&#8203;11698](https://github.com/traefik/traefik/pull/11698) by [holysoles](https://github.com/holysoles)) - **\[k8s/crd]** Fix CEL validation for RootCA in ServersTransport ([#&#8203;11775](https://github.com/traefik/traefik/pull/11775) by [rtribotte](https://github.com/rtribotte)) - **\[middleware]** Scope the rate limit counter key by source and by middleware ([#&#8203;11753](https://github.com/traefik/traefik/pull/11753) by [aromeyer](https://github.com/aromeyer)) - **\[server]** Use routing path in v3 matchers ([#&#8203;11790](https://github.com/traefik/traefik/pull/11790) by [kevinpollet](https://github.com/kevinpollet)) - **\[service]** Make P2C strategy thread-safe ([#&#8203;11762](https://github.com/traefik/traefik/pull/11762) by [lbenguigui](https://github.com/lbenguigui)) - **\[webui]** Do not display RemoveHeader option when not defined ([#&#8203;11782](https://github.com/traefik/traefik/pull/11782) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - **\[acme]** Fix ambiguous wording in ACME page ([#&#8203;11789](https://github.com/traefik/traefik/pull/11789) by [joshka](https://github.com/joshka)) - **\[k8s]** Fix incorrect case and missing rbac in documentation ([#&#8203;11742](https://github.com/traefik/traefik/pull/11742) by [mmatur](https://github.com/mmatur)) - **\[middleware]** Match encoded certificate to example data for TLS passthrough ([#&#8203;11759](https://github.com/traefik/traefik/pull/11759) by [holysoles](https://github.com/holysoles)) **Misc:** - Merge branch v2.11 into v3.4 ([#&#8203;11799](https://github.com/traefik/traefik/pull/11799) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#&#8203;11796](https://github.com/traefik/traefik/pull/11796) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#&#8203;11783](https://github.com/traefik/traefik/pull/11783) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#&#8203;11757](https://github.com/traefik/traefik/pull/11757) by [mmatur](https://github.com/mmatur)) - Merge v2.11 into v3.4 ([#&#8203;11751](https://github.com/traefik/traefik/pull/11751) by [mmatur](https://github.com/mmatur)) ### [`v3.4.0`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v340-2025-05-05) [Compare Source](https://github.com/traefik/traefik/compare/v3.3.7...v3.4.0) [All Commits](https://github.com/traefik/traefik/compare/v3.3.0-rc1...v3.4.0) **Enhancements:** - **\[acme]** Add acme.profile and acme.emailAddresses options ([#&#8203;11597](https://github.com/traefik/traefik/pull/11597) by [ldez](https://github.com/ldez)) - **\[docker,ecs,docker/swarm,consulcatalog,nomad]** Allow configuring server URLs with label providers ([#&#8203;11374](https://github.com/traefik/traefik/pull/11374) by [yelvert](https://github.com/yelvert)) - **\[k8s/crd]** Improve CEL validation on Ingress CRD resources ([#&#8203;11311](https://github.com/traefik/traefik/pull/11311) by [mloiseleur](https://github.com/mloiseleur)) - **\[k8s/crd]** Remove default load-balancing strategy from CRD ([#&#8203;11701](https://github.com/traefik/traefik/pull/11701) by [kevinpollet](https://github.com/kevinpollet)) - **\[k8s/crd]** Restrict regex validation of HTTP status codes for Ingress CRD resources ([#&#8203;11670](https://github.com/traefik/traefik/pull/11670) by [jnoordsij](https://github.com/jnoordsij)) - **\[k8s/gatewayapi]** Set rule priority in Gateway API TLSRoute ([#&#8203;11443](https://github.com/traefik/traefik/pull/11443) by [augustozanellato](https://github.com/augustozanellato)) - **\[k8s/ingress]** Add ingress status for ClusterIP and NodePort Service Type ([#&#8203;11100](https://github.com/traefik/traefik/pull/11100) by [mlec1](https://github.com/mlec1)) - **\[middleware,authentication]** Add option to preserve request method in forwardAuth ([#&#8203;11473](https://github.com/traefik/traefik/pull/11473) by [an09mous](https://github.com/an09mous)) - **\[middleware]** Support rewriting status codes in error page middleware ([#&#8203;11520](https://github.com/traefik/traefik/pull/11520) by [sevensolutions](https://github.com/sevensolutions)) - **\[middleware]** Add Redis rate limiter ([#&#8203;10211](https://github.com/traefik/traefik/pull/10211) by [longquan0104](https://github.com/longquan0104)) - **\[service]** Add p2c load-balancing strategy for servers load-balancer ([#&#8203;11547](https://github.com/traefik/traefik/pull/11547) by [rtribotte](https://github.com/rtribotte)) - **\[sticky-session]** Support domain configuration for sticky cookies ([#&#8203;11556](https://github.com/traefik/traefik/pull/11556) by [jleal52](https://github.com/jleal52)) - **\[tls,k8s/crd,service]** Allow root CA to be added through config maps ([#&#8203;11475](https://github.com/traefik/traefik/pull/11475) by [Nelwhix](https://github.com/Nelwhix)) - **\[tls]** Add support to disable session ticket ([#&#8203;11609](https://github.com/traefik/traefik/pull/11609) by [avdhoot](https://github.com/avdhoot)) - **\[udp]** Add support for UDP routing in systemd socket activation ([#&#8203;11022](https://github.com/traefik/traefik/pull/11022) by [tsiid](https://github.com/tsiid)) - **\[webui]** Add auto webui theme option and default to it ([#&#8203;11455](https://github.com/traefik/traefik/pull/11455) by [zizzfizzix](https://github.com/zizzfizzix)) - Replace experimental maps and slices with stdlib ([#&#8203;11350](https://github.com/traefik/traefik/pull/11350) by [Juneezee](https://github.com/Juneezee)) - Bump github.com/redis/go-redis/v9 to v9.7.3 ([#&#8203;11687](https://github.com/traefik/traefik/pull/11687) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - Prepare release v3.4.0-rc1 ([#&#8203;11654](https://github.com/traefik/traefik/pull/11654) by [kevinpollet](https://github.com/kevinpollet)) - Prepare release v3.4.0-rc2 ([#&#8203;11707](https://github.com/traefik/traefik/pull/11707) by [rtribotte](https://github.com/rtribotte)) - Deprecate defaultRuleSyntax and ruleSyntax options ([#&#8203;11619](https://github.com/traefik/traefik/pull/11619) by [rtribotte](https://github.com/rtribotte)) **Misc:** - Merge branch v3.3 into master ([#&#8203;11653](https://github.com/traefik/traefik/pull/11653) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.3 into master ([#&#8203;11595](https://github.com/traefik/traefik/pull/11595) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.3 into master ([#&#8203;11541](https://github.com/traefik/traefik/pull/11541) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.3 into master ([#&#8203;11504](https://github.com/traefik/traefik/pull/11504) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.3 into master ([#&#8203;11420](https://github.com/traefik/traefik/pull/11420) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.3 into master ([#&#8203;11394](https://github.com/traefik/traefik/pull/11394) by [mmatur](https://github.com/mmatur)) - Merge branch v3.3 into v3.4 ([#&#8203;11736](https://github.com/traefik/traefik/pull/11736) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.3 into v3.4 ([#&#8203;11705](https://github.com/traefik/traefik/pull/11705) by [kevinpollet](https://github.com/kevinpollet)) ### [`v3.3.7`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v337-2025-05-05) [Compare Source](https://github.com/traefik/traefik/compare/v3.3.6...v3.3.7) [All Commits](https://github.com/traefik/traefik/compare/v3.3.6...v3.3.7) **Bug fixes:** - **\[logs,middleware,accesslogs]** Add SpanID and TraceID accessLogs fields only when tracing is enabled ([#&#8203;11715](https://github.com/traefik/traefik/pull/11715) by [rtribotte](https://github.com/rtribotte)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS42IiwidXBkYXRlZEluVmVyIjoiNDAuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
viceice-bot added 1 commit 2025-05-29 20:26:13 +00:00
Update ghcr.io/traefik/traefik Docker tag to v3.4.1
Some checks failed
build / lint (push) Has been cancelled
build / lint (pull_request) Has been cancelled
/ test (pull_request) Has been cancelled
aeba503c72
earl-warren reviewed 2025-05-29 20:26:14 +00:00
earl-warren left a comment
First-time contributor

added by F3

added by F3
viceice requested changes 2025-05-29 20:26:14 +00:00
viceice left a comment
First-time contributor
- https://invisible.forgejo.org/infrastructure/k8s-cluster/pulls/494#issuecomment-3849 needs chart update first
Some checks failed
build / lint (push) Has been cancelled
build / lint (pull_request) Has been cancelled
/ test (pull_request) Has been cancelled
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-traefik-traefik-3.x:renovate/ghcr.io-traefik-traefik-3.x
git switch renovate/ghcr.io-traefik-traefik-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/ghcr.io-traefik-traefik-3.x
git switch renovate/ghcr.io-traefik-traefik-3.x
git rebase main
git switch main
git merge --ff-only renovate/ghcr.io-traefik-traefik-3.x
git switch renovate/ghcr.io-traefik-traefik-3.x
git rebase main
git switch main
git merge --no-ff renovate/ghcr.io-traefik-traefik-3.x
git switch main
git merge --squash renovate/ghcr.io-traefik-traefik-3.x
git switch main
git merge --ff-only renovate/ghcr.io-traefik-traefik-3.x
git switch main
git merge renovate/ghcr.io-traefik-traefik-3.x
git push origin main
Sign in to join this conversation.
No description provided.