Skip to content

Commit 7a32e86

Browse files
committed
BUILD/MINOR: version: upgrade api version to 3.2
1 parent ede87b8 commit 7a32e86

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,7 @@ HAProxy-3.1:
212212
extends: .e2e
213213
variables:
214214
HAPROXY_VERSION: "3.1"
215+
HAProxy-3.2:
216+
extends: .e2e
217+
variables:
218+
HAPROXY_VERSION: "3.2"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_PATH=${PWD}
2-
DOCKER_HAPROXY_VERSION?=3.1
2+
DOCKER_HAPROXY_VERSION?=3.2
33
SWAGGER_VERSION=v0.31.0
44
GO_VERSION:=${shell go mod edit -json | jq -r .Go}
55
GOLANGCI_LINT_VERSION=1.64.5

specification/build/haproxy_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
description: |
66
API for editing and managing haproxy instances. Provides process information, configuration management,
77
haproxy stats and logs.
8-
version: '3.1'
8+
version: '3.2'
99
contact:
1010
name: HAProxy Support
1111
url: https://my.haproxy.com/portal/cust/login

specification/haproxy-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
description: |
66
API for editing and managing haproxy instances. Provides process information, configuration management,
77
haproxy stats and logs.
8-
version: '3.1'
8+
version: '3.2'
99
contact:
1010
name: HAProxy Support
1111
url: https://my.haproxy.com/portal/cust/login

0 commit comments

Comments
 (0)