-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update haproxy #19178
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
Merged
Merged
Update haproxy #19178
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/haproxy@d946017: Update 3.1 to 3.1.8 - docker-library/haproxy@6fa540d: Update 3.0 to 3.0.11
Diff for f0fefe9:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6ed0570..70abbad 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -31,24 +31,24 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: 3117d2496500d354bb79eff90b6ba247fb456276
Directory: 2.8/alpine
-Tags: 3.0.10, 3.0, 3.0.10-bookworm, 3.0-bookworm
+Tags: 3.0.11, 3.0, 3.0.11-bookworm, 3.0-bookworm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: c153740fe581f5c43c6c5571acd00055e49e478d
+GitCommit: 6fa540dd7d9d82634605e727a8e1c726a23d8b0d
Directory: 3.0
-Tags: 3.0.10-alpine, 3.0-alpine, 3.0.10-alpine3.22, 3.0-alpine3.22
+Tags: 3.0.11-alpine, 3.0-alpine, 3.0.11-alpine3.22, 3.0-alpine3.22
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 3117d2496500d354bb79eff90b6ba247fb456276
+GitCommit: 6fa540dd7d9d82634605e727a8e1c726a23d8b0d
Directory: 3.0/alpine
-Tags: 3.1.7, 3.1, 3.1.7-bookworm, 3.1-bookworm
+Tags: 3.1.8, 3.1, 3.1.8-bookworm, 3.1-bookworm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: c153740fe581f5c43c6c5571acd00055e49e478d
+GitCommit: d9460179b64eac94bd181a488a74d8e6df7bdbf5
Directory: 3.1
-Tags: 3.1.7-alpine, 3.1-alpine, 3.1.7-alpine3.22, 3.1-alpine3.22
+Tags: 3.1.8-alpine, 3.1-alpine, 3.1.8-alpine3.22, 3.1-alpine3.22
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 3117d2496500d354bb79eff90b6ba247fb456276
+GitCommit: d9460179b64eac94bd181a488a74d8e6df7bdbf5
Directory: 3.1/alpine
Tags: 3.2.0, 3.2, latest, lts, 3.2.0-bookworm, 3.2-bookworm, bookworm, lts-bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index f43699d..a69614f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -26,18 +26,18 @@ haproxy:3.0
haproxy:3.0-alpine
haproxy:3.0-alpine3.22
haproxy:3.0-bookworm
-haproxy:3.0.10
-haproxy:3.0.10-alpine
-haproxy:3.0.10-alpine3.22
-haproxy:3.0.10-bookworm
+haproxy:3.0.11
+haproxy:3.0.11-alpine
+haproxy:3.0.11-alpine3.22
+haproxy:3.0.11-bookworm
haproxy:3.1
haproxy:3.1-alpine
haproxy:3.1-alpine3.22
haproxy:3.1-bookworm
-haproxy:3.1.7
-haproxy:3.1.7-alpine
-haproxy:3.1.7-alpine3.22
-haproxy:3.1.7-bookworm
+haproxy:3.1.8
+haproxy:3.1.8-alpine
+haproxy:3.1.8-alpine3.22
+haproxy:3.1.8-bookworm
haproxy:3.2
haproxy:3.2-alpine
haproxy:3.2-alpine3.22
diff --git a/haproxy_3.0-alpine3.22/Dockerfile b/haproxy_3.0-alpine3.22/Dockerfile
index 97f1c98..28a02fe 100644
--- a/haproxy_3.0-alpine3.22/Dockerfile
+++ b/haproxy_3.0-alpine3.22/Dockerfile
@@ -28,9 +28,9 @@ RUN set -eux; \
mkdir /var/lib/haproxy; \
chown haproxy:haproxy /var/lib/haproxy
-ENV HAPROXY_VERSION 3.0.10
-ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-3.0.10.tar.gz
-ENV HAPROXY_SHA256 d1508670b6fd5839c669a0a916842f0d3d3d0b578bb351a2a74a1de3d929ce26
+ENV HAPROXY_VERSION 3.0.11
+ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-3.0.11.tar.gz
+ENV HAPROXY_SHA256 a133e2d550c5fd9a849b5c7ab17bb945bcdad209ca140d41f45ebf31943ae783
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \
diff --git a/haproxy_3.0-bookworm/Dockerfile b/haproxy_3.0-bookworm/Dockerfile
index d38c75e..13e90b8 100644
--- a/haproxy_3.0-bookworm/Dockerfile
+++ b/haproxy_3.0-bookworm/Dockerfile
@@ -29,9 +29,9 @@ RUN set -eux; \
mkdir /var/lib/haproxy; \
chown haproxy:haproxy /var/lib/haproxy
-ENV HAPROXY_VERSION 3.0.10
-ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-3.0.10.tar.gz
-ENV HAPROXY_SHA256 d1508670b6fd5839c669a0a916842f0d3d3d0b578bb351a2a74a1de3d929ce26
+ENV HAPROXY_VERSION 3.0.11
+ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-3.0.11.tar.gz
+ENV HAPROXY_SHA256 a133e2d550c5fd9a849b5c7ab17bb945bcdad209ca140d41f45ebf31943ae783
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \
diff --git a/haproxy_3.1-alpine3.22/Dockerfile b/haproxy_3.1-alpine3.22/Dockerfile
index c03cafe..2c9ebde 100644
--- a/haproxy_3.1-alpine3.22/Dockerfile
+++ b/haproxy_3.1-alpine3.22/Dockerfile
@@ -28,9 +28,9 @@ RUN set -eux; \
mkdir /var/lib/haproxy; \
chown haproxy:haproxy /var/lib/haproxy
-ENV HAPROXY_VERSION 3.1.7
-ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/haproxy-3.1.7.tar.gz
-ENV HAPROXY_SHA256 a3952644ef939b36260d91d81a335636aa9b44572b4cb8b6001272f88545c666
+ENV HAPROXY_VERSION 3.1.8
+ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/haproxy-3.1.8.tar.gz
+ENV HAPROXY_SHA256 6f249014b547d34fb41e19867746ec4da4ea7be0c0ce3b56f3cfde57ca3b212d
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \
diff --git a/haproxy_3.1-bookworm/Dockerfile b/haproxy_3.1-bookworm/Dockerfile
index 7d41d1c..900f9ea 100644
--- a/haproxy_3.1-bookworm/Dockerfile
+++ b/haproxy_3.1-bookworm/Dockerfile
@@ -29,9 +29,9 @@ RUN set -eux; \
mkdir /var/lib/haproxy; \
chown haproxy:haproxy /var/lib/haproxy
-ENV HAPROXY_VERSION 3.1.7
-ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/haproxy-3.1.7.tar.gz
-ENV HAPROXY_SHA256 a3952644ef939b36260d91d81a335636aa9b44572b4cb8b6001272f88545c666
+ENV HAPROXY_VERSION 3.1.8
+ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/haproxy-3.1.8.tar.gz
+ENV HAPROXY_SHA256 6f249014b547d34fb41e19867746ec4da4ea7be0c0ce3b56f3cfde57ca3b212d
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \ Relevant Maintainers: |
tianon
approved these changes
Jun 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: