Skip to content

Commit

Permalink
Update 3.1-stable to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Jan 31, 2025
1 parent 8b93e3a commit 77d114d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
DEBIAN_CODENAME: "bookworm"
HAPROXY_FLAVOUR: "stable"
# https://git.haproxy.org/?p=haproxy-3.1.git;a=commit;h=v3.1.2
# https://git.haproxy.org/?p=haproxy-3.1.git;a=commit;h=v3.1.3
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-3.1.git"
HAPROXY_VERSION: "3.1-stable"
HAPROXY_GITREF: "v3.1.2"
HAPROXY_GITREF: "v3.1.3"
HAPROXY_DATAPLANEAPI_VERSION: "v3.0"
HAPROXY_OPTIMIZATION: "-O2"

Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ variables: &default-variables
.haproxy_stable: &haproxy-stable
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-3.1.git"
HAPROXY_VERSION: 3.1-stable
# https://git.haproxy.org/?p=haproxy-3.1.git;a=commit;h=v3.1.2
HAPROXY_GITREF: "v3.1.2"
# https://git.haproxy.org/?p=haproxy-3.1.git;a=commit;h=v3.1.3
HAPROXY_GITREF: "v3.1.3"
BUILD_PATCHES_DIR: "patches-stable"
HAPROXY_LIBASAN: "false"
HAPROXY_LIBUBSAN: "false"
Expand Down
2 changes: 1 addition & 1 deletion haproxy/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HAPROXY_GITREPO = https://git.haproxy.org/?p=haproxy-3.1.git
HAPROXY_VERSION = 3.1-stable
HAPROXY_GITREF = v3.1.2
HAPROXY_GITREF = v3.1.3
HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)")
HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)

Expand Down

0 comments on commit 77d114d

Please sign in to comment.