[PR #1884] [MERGED] Bump Traefik to v3.6 due to Docker 29.X.X compatibility #4690

Closed
opened 2026-04-20 09:02:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (2)

  • d73825d Update Traefik image version to v3.6
  • 51b4381 Update 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:unreachable

Upgrade 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1884 **Author:** [@v1rusnl](https://github.com/v1rusnl) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/18/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`d73825d`](https://github.com/fosrl/pangolin/commit/d73825dd24d4f2127be315c035568efa0d514f02) Update Traefik image version to v3.6 - [`51b4381`](https://github.com/fosrl/pangolin/commit/51b438117a755ae449eaa248f769a62b243a28a2) Update Traefik image version to v3.6 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.example.yml` (+2 -2) 📝 `install/config/docker-compose.yml` (+2 -2) </details> ### 📄 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:unreachable``` Upgrade to Traefik 3.6 -> Pangolin and Resources are working --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 09:02:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#4690