Skip to content

Commit ab4a947

Browse files
committed
BUILD/MINOR: update versions of haproxy go packages
1 parent 019ee3d commit ab4a947

8 files changed

+12
-12
lines changed

crs/api/ingress/v1/backend.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
// +genclient
2424
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
25-
// +kubebuilder:metadata:annotations="haproxy.org/client-native=v5.1.4-0.20240227141919-86be1f81bd90"
25+
// +kubebuilder:metadata:annotations="haproxy.org/client-native=v5.1.4"
2626

2727
// Backend is a specification for a Backend resource
2828
type Backend struct {

crs/api/ingress/v1/defaults.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
// +genclient
2424
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
25-
// +kubebuilder:metadata:annotations="haproxy.org/client-native=v5.1.4-0.20240227141919-86be1f81bd90"
25+
// +kubebuilder:metadata:annotations="haproxy.org/client-native=v5.1.4"
2626

2727
// Defaults is a specification for a Defaults resource
2828
type Defaults struct {

crs/api/ingress/v1/global.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
// +genclient
2424
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
25-
// +kubebuilder:metadata:annotations="haproxy.org/client-native=v5.1.4-0.20240227141919-86be1f81bd90"
25+
// +kubebuilder:metadata:annotations="haproxy.org/client-native=v5.1.4"
2626
// +kubebuilder:validation:XValidation:rule="!has(self.spec.config.default_path)", message="spec.config.default_path is set by ingress controller internally"
2727
// +kubebuilder:validation:XValidation:rule="!has(self.spec.config.master__dash__worker)", message="spec.config.master-worker is set by ingress controller internally"
2828
// +kubebuilder:validation:XValidation:rule="!has(self.spec.config.pidfile)", message="spec.config.pidfile is set by ingress controller internally"

crs/definition/ingress.v1.haproxy.org_backends.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.14.0
7-
haproxy.org/client-native: v5.1.4-0.20240227141919-86be1f81bd90
7+
haproxy.org/client-native: v5.1.4
88
name: backends.ingress.v1.haproxy.org
99
spec:
1010
group: ingress.v1.haproxy.org

crs/definition/ingress.v1.haproxy.org_defaults.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.14.0
7-
haproxy.org/client-native: v5.1.4-0.20240227141919-86be1f81bd90
7+
haproxy.org/client-native: v5.1.4
88
name: defaults.ingress.v1.haproxy.org
99
spec:
1010
group: ingress.v1.haproxy.org

crs/definition/ingress.v1.haproxy.org_globals.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.14.0
7-
haproxy.org/client-native: v5.1.4-0.20240227141919-86be1f81bd90
7+
haproxy.org/client-native: v5.1.4
88
name: globals.ingress.v1.haproxy.org
99
spec:
1010
group: ingress.v1.haproxy.org

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ require (
99
github.com/google/renameio v1.0.1
1010
github.com/haproxytech/client-native/v2 v2.5.2-0.20220126142624-4a2781a21376
1111
github.com/haproxytech/client-native/v3 v3.1.2-0.20230607075433-231591da68ed
12-
github.com/haproxytech/client-native/v5 v5.1.4-0.20240227141919-86be1f81bd90
13-
github.com/haproxytech/config-parser/v5 v5.1.1-0.20240221073837-5b782186def2
12+
github.com/haproxytech/client-native/v5 v5.1.4
13+
github.com/haproxytech/config-parser/v5 v5.1.1
1414
github.com/jessevdk/go-flags v1.4.0
1515
github.com/pires/go-proxyproto v0.7.0
1616
github.com/prometheus/client_golang v1.18.0

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ github.com/haproxytech/client-native/v2 v2.5.2-0.20220126142624-4a2781a21376 h1:
172172
github.com/haproxytech/client-native/v2 v2.5.2-0.20220126142624-4a2781a21376/go.mod h1:MTl8dabMibEE9ytnR1uPOFbcJ7XtYKEhxnBcqBP8kXM=
173173
github.com/haproxytech/client-native/v3 v3.1.2-0.20230607075433-231591da68ed h1:qjKxpoe4wYQmpGrrooqau88Fgusy9VQfulpXghBDqx8=
174174
github.com/haproxytech/client-native/v3 v3.1.2-0.20230607075433-231591da68ed/go.mod h1:xRVluo27FAjK4ag33+jUfpnNf9olXQlTRHUl3VMvq98=
175-
github.com/haproxytech/client-native/v5 v5.1.4-0.20240227141919-86be1f81bd90 h1:jHGuGsPLa+doXjxiKQD7p8LSawQ6q5+lupiPLWCmxwE=
176-
github.com/haproxytech/client-native/v5 v5.1.4-0.20240227141919-86be1f81bd90/go.mod h1:gMU+nD0xoNyeS100kXEGHzaXJsm2B7fR6m39g0GJ5KM=
175+
github.com/haproxytech/client-native/v5 v5.1.4 h1:/tthW5EjQo/pMNqniyrjGyBHTfwW9fPt/8ulAds/NTM=
176+
github.com/haproxytech/client-native/v5 v5.1.4/go.mod h1:gMU+nD0xoNyeS100kXEGHzaXJsm2B7fR6m39g0GJ5KM=
177177
github.com/haproxytech/config-parser/v4 v4.0.0-rc2.0.20220126135717-1dd35f8b7a52/go.mod h1:pEuHx+aFhn0lIdvAg1OaawQfeRkpq1I8HzjtZN4/PLI=
178-
github.com/haproxytech/config-parser/v5 v5.1.1-0.20240221073837-5b782186def2 h1:YXI/15X8xJPrnyO8brmiNaFhOD17Ib9nszHRrlEtuIw=
179-
github.com/haproxytech/config-parser/v5 v5.1.1-0.20240221073837-5b782186def2/go.mod h1:iy8nBB1eopwYbyeh3FQpjxZUxfcIDyTV9bW0F1t+cVA=
178+
github.com/haproxytech/config-parser/v5 v5.1.1 h1:2a8prrESJTGeBUCweVRrBhrs/uZAaIYl1IqJnSqyl4E=
179+
github.com/haproxytech/config-parser/v5 v5.1.1/go.mod h1:iy8nBB1eopwYbyeh3FQpjxZUxfcIDyTV9bW0F1t+cVA=
180180
github.com/haproxytech/go-logger v1.0.1-0.20211022075555-178f1cdf4d84/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM=
181181
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=
182182
github.com/haproxytech/go-logger v1.1.0/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM=

0 commit comments

Comments
 (0)