Skip to content

Conversation

@ldez
Copy link
Contributor

@ldez ldez commented Apr 7, 2023

Hello,

This PR updates Traefik to v2.10.0-rc2.

/cc @mpl @rtribotte

Cheers

@github-actions
Copy link

github-actions bot commented Apr 7, 2023

Diff for f49b952:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4362667..35d450d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -32,16 +32,16 @@ GitCommit: a74a21441e1185fc0ff9e4139524544e54db1226
 Directory: windows/1809
 Constraints: windowsservercore-1809
 
-Tags: v2.10.0-rc1, 2.10.0-rc1, v2.10, 2.10, saintmarcelin
+Tags: v2.10.0-rc2, 2.10.0-rc2, v2.10, 2.10, saintmarcelin
 Architectures: amd64, arm32v6, arm64v8, s390x
 GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 5288f2536e6a30aecac3e7685748639257d0ddcb
+GitCommit: 2e2af4d37b83c23a252154454fb25a8c9e48b801
 Directory: alpine
 
-Tags: v2.10.0-rc1-windowsservercore-1809, 2.10.0-rc1-windowsservercore-1809, v2.10-windowsservercore-1809, 2.10-windowsservercore-1809, saintmarcelin-windowsservercore-1809
+Tags: v2.10.0-rc2-windowsservercore-1809, 2.10.0-rc2-windowsservercore-1809, v2.10-windowsservercore-1809, 2.10-windowsservercore-1809, saintmarcelin-windowsservercore-1809
 Architectures: windows-amd64
 GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 5288f2536e6a30aecac3e7685748639257d0ddcb
+GitCommit: 2e2af4d37b83c23a252154454fb25a8c9e48b801
 Directory: windows/1809
 Constraints: windowsservercore-1809
 
diff --git a/_bashbrew-list b/_bashbrew-list
index f67f3fc..2a0cf36 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -10,8 +10,8 @@ traefik:2.9.10
 traefik:2.9.10-windowsservercore-1809
 traefik:2.10
 traefik:2.10-windowsservercore-1809
-traefik:2.10.0-rc1
-traefik:2.10.0-rc1-windowsservercore-1809
+traefik:2.10.0-rc2
+traefik:2.10.0-rc2-windowsservercore-1809
 traefik:3.0
 traefik:3.0-windowsservercore-1809
 traefik:3.0.0-beta2
@@ -38,8 +38,8 @@ traefik:v2.9.10
 traefik:v2.9.10-windowsservercore-1809
 traefik:v2.10
 traefik:v2.10-windowsservercore-1809
-traefik:v2.10.0-rc1
-traefik:v2.10.0-rc1-windowsservercore-1809
+traefik:v2.10.0-rc2
+traefik:v2.10.0-rc2-windowsservercore-1809
 traefik:v3.0
 traefik:v3.0-windowsservercore-1809
 traefik:v3.0.0-beta2
diff --git a/traefik_saintmarcelin-windowsservercore-1809/Dockerfile b/traefik_saintmarcelin-windowsservercore-1809/Dockerfile
index 7dd489b..6fb3a0b 100644
--- a/traefik_saintmarcelin-windowsservercore-1809/Dockerfile
+++ b/traefik_saintmarcelin-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.10.0-rc1/traefik_v2.10.0-rc1_windows_amd64.zip" \
+        -Uri "https://github.com/traefik/traefik/releases/download/v2.10.0-rc2/traefik_v2.10.0-rc2_windows_amd64.zip" \
         -OutFile "/traefik.zip"; \
     Expand-Archive -Path "/traefik.zip" -DestinationPath "/" -Force; \
     Remove-Item "/traefik.zip" -Force
@@ -16,5 +16,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
     org.opencontainers.image.source="https://github.com/traefik/traefik" \
     org.opencontainers.image.title="Traefik" \
     org.opencontainers.image.description="A modern reverse-proxy" \
-    org.opencontainers.image.version="v2.10.0-rc1" \
+    org.opencontainers.image.version="v2.10.0-rc2" \
     org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_saintmarcelin/Dockerfile b/traefik_saintmarcelin/Dockerfile
index f70b06e..402b2e2 100644
--- a/traefik_saintmarcelin/Dockerfile
+++ b/traefik_saintmarcelin/Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex; \
 		s390x) arch='s390x' ;; \
 		*) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; \
 	esac; \
-	wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.10.0-rc1/traefik_v2.10.0-rc1_linux_$arch.tar.gz"; \
+	wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.10.0-rc2/traefik_v2.10.0-rc2_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
@@ -24,5 +24,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
     org.opencontainers.image.source="https://github.com/traefik/traefik" \
     org.opencontainers.image.title="Traefik" \
     org.opencontainers.image.description="A modern reverse-proxy" \
-    org.opencontainers.image.version="v2.10.0-rc1" \
+    org.opencontainers.image.version="v2.10.0-rc2" \
     org.opencontainers.image.documentation="https://docs.traefik.io"

Relevant Maintainers:

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 c80d58b into docker-library:master Apr 7, 2023
@ldez ldez deleted the traefik-new-version-2e2af4d37b83c23a252154454fb25a8c9e48b801 branch April 8, 2023 00:47
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.

3 participants