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 v3.0.0-rc3 #16406

Conversation

rtribotte
Copy link
Contributor

Hello,

This PR updates Traefik to v3.0.0-rc3.

/cc @mmatur @kevinpollet @ldez

Cheers

@rtribotte rtribotte requested a review from a team as a code owner March 13, 2024 16:30
Copy link

Diff for f63d0bf:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index fdb8030..73a7e7a 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -20,22 +20,22 @@ GitCommit: fccb66b9845fc4266154377b774ac95127d38078
 Directory: windows/servercore-ltsc2022
 Constraints: windowsservercore-ltsc2022
 
-Tags: v3.0.0-rc2, 3.0.0-rc2, v3.0, 3.0, beaufort
+Tags: v3.0.0-rc3, 3.0.0-rc3, v3.0, 3.0, beaufort
 Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
 GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 1f408bed06e6a92b2085dd572f3d9b2798170c55
+GitCommit: 912cc37ab2fb33dffbe653d3b98a224cdc833c48
 Directory: alpine
 
-Tags: v3.0.0-rc2-windowsservercore-1809, 3.0.0-rc2-windowsservercore-1809, v3.0-windowsservercore-1809, 3.0-windowsservercore-1809, beaufort-windowsservercore-1809
+Tags: v3.0.0-rc3-windowsservercore-1809, 3.0.0-rc3-windowsservercore-1809, v3.0-windowsservercore-1809, 3.0-windowsservercore-1809, beaufort-windowsservercore-1809
 Architectures: windows-amd64
 GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 1f408bed06e6a92b2085dd572f3d9b2798170c55
+GitCommit: 912cc37ab2fb33dffbe653d3b98a224cdc833c48
 Directory: windows/1809
 Constraints: windowsservercore-1809
 
-Tags: v3.0.0-rc2-windowsservercore-ltsc2022, 3.0.0-rc2-windowsservercore-ltsc2022, v3.0-windowsservercore-ltsc2022, 3.0-windowsservercore-ltsc2022, beaufort-windowsservercore-ltsc2022
+Tags: v3.0.0-rc3-windowsservercore-ltsc2022, 3.0.0-rc3-windowsservercore-ltsc2022, v3.0-windowsservercore-ltsc2022, 3.0-windowsservercore-ltsc2022, beaufort-windowsservercore-ltsc2022
 Architectures: windows-amd64
 GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 1f408bed06e6a92b2085dd572f3d9b2798170c55
+GitCommit: 912cc37ab2fb33dffbe653d3b98a224cdc833c48
 Directory: windows/servercore-ltsc2022
 Constraints: windowsservercore-ltsc2022
diff --git a/_bashbrew-list b/_bashbrew-list
index df5d1b4..572b4ad 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -7,9 +7,9 @@ traefik:2.11.0-windowsservercore-ltsc2022
 traefik:3.0
 traefik:3.0-windowsservercore-1809
 traefik:3.0-windowsservercore-ltsc2022
-traefik:3.0.0-rc2
-traefik:3.0.0-rc2-windowsservercore-1809
-traefik:3.0.0-rc2-windowsservercore-ltsc2022
+traefik:3.0.0-rc3
+traefik:3.0.0-rc3-windowsservercore-1809
+traefik:3.0.0-rc3-windowsservercore-ltsc2022
 traefik:beaufort
 traefik:beaufort-windowsservercore-1809
 traefik:beaufort-windowsservercore-ltsc2022
@@ -26,8 +26,8 @@ traefik:v2.11.0-windowsservercore-ltsc2022
 traefik:v3.0
 traefik:v3.0-windowsservercore-1809
 traefik:v3.0-windowsservercore-ltsc2022
-traefik:v3.0.0-rc2
-traefik:v3.0.0-rc2-windowsservercore-1809
-traefik:v3.0.0-rc2-windowsservercore-ltsc2022
+traefik:v3.0.0-rc3
+traefik:v3.0.0-rc3-windowsservercore-1809
+traefik:v3.0.0-rc3-windowsservercore-ltsc2022
 traefik:windowsservercore-1809
 traefik:windowsservercore-ltsc2022
diff --git a/traefik_beaufort-windowsservercore-1809/Dockerfile b/traefik_beaufort-windowsservercore-1809/Dockerfile
index 5ff046f..a499e66 100644
--- a/traefik_beaufort-windowsservercore-1809/Dockerfile
+++ b/traefik_beaufort-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/v3.0.0-rc2/traefik_v3.0.0-rc2_windows_amd64.zip" \
+        -Uri "https://github.com/traefik/traefik/releases/download/v3.0.0-rc3/traefik_v3.0.0-rc3_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="v3.0.0-rc2" \
+    org.opencontainers.image.version="v3.0.0-rc3" \
     org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_beaufort-windowsservercore-ltsc2022/Dockerfile b/traefik_beaufort-windowsservercore-ltsc2022/Dockerfile
index f5ec5ee..5b4dfdc 100644
--- a/traefik_beaufort-windowsservercore-ltsc2022/Dockerfile
+++ b/traefik_beaufort-windowsservercore-ltsc2022/Dockerfile
@@ -2,7 +2,7 @@ FROM  mcr.microsoft.com/windows/servercore:ltsc2022
 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
 
 RUN Invoke-WebRequest \
-        -Uri "https://github.com/traefik/traefik/releases/download/v3.0.0-rc2/traefik_v3.0.0-rc2_windows_amd64.zip" \
+        -Uri "https://github.com/traefik/traefik/releases/download/v3.0.0-rc3/traefik_v3.0.0-rc3_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="v3.0.0-rc2" \
+    org.opencontainers.image.version="v3.0.0-rc3" \
     org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_beaufort/Dockerfile b/traefik_beaufort/Dockerfile
index 0591545..d04fe92 100644
--- a/traefik_beaufort/Dockerfile
+++ b/traefik_beaufort/Dockerfile
@@ -10,7 +10,7 @@ RUN set -ex; \
 		ppc64le) arch='ppc64le' ;; \
 		*) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; \
 	esac; \
-	wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.0.0-rc2/traefik_v3.0.0-rc2_linux_$arch.tar.gz"; \
+	wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.0.0-rc3/traefik_v3.0.0-rc3_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
@@ -25,5 +25,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="v3.0.0-rc2" \
+    org.opencontainers.image.version="v3.0.0-rc3" \
     org.opencontainers.image.documentation="https://docs.traefik.io"

Relevant Maintainers:

@yosifkit yosifkit merged commit a4b065c into docker-library:master Mar 13, 2024
11 checks passed
@rtribotte rtribotte deleted the traefik-new-version-912cc37ab2fb33dffbe653d3b98a224cdc833c48 branch December 16, 2024 14:58
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