Skip to content
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.3.1 #8804

Merged
merged 2 commits into from
Sep 29, 2020
Merged

Bump Traefik to v2.3.1 #8804

merged 2 commits into from
Sep 29, 2020

Conversation

ldez
Copy link
Contributor

@ldez ldez commented Sep 29, 2020

Hello,

This PR updates Traefik to v2.3.1.

/cc @mmatur @SantoDE @jbdoumenjou @rtribotte

Cheers

Copy link
Contributor

@rtribotte rtribotte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@jbdoumenjou jbdoumenjou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions
Copy link

Diff for d2b2198:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 10b857a..f85a500 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -13,16 +13,16 @@ GitCommit: b8acd6164a229d1a351ad635b471bbdd6d35e687
 Directory: windows/1809
 Constraints: windowsservercore-1809
 
-Tags: v2.3.0, 2.3.0, v2.3, 2.3, picodon, latest
+Tags: v2.3.1, 2.3.1, v2.3, 2.3, picodon, latest
 Architectures: amd64, arm32v6, arm64v8
 GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 6827292e34bb173568e72f20281897946d635e4a
+GitCommit: 613b06ccf8a14c086ea92802c68cc4e394135ce7
 Directory: alpine
 
-Tags: v2.3.0-windowsservercore-1809, 2.3.0-windowsservercore-1809, v2.3-windowsservercore-1809, 2.3-windowsservercore-1809, picodon-windowsservercore-1809, windowsservercore-1809
+Tags: v2.3.1-windowsservercore-1809, 2.3.1-windowsservercore-1809, v2.3-windowsservercore-1809, 2.3-windowsservercore-1809, picodon-windowsservercore-1809, windowsservercore-1809
 Architectures: windows-amd64
 GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 6827292e34bb173568e72f20281897946d635e4a
+GitCommit: 613b06ccf8a14c086ea92802c68cc4e394135ce7
 Directory: windows/1809
 Constraints: windowsservercore-1809
 
diff --git a/_bashbrew-list b/_bashbrew-list
index d434877..b2a2a3f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,8 +6,8 @@ traefik:1.7.26-alpine
 traefik:1.7.26-windowsservercore-1809
 traefik:2.3
 traefik:2.3-windowsservercore-1809
-traefik:2.3.0
-traefik:2.3.0-windowsservercore-1809
+traefik:2.3.1
+traefik:2.3.1-windowsservercore-1809
 traefik:latest
 traefik:maroilles
 traefik:maroilles-alpine
@@ -22,6 +22,6 @@ traefik:v1.7.26-alpine
 traefik:v1.7.26-windowsservercore-1809
 traefik:v2.3
 traefik:v2.3-windowsservercore-1809
-traefik:v2.3.0
-traefik:v2.3.0-windowsservercore-1809
+traefik:v2.3.1
+traefik:v2.3.1-windowsservercore-1809
 traefik:windowsservercore-1809
diff --git a/traefik_latest/Dockerfile b/traefik_latest/Dockerfile
index 8aebb1a..0014f3a 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.3.0/traefik_v2.3.0_linux_$arch.tar.gz"; \
+	wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.3.1/traefik_v2.3.1_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.3.0" \
+	org.opencontainers.image.version="v2.3.1" \
 	org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_windowsservercore-1809/Dockerfile b/traefik_windowsservercore-1809/Dockerfile
index d6afe05..3d3c85b 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.3.0/traefik_v2.3.0_windows_amd64.zip" \
+        -Uri "https://github.com/traefik/traefik/releases/download/v2.3.1/traefik_v2.3.1_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.3.0" \
+    org.opencontainers.image.version="v2.3.1" \
     org.opencontainers.image.documentation="https://docs.traefik.io"

Copy link
Contributor

@mmatur mmatur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yosifkit yosifkit merged commit 03c5042 into docker-library:master Sep 29, 2020
@ldez ldez deleted the patch-1 branch September 30, 2020 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants