mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 20:59:07 -05:00
[PR #1884] [MERGED] Bump Traefik to v3.6 due to Docker 29.X.X compatibility #4690
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1884
Author: @v1rusnl
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/18/2025
Merged by: @oschwartz10612
Base:
main← Head:main📝 Commits (2)
d73825dUpdate Traefik image version to v3.651b4381Update Traefik image version to v3.6📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
docker-compose.example.yml(+2 -2)📝
install/config/docker-compose.yml(+2 -2)📄 Description
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:unreachableUpgrade to Traefik 3.6 -> Pangolin and Resources are working
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.