Skip to content

Commit

Permalink
Upgrade 3.0-stable to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Sep 18, 2024
1 parent ae22922 commit da8eeac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0.git;a=commit;h=v3.0.3
# https://git.haproxy.org/?p=haproxy-3.0.git;a=commit;h=v3.0.4
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-3.0.git"
HAPROXY_VERSION: "3.0-stable"
HAPROXY_GITREF: "v3.0.3"
HAPROXY_GITREF: "v3.0.4"
HAPROXY_DATAPLANEAPI_VERSION: "v2.9"

dist-dev:
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.0.git"
HAPROXY_VERSION: 3.0-stable
# https://git.haproxy.org/?p=haproxy-3.0.git;a=commit;h=v3.0.2
HAPROXY_GITREF: "v3.0.2"
# https://git.haproxy.org/?p=haproxy-3.0.git;a=commit;h=v3.0.4
HAPROXY_GITREF: "v3.0.4"
BUILD_PATCHES_DIR: "patches-stable"
HAPROXY_LIBASAN: "false"
HAPROXY_LIBUBSAN: "false"
Expand Down

0 comments on commit da8eeac

Please sign in to comment.