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

Update haproxy #16264

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Update haproxy #16264

merged 1 commit into from
Feb 16, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 16, 2024

Changes:

Changes:

- docker-library/haproxy@9bb65c7: Update 2.9 to 2.9.5
- docker-library/haproxy@cc8baae: Update 2.8 to 2.8.6
Copy link

Diff for 68ed647:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index e070c06..576bb28 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -51,24 +51,24 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 71cd0194b981bcbf23e964649016ca7498b1c2b8
 Directory: 2.7/alpine
 
-Tags: 2.8.5, 2.8, lts, 2.8.5-bookworm, 2.8-bookworm, lts-bookworm
+Tags: 2.8.6, 2.8, lts, 2.8.6-bookworm, 2.8-bookworm, lts-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 71cd0194b981bcbf23e964649016ca7498b1c2b8
+GitCommit: cc8baae41343fe053dbf79c3fe50776bd9221cbe
 Directory: 2.8
 
-Tags: 2.8.5-alpine, 2.8-alpine, lts-alpine, 2.8.5-alpine3.19, 2.8-alpine3.19, lts-alpine3.19
+Tags: 2.8.6-alpine, 2.8-alpine, lts-alpine, 2.8.6-alpine3.19, 2.8-alpine3.19, lts-alpine3.19
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 71cd0194b981bcbf23e964649016ca7498b1c2b8
+GitCommit: cc8baae41343fe053dbf79c3fe50776bd9221cbe
 Directory: 2.8/alpine
 
-Tags: 2.9.4, 2.9, latest, 2.9.4-bookworm, 2.9-bookworm, bookworm
+Tags: 2.9.5, 2.9, latest, 2.9.5-bookworm, 2.9-bookworm, bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: dda21d77a2e1e9e7273cd0f3b829c975fc367841
+GitCommit: 9bb65c75912f95579f06e1554ca59ed80aac685d
 Directory: 2.9
 
-Tags: 2.9.4-alpine, 2.9-alpine, alpine, 2.9.4-alpine3.19, 2.9-alpine3.19, alpine3.19
+Tags: 2.9.5-alpine, 2.9-alpine, alpine, 2.9.5-alpine3.19, 2.9-alpine3.19, alpine3.19
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: dda21d77a2e1e9e7273cd0f3b829c975fc367841
+GitCommit: 9bb65c75912f95579f06e1554ca59ed80aac685d
 Directory: 2.9/alpine
 
 Tags: 3.0-dev3, 3.0-dev, 3.0-dev3-bookworm, 3.0-dev-bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index b13eb69..c632503 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -42,18 +42,18 @@ haproxy:2.8
 haproxy:2.8-alpine
 haproxy:2.8-alpine3.19
 haproxy:2.8-bookworm
-haproxy:2.8.5
-haproxy:2.8.5-alpine
-haproxy:2.8.5-alpine3.19
-haproxy:2.8.5-bookworm
+haproxy:2.8.6
+haproxy:2.8.6-alpine
+haproxy:2.8.6-alpine3.19
+haproxy:2.8.6-bookworm
 haproxy:2.9
 haproxy:2.9-alpine
 haproxy:2.9-alpine3.19
 haproxy:2.9-bookworm
-haproxy:2.9.4
-haproxy:2.9.4-alpine
-haproxy:2.9.4-alpine3.19
-haproxy:2.9.4-bookworm
+haproxy:2.9.5
+haproxy:2.9.5-alpine
+haproxy:2.9.5-alpine3.19
+haproxy:2.9.5-bookworm
 haproxy:3.0-dev
 haproxy:3.0-dev3
 haproxy:3.0-dev3-alpine
diff --git a/haproxy_alpine3.19/Dockerfile b/haproxy_alpine3.19/Dockerfile
index f42faf8..b7cc41e 100644
--- a/haproxy_alpine3.19/Dockerfile
+++ b/haproxy_alpine3.19/Dockerfile
@@ -28,9 +28,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 2.9.4
-ENV HAPROXY_URL https://www.haproxy.org/download/2.9/src/haproxy-2.9.4.tar.gz
-ENV HAPROXY_SHA256 9c3892cc3c084ac4f00125ef22a151cf181416d84aa8a37af6af6aa0399096bc
+ENV HAPROXY_VERSION 2.9.5
+ENV HAPROXY_URL https://www.haproxy.org/download/2.9/src/haproxy-2.9.5.tar.gz
+ENV HAPROXY_SHA256 32b785b128838f4218b8d54690c86c48794d03f817cbb627fb48769f79efd59b
 
 # 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_bookworm/Dockerfile b/haproxy_bookworm/Dockerfile
index 62f3581..4f79898 100644
--- a/haproxy_bookworm/Dockerfile
+++ b/haproxy_bookworm/Dockerfile
@@ -29,9 +29,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 2.9.4
-ENV HAPROXY_URL https://www.haproxy.org/download/2.9/src/haproxy-2.9.4.tar.gz
-ENV HAPROXY_SHA256 9c3892cc3c084ac4f00125ef22a151cf181416d84aa8a37af6af6aa0399096bc
+ENV HAPROXY_VERSION 2.9.5
+ENV HAPROXY_URL https://www.haproxy.org/download/2.9/src/haproxy-2.9.5.tar.gz
+ENV HAPROXY_SHA256 32b785b128838f4218b8d54690c86c48794d03f817cbb627fb48769f79efd59b
 
 # 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_lts-alpine3.19/Dockerfile b/haproxy_lts-alpine3.19/Dockerfile
index ac04bce..48bd7a5 100644
--- a/haproxy_lts-alpine3.19/Dockerfile
+++ b/haproxy_lts-alpine3.19/Dockerfile
@@ -28,9 +28,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 2.8.5
-ENV HAPROXY_URL https://www.haproxy.org/download/2.8/src/haproxy-2.8.5.tar.gz
-ENV HAPROXY_SHA256 3f5459c5a58e0b343a32eaef7ed5bed9d3fc29d8aa9e14b36c92c969fc2a60d9
+ENV HAPROXY_VERSION 2.8.6
+ENV HAPROXY_URL https://www.haproxy.org/download/2.8/src/haproxy-2.8.6.tar.gz
+ENV HAPROXY_SHA256 9fd034368be66880bd86a300c13dc03bc13521ee2654880dddf192785aa28d51
 
 # 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_lts-bookworm/Dockerfile b/haproxy_lts-bookworm/Dockerfile
index faf47bb..3ad7de4 100644
--- a/haproxy_lts-bookworm/Dockerfile
+++ b/haproxy_lts-bookworm/Dockerfile
@@ -29,9 +29,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 2.8.5
-ENV HAPROXY_URL https://www.haproxy.org/download/2.8/src/haproxy-2.8.5.tar.gz
-ENV HAPROXY_SHA256 3f5459c5a58e0b343a32eaef7ed5bed9d3fc29d8aa9e14b36c92c969fc2a60d9
+ENV HAPROXY_VERSION 2.8.6
+ENV HAPROXY_URL https://www.haproxy.org/download/2.8/src/haproxy-2.8.6.tar.gz
+ENV HAPROXY_SHA256 9fd034368be66880bd86a300c13dc03bc13521ee2654880dddf192785aa28d51
 
 # see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 553d551 into docker-library:master Feb 16, 2024
21 checks passed
@yosifkit yosifkit deleted the haproxy branch February 16, 2024 19:30
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