From c753638804f404fcf63703c1ec344e4ef9b95766 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Jul 2025 02:21:48 +0000 Subject: [PATCH] Update ghcr.io/traefik/traefik Docker tag to v3.5.0 (#1006) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/traefik/traefik](https://hub.docker.com/_/traefik) ([source](https://github.com/traefik/traefik-library-image)) | minor | `v3.4.4` -> `v3.5.0` | --- ### Release Notes
traefik/traefik-library-image (ghcr.io/traefik/traefik) ### [`v3.5.0`](https://github.com/traefik/traefik-library-image/compare/v3.5.0...v3.5.0) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.5.0...v3.5.0) ### [`v3.5.0`](https://github.com/traefik/traefik-library-image/compare/v3.4.5...v3.5.0) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.4.5...v3.5.0) ### [`v3.4.5`](https://github.com/traefik/traefik-library-image/compare/v3.4.5...v3.4.5) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.4.5...v3.4.5) ### [`v3.4.5`](https://github.com/traefik/traefik-library-image/compare/v3.4.4...v3.4.5) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.4.4...v3.4.5)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1006 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- hosts/ps08rp/traefik/compose.yaml | 2 +- hosts/ps09rp/traefik/compose.yaml | 2 +- hosts/ps10rp/traefik/compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/ps08rp/traefik/compose.yaml b/hosts/ps08rp/traefik/compose.yaml index 97bd4a677..3aac3f6f0 100644 --- a/hosts/ps08rp/traefik/compose.yaml +++ b/hosts/ps08rp/traefik/compose.yaml @@ -1,7 +1,7 @@ --- services: traefik: - image: ghcr.io/traefik/traefik:v3.4.4 + image: ghcr.io/traefik/traefik:v3.5.0 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps09rp/traefik/compose.yaml b/hosts/ps09rp/traefik/compose.yaml index 36242d233..1fa8389c3 100644 --- a/hosts/ps09rp/traefik/compose.yaml +++ b/hosts/ps09rp/traefik/compose.yaml @@ -1,7 +1,7 @@ --- services: traefik: - image: ghcr.io/traefik/traefik:v3.4.4 + image: ghcr.io/traefik/traefik:v3.5.0 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps10rp/traefik/compose.yaml b/hosts/ps10rp/traefik/compose.yaml index 97744c62c..d17a88920 100644 --- a/hosts/ps10rp/traefik/compose.yaml +++ b/hosts/ps10rp/traefik/compose.yaml @@ -20,7 +20,7 @@ services: - /dev/net/tun:/dev/net/tun traefik: - image: ghcr.io/traefik/traefik:v3.4.4 + image: ghcr.io/traefik/traefik:v3.5.0 container_name: traefik command: - "--global.checkNewVersion=false"