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 v1.7.28 #9418

Conversation

ldez
Copy link
Contributor

@ldez ldez commented Jan 13, 2021

Hello,

This PR updates Traefik to v1.7.28.

/cc @kevinpollet @rtribotte @SantoDE @jbdoumenjou

Cheers

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

Copy link
Contributor

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

@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

@github-actions
Copy link

Diff for 1f55585:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 068b2ae..9b3af6d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,15 +1,15 @@
 Maintainers: Emile Vauge <emile@vauge.com> (@emilevauge), Vincent Demeester <vincent@sbr.pm> (@vdemeester), Ludovic Fernandez <ludovic@traefik.io> (@ldez), Julien Salleyron <julien@traefik.io> (@juliens), Romain Tribotté <romain.tribotte@traefik.io> (@rtribotte), Michael Matur <michael@traefik.io> (@mmatur)
 
-Tags: v1.7.26-alpine, 1.7.26-alpine, v1.7-alpine, 1.7-alpine, maroilles-alpine
+Tags: v1.7.28-alpine, 1.7.28-alpine, v1.7-alpine, 1.7-alpine, maroilles-alpine
 Architectures: amd64, arm32v6, arm64v8
-GitRepo: https://github.com/containous/traefik-library-image.git
-GitCommit: b8acd6164a229d1a351ad635b471bbdd6d35e687
+GitRepo: https://github.com/traefik/traefik-library-image.git
+GitCommit: 304f7cf2cf36f59e0bc93597579c61837ce2ea6f
 Directory: alpine
 
-Tags: v1.7.26-windowsservercore-1809, 1.7.26-windowsservercore-1809, v1.7-windowsservercore-1809, 1.7-windowsservercore-1809, maroilles-windowsservercore-1809
+Tags: v1.7.28-windowsservercore-1809, 1.7.28-windowsservercore-1809, v1.7-windowsservercore-1809, 1.7-windowsservercore-1809, maroilles-windowsservercore-1809
 Architectures: windows-amd64
-GitRepo: https://github.com/containous/traefik-library-image.git
-GitCommit: b8acd6164a229d1a351ad635b471bbdd6d35e687
+GitRepo: https://github.com/traefik/traefik-library-image.git
+GitCommit: 304f7cf2cf36f59e0bc93597579c61837ce2ea6f
 Directory: windows/1809
 Constraints: windowsservercore-1809
 
@@ -39,8 +39,8 @@ GitCommit: 89302d9c2acc57903e9d48790597860a08858d68
 Directory: windows/1809
 Constraints: windowsservercore-1809
 
-Tags: v1.7.26, 1.7.26, v1.7, 1.7, maroilles
+Tags: v1.7.28, 1.7.28, v1.7, 1.7, maroilles
 Architectures: amd64, arm32v6, arm64v8
-GitRepo: https://github.com/containous/traefik-library-image.git
-GitCommit: b8acd6164a229d1a351ad635b471bbdd6d35e687
+GitRepo: https://github.com/traefik/traefik-library-image.git
+GitCommit: 304f7cf2cf36f59e0bc93597579c61837ce2ea6f
 Directory: scratch
diff --git a/_bashbrew-list b/_bashbrew-list
index f0d5c22..668945d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,9 +1,9 @@
 traefik:1.7
 traefik:1.7-alpine
 traefik:1.7-windowsservercore-1809
-traefik:1.7.26
-traefik:1.7.26-alpine
-traefik:1.7.26-windowsservercore-1809
+traefik:1.7.28
+traefik:1.7.28-alpine
+traefik:1.7.28-windowsservercore-1809
 traefik:2.3
 traefik:2.3-windowsservercore-1809
 traefik:2.3.7
@@ -23,9 +23,9 @@ traefik:picodon-windowsservercore-1809
 traefik:v1.7
 traefik:v1.7-alpine
 traefik:v1.7-windowsservercore-1809
-traefik:v1.7.26
-traefik:v1.7.26-alpine
-traefik:v1.7.26-windowsservercore-1809
+traefik:v1.7.28
+traefik:v1.7.28-alpine
+traefik:v1.7.28-windowsservercore-1809
 traefik:v2.3
 traefik:v2.3-windowsservercore-1809
 traefik:v2.3.7
diff --git a/traefik_maroilles-alpine/Dockerfile b/traefik_maroilles-alpine/Dockerfile
index 0d50098..897fd0c 100644
--- a/traefik_maroilles-alpine/Dockerfile
+++ b/traefik_maroilles-alpine/Dockerfile
@@ -8,7 +8,7 @@ RUN set -ex; \
 		x86_64) arch='amd64' ;; \
 		*) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; \
 	esac; \
-	wget --quiet -O /usr/local/bin/traefik "https://github.com/containous/traefik/releases/download/v1.7.26/traefik_linux-$arch"; \
+	wget --quiet -O /usr/local/bin/traefik "https://github.com/traefik/traefik/releases/download/v1.7.28/traefik_linux-$arch"; \
 	chmod +x /usr/local/bin/traefik
 COPY entrypoint.sh /
 EXPOSE 80
@@ -16,9 +16,9 @@ ENTRYPOINT ["/entrypoint.sh"]
 CMD ["traefik"]
 
 # Metadata
-LABEL org.opencontainers.image.vendor="Containous" \
+LABEL org.opencontainers.image.vendor="traefik" \
 	org.opencontainers.image.url="https://traefik.io" \
 	org.opencontainers.image.title="Traefik" \
 	org.opencontainers.image.description="A modern reverse-proxy" \
-	org.opencontainers.image.version="v1.7.26" \
+	org.opencontainers.image.version="v1.7.28" \
 	org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_maroilles-windowsservercore-1809/Dockerfile b/traefik_maroilles-windowsservercore-1809/Dockerfile
index 8231849..2974c30 100644
--- a/traefik_maroilles-windowsservercore-1809/Dockerfile
+++ b/traefik_maroilles-windowsservercore-1809/Dockerfile
@@ -2,16 +2,16 @@ 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/v1.7.26/traefik_windows-amd64.exe" \
+    -Uri "https://github.com/traefik/traefik/releases/download/v1.7.28/traefik_windows-amd64.exe" \
     -OutFile "/traefik.exe"
 
 EXPOSE 80
 ENTRYPOINT [ "/traefik" ]
 
 # Metadata
-LABEL org.opencontainers.image.vendor="Containous" \
+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="v1.7.26" \
+    org.opencontainers.image.version="v1.7.28" \
     org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_maroilles/Dockerfile b/traefik_maroilles/Dockerfile
index 589aecc..709e8e8 100644
--- a/traefik_maroilles/Dockerfile
+++ b/traefik_maroilles/Dockerfile
@@ -1,16 +1,16 @@
 FROM scratch
-COPY --from=traefik:v1.7.26-alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
-COPY --from=traefik:v1.7.26-alpine /usr/share/zoneinfo /usr/share/
-COPY --from=traefik:v1.7.26-alpine /usr/local/bin/traefik /
+COPY --from=traefik:v1.7.28-alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
+COPY --from=traefik:v1.7.28-alpine /usr/share/zoneinfo /usr/share/
+COPY --from=traefik:v1.7.28-alpine /usr/local/bin/traefik /
 
 EXPOSE 80
 VOLUME ["/tmp"]
 ENTRYPOINT ["/traefik"]
 
 # Metadata
-LABEL org.opencontainers.image.vendor="Containous" \
+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="v1.7.26" \
+	org.opencontainers.image.version="v1.7.28" \
 	org.opencontainers.image.documentation="https://docs.traefik.io"

@yosifkit yosifkit merged commit 1b0a0d0 into docker-library:master Jan 13, 2021
@ldez ldez deleted the traefik-new-version-304f7cf2cf36f59e0bc93597579c61837ce2ea6f branch January 14, 2021 00:12
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