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.2.10 #8669

Conversation

ldez
Copy link
Contributor

@ldez ldez commented Sep 4, 2020

Hello,

This PR updates Traefik to v2.2.10.

/cc @mmatur @SantoDE @jbdoumenjou

Cheers

Copy link

@SantoDE SantoDE 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

@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

@github-actions
Copy link

github-actions bot commented Sep 4, 2020

Diff for fc1763d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1287a47..c2daae3 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -12,14 +12,14 @@ GitCommit: b8acd6164a229d1a351ad635b471bbdd6d35e687
 Directory: windows/1809
 Constraints: windowsservercore-1809
 
-Tags: v2.2.8, 2.2.8, v2.2, 2.2, chevrotin, latest
+Tags: v2.2.10, 2.2.10, v2.2, 2.2, chevrotin, latest
 Architectures: amd64, arm32v6, arm64v8
-GitCommit: 3a918cb6253b82d01d5423266875617aeda0f1bc
+GitCommit: 5920a9c73cb53b985a535a4b8cfbb98dc2f08ad6
 Directory: alpine
 
-Tags: v2.2.8-windowsservercore-1809, 2.2.8-windowsservercore-1809, v2.2-windowsservercore-1809, 2.2-windowsservercore-1809, chevrotin-windowsservercore-1809, windowsservercore-1809
+Tags: v2.2.10-windowsservercore-1809, 2.2.10-windowsservercore-1809, v2.2-windowsservercore-1809, 2.2-windowsservercore-1809, chevrotin-windowsservercore-1809, windowsservercore-1809
 Architectures: windows-amd64
-GitCommit: 3a918cb6253b82d01d5423266875617aeda0f1bc
+GitCommit: 5920a9c73cb53b985a535a4b8cfbb98dc2f08ad6
 Directory: windows/1809
 Constraints: windowsservercore-1809
 
diff --git a/_bashbrew-list b/_bashbrew-list
index 51af473..07887df 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,8 +6,8 @@ traefik:1.7.26-alpine
 traefik:1.7.26-windowsservercore-1809
 traefik:2.2
 traefik:2.2-windowsservercore-1809
-traefik:2.2.8
-traefik:2.2.8-windowsservercore-1809
+traefik:2.2.10
+traefik:2.2.10-windowsservercore-1809
 traefik:2.3
 traefik:2.3-windowsservercore-1809
 traefik:2.3.0-rc4
@@ -28,8 +28,8 @@ traefik:v1.7.26-alpine
 traefik:v1.7.26-windowsservercore-1809
 traefik:v2.2
 traefik:v2.2-windowsservercore-1809
-traefik:v2.2.8
-traefik:v2.2.8-windowsservercore-1809
+traefik:v2.2.10
+traefik:v2.2.10-windowsservercore-1809
 traefik:v2.3
 traefik:v2.3-windowsservercore-1809
 traefik:v2.3.0-rc4
diff --git a/traefik_latest/Dockerfile b/traefik_latest/Dockerfile
index 5b2de88..d109fbd 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/containous/traefik/releases/download/v2.2.8/traefik_v2.2.8_linux_$arch.tar.gz"; \
+	wget --quiet -O /tmp/traefik.tar.gz "https://github.com/containous/traefik/releases/download/v2.2.10/traefik_v2.2.10_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="Containous" \
 	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.2.8" \
+	org.opencontainers.image.version="v2.2.10" \
 	org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_windowsservercore-1809/Dockerfile b/traefik_windowsservercore-1809/Dockerfile
index 005cc75..5bc6c8a 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/containous/traefik/releases/download/v2.2.8/traefik_v2.2.8_windows_amd64.zip" \
+        -Uri "https://github.com/containous/traefik/releases/download/v2.2.10/traefik_v2.2.10_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="Containous" \
     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.2.8" \
+    org.opencontainers.image.version="v2.2.10" \
     org.opencontainers.image.documentation="https://docs.traefik.io"

@yosifkit yosifkit merged commit 3df9e4d into docker-library:master Sep 4, 2020
@ldez ldez deleted the traefik-new-version-5920a9c73cb53b985a535a4b8cfbb98dc2f08ad6 branch September 4, 2020 19:33
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.

4 participants