Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Changelog", this file is a reverse-chronological list of merged pull requests.

### 2026

- [PR-149](https://github.com/itk-dev/devops_itkdev-docker/pull/149) - 2026-08-28 -
Upgrade traefik to 3.7
- [PR-141](https://github.com/itk-dev/devops_itkdev-docker/pull/141) - 2026-03-23 -
Added GitHub Action to validate changelog on PR events. Rebuilt changelog format.
- [PR-140](https://github.com/itk-dev/devops_itkdev-docker/pull/140) - 2026-03-23 -
Expand Down
2 changes: 1 addition & 1 deletion traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- proxy

traefik:
image: traefik:v3.6
image: traefik:v3.7
container_name: traefik
restart: unless-stopped
security_opt:
Expand Down