Skip to content

Commit

Permalink
BUILD/MINOR: update versions of haproxy go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Mar 8, 2024
1 parent 019ee3d commit ab4a947
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion crs/api/ingress/v1/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

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

// Backend is a specification for a Backend resource
type Backend struct {
Expand Down
2 changes: 1 addition & 1 deletion crs/api/ingress/v1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

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

// Defaults is a specification for a Defaults resource
type Defaults struct {
Expand Down
2 changes: 1 addition & 1 deletion crs/api/ingress/v1/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:metadata:annotations="haproxy.org/client-native=v5.1.4-0.20240227141919-86be1f81bd90"
// +kubebuilder:metadata:annotations="haproxy.org/client-native=v5.1.4"
// +kubebuilder:validation:XValidation:rule="!has(self.spec.config.default_path)", message="spec.config.default_path is set by ingress controller internally"
// +kubebuilder:validation:XValidation:rule="!has(self.spec.config.master__dash__worker)", message="spec.config.master-worker is set by ingress controller internally"
// +kubebuilder:validation:XValidation:rule="!has(self.spec.config.pidfile)", message="spec.config.pidfile is set by ingress controller internally"
Expand Down
2 changes: 1 addition & 1 deletion crs/definition/ingress.v1.haproxy.org_backends.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
haproxy.org/client-native: v5.1.4-0.20240227141919-86be1f81bd90
haproxy.org/client-native: v5.1.4
name: backends.ingress.v1.haproxy.org
spec:
group: ingress.v1.haproxy.org
Expand Down
2 changes: 1 addition & 1 deletion crs/definition/ingress.v1.haproxy.org_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
haproxy.org/client-native: v5.1.4-0.20240227141919-86be1f81bd90
haproxy.org/client-native: v5.1.4
name: defaults.ingress.v1.haproxy.org
spec:
group: ingress.v1.haproxy.org
Expand Down
2 changes: 1 addition & 1 deletion crs/definition/ingress.v1.haproxy.org_globals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
haproxy.org/client-native: v5.1.4-0.20240227141919-86be1f81bd90
haproxy.org/client-native: v5.1.4
name: globals.ingress.v1.haproxy.org
spec:
group: ingress.v1.haproxy.org
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/google/renameio v1.0.1
github.com/haproxytech/client-native/v2 v2.5.2-0.20220126142624-4a2781a21376
github.com/haproxytech/client-native/v3 v3.1.2-0.20230607075433-231591da68ed
github.com/haproxytech/client-native/v5 v5.1.4-0.20240227141919-86be1f81bd90
github.com/haproxytech/config-parser/v5 v5.1.1-0.20240221073837-5b782186def2
github.com/haproxytech/client-native/v5 v5.1.4
github.com/haproxytech/config-parser/v5 v5.1.1
github.com/jessevdk/go-flags v1.4.0
github.com/pires/go-proxyproto v0.7.0
github.com/prometheus/client_golang v1.18.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ github.com/haproxytech/client-native/v2 v2.5.2-0.20220126142624-4a2781a21376 h1:
github.com/haproxytech/client-native/v2 v2.5.2-0.20220126142624-4a2781a21376/go.mod h1:MTl8dabMibEE9ytnR1uPOFbcJ7XtYKEhxnBcqBP8kXM=
github.com/haproxytech/client-native/v3 v3.1.2-0.20230607075433-231591da68ed h1:qjKxpoe4wYQmpGrrooqau88Fgusy9VQfulpXghBDqx8=
github.com/haproxytech/client-native/v3 v3.1.2-0.20230607075433-231591da68ed/go.mod h1:xRVluo27FAjK4ag33+jUfpnNf9olXQlTRHUl3VMvq98=
github.com/haproxytech/client-native/v5 v5.1.4-0.20240227141919-86be1f81bd90 h1:jHGuGsPLa+doXjxiKQD7p8LSawQ6q5+lupiPLWCmxwE=
github.com/haproxytech/client-native/v5 v5.1.4-0.20240227141919-86be1f81bd90/go.mod h1:gMU+nD0xoNyeS100kXEGHzaXJsm2B7fR6m39g0GJ5KM=
github.com/haproxytech/client-native/v5 v5.1.4 h1:/tthW5EjQo/pMNqniyrjGyBHTfwW9fPt/8ulAds/NTM=
github.com/haproxytech/client-native/v5 v5.1.4/go.mod h1:gMU+nD0xoNyeS100kXEGHzaXJsm2B7fR6m39g0GJ5KM=
github.com/haproxytech/config-parser/v4 v4.0.0-rc2.0.20220126135717-1dd35f8b7a52/go.mod h1:pEuHx+aFhn0lIdvAg1OaawQfeRkpq1I8HzjtZN4/PLI=
github.com/haproxytech/config-parser/v5 v5.1.1-0.20240221073837-5b782186def2 h1:YXI/15X8xJPrnyO8brmiNaFhOD17Ib9nszHRrlEtuIw=
github.com/haproxytech/config-parser/v5 v5.1.1-0.20240221073837-5b782186def2/go.mod h1:iy8nBB1eopwYbyeh3FQpjxZUxfcIDyTV9bW0F1t+cVA=
github.com/haproxytech/config-parser/v5 v5.1.1 h1:2a8prrESJTGeBUCweVRrBhrs/uZAaIYl1IqJnSqyl4E=
github.com/haproxytech/config-parser/v5 v5.1.1/go.mod h1:iy8nBB1eopwYbyeh3FQpjxZUxfcIDyTV9bW0F1t+cVA=
github.com/haproxytech/go-logger v1.0.1-0.20211022075555-178f1cdf4d84/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM=
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=
github.com/haproxytech/go-logger v1.1.0/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM=
Expand Down

0 comments on commit ab4a947

Please sign in to comment.