-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Traefik to v2.4.5 #9655
Bump Traefik to v2.4.5 #9655
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Diff for 2590a71:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 77add8c..b12af7f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -13,16 +13,16 @@ GitCommit: 304f7cf2cf36f59e0bc93597579c61837ce2ea6f
Directory: windows/1809
Constraints: windowsservercore-1809
-Tags: v2.4.3, 2.4.3, v2.4, 2.4, livarot, latest
+Tags: v2.4.5, 2.4.5, v2.4, 2.4, livarot, latest
Architectures: amd64, arm32v6, arm64v8
GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: ab9d3837bef3cf4fbec9e0faf6ebee56999debda
+GitCommit: 9735fc9d15e7f6f31a5209464b1114fea4ba2b89
Directory: alpine
-Tags: v2.4.3-windowsservercore-1809, 2.4.3-windowsservercore-1809, v2.4-windowsservercore-1809, 2.4-windowsservercore-1809, livarot-windowsservercore-1809, windowsservercore-1809
+Tags: v2.4.5-windowsservercore-1809, 2.4.5-windowsservercore-1809, v2.4-windowsservercore-1809, 2.4-windowsservercore-1809, livarot-windowsservercore-1809, windowsservercore-1809
Architectures: windows-amd64
GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: ab9d3837bef3cf4fbec9e0faf6ebee56999debda
+GitCommit: 9735fc9d15e7f6f31a5209464b1114fea4ba2b89
Directory: windows/1809
Constraints: windowsservercore-1809
diff --git a/_bashbrew-list b/_bashbrew-list
index b2af938..9ab6b24 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,8 +6,8 @@ traefik:1.7.28-alpine
traefik:1.7.28-windowsservercore-1809
traefik:2.4
traefik:2.4-windowsservercore-1809
-traefik:2.4.3
-traefik:2.4.3-windowsservercore-1809
+traefik:2.4.5
+traefik:2.4.5-windowsservercore-1809
traefik:latest
traefik:livarot
traefik:livarot-windowsservercore-1809
@@ -22,6 +22,6 @@ traefik:v1.7.28-alpine
traefik:v1.7.28-windowsservercore-1809
traefik:v2.4
traefik:v2.4-windowsservercore-1809
-traefik:v2.4.3
-traefik:v2.4.3-windowsservercore-1809
+traefik:v2.4.5
+traefik:v2.4.5-windowsservercore-1809
traefik:windowsservercore-1809
diff --git a/traefik_latest/Dockerfile b/traefik_latest/Dockerfile
index da43225..1f4df1a 100644
--- a/traefik_latest/Dockerfile
+++ b/traefik_latest/Dockerfile
@@ -8,7 +8,7 @@ RUN set -ex; \
x86_64) arch='amd64' ;; \
*) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; \
esac; \
- wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.4.3/traefik_v2.4.3_linux_$arch.tar.gz"; \
+ wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.4.5/traefik_v2.4.5_linux_$arch.tar.gz"; \
tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; \
rm -f /tmp/traefik.tar.gz; \
chmod +x /usr/local/bin/traefik
@@ -22,5 +22,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
org.opencontainers.image.url="https://traefik.io" \
org.opencontainers.image.title="Traefik" \
org.opencontainers.image.description="A modern reverse-proxy" \
- org.opencontainers.image.version="v2.4.3" \
+ org.opencontainers.image.version="v2.4.5" \
org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_windowsservercore-1809/Dockerfile b/traefik_windowsservercore-1809/Dockerfile
index f11ded1..7de699a 100644
--- a/traefik_windowsservercore-1809/Dockerfile
+++ b/traefik_windowsservercore-1809/Dockerfile
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/windows/servercore:1809
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN Invoke-WebRequest \
- -Uri "https://github.com/traefik/traefik/releases/download/v2.4.3/traefik_v2.4.3_windows_amd64.zip" \
+ -Uri "https://github.com/traefik/traefik/releases/download/v2.4.5/traefik_v2.4.5_windows_amd64.zip" \
-OutFile "/traefik.zip"; \
Expand-Archive -Path "/traefik.zip" -DestinationPath "/" -Force; \
Remove-Item "/traefik.zip" -Force
@@ -15,5 +15,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
org.opencontainers.image.url="https://traefik.io" \
org.opencontainers.image.title="Traefik" \
org.opencontainers.image.description="A modern reverse-proxy" \
- org.opencontainers.image.version="v2.4.3" \
+ org.opencontainers.image.version="v2.4.5" \
org.opencontainers.image.documentation="https://docs.traefik.io"
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please be aware, this is a security release for https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27375
In the future, you might want to consider doing some of https://github.com/docker-library/official-images#security-releases for security releases so they can be more appropriately prioritized on our end too. 👍 |
We will do! Thanks for letting us know @tianon. This one was unplanned until this morning tough, so there was no real time upfront. But we will definitely keep it on our heads for next time. Thanks! |
Hello,
This PR updates Traefik to v2.4.5.
/cc @ldez @SantoDE @kevinpollet
Cheers