Bump Traefik to v3.6 due to Docker 29.X.X compatibility #623

Closed
opened 2026-04-05 17:28:07 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @v1rusnl on 11/18/2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

When upgrading to Docker 29.X.X, Traefik stops working because of Docker API version bump to min. 1.44 (before: 1.24), see https://github.com/traefik/traefik/issues/12253 . https://github.com/traefik/traefik/pull/12256 fixes this in Traefik v3.6.1.

The version bump fixes a non working installation or upgrade when using Crowdsec since the Crowdsec compose part uses a Docker Label which does not work in Traefik v3.5.X after the Docker upgrade to 29.X.X.

How to test?

Update Docker to 29.X.X with Traefik 3.5.X and Crowdsec enabled -> Pangolin and Resources do not work
Traefik Error: ERROR: CrowdsecBouncerTraefikPlugin: YYYY/MM/DD HH:MM:SS appsecQuery:unreachable

Upgrade to Traefik 3.6 -> Pangolin and Resources are working

*Originally created by @v1rusnl on 11/18/2025* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description When upgrading to Docker 29.X.X, Traefik stops working because of Docker API version bump to min. 1.44 (before: 1.24), see https://github.com/traefik/traefik/issues/12253 . https://github.com/traefik/traefik/pull/12256 fixes this in Traefik v3.6.1. The version bump fixes a non working installation or upgrade when using Crowdsec since the Crowdsec compose part uses a Docker Label which does not work in Traefik v3.5.X after the Docker upgrade to 29.X.X. ## How to test? Update Docker to 29.X.X with Traefik 3.5.X and Crowdsec enabled -> Pangolin and Resources do not work Traefik Error: ```ERROR: CrowdsecBouncerTraefikPlugin: YYYY/MM/DD HH:MM:SS appsecQuery:unreachable``` Upgrade to Traefik 3.6 -> Pangolin and Resources are working
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#623