File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/google/gofuzz v1.2.0
7- github.com/metal3-io/ip-address-manager/api v1.5.0
7+ github.com/metal3-io/ip-address-manager/api v1.5.1
88 github.com/onsi/gomega v1.27.10
99 github.com/pkg/errors v0.9.1
1010 golang.org/x/net v0.14.0
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
111111github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
112112github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo =
113113github.com/matttproud/golang_protobuf_extensions v1.0.4 /go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4 =
114- github.com/metal3-io/ip-address-manager/api v1.5.0 h1:bEellJd9Xh7xBaPptjQOUsge+KdW8Y4YRUS3EfTfEcI =
115- github.com/metal3-io/ip-address-manager/api v1.5.0 /go.mod h1:YurMpoFyB1ov6SN8ElELmvPpTNdKlZsPZ6p0/VfUWkM =
114+ github.com/metal3-io/ip-address-manager/api v1.5.1 h1:uQXvLLFjyn24ptYNYyPDUv3tw9pyCkxyaAemcEviE3I =
115+ github.com/metal3-io/ip-address-manager/api v1.5.1 /go.mod h1:YurMpoFyB1ov6SN8ElELmvPpTNdKlZsPZ6p0/VfUWkM =
116116github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
117117github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
118118github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 # Change the value of image field below to your controller image URL
11- - image : quay.io/metal3-io/ip-address-manager:v1.5.0
11+ - image : quay.io/metal3-io/ip-address-manager:v1.5.1
1212 name : manager
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Kustomization
33
44# When updating the release, update also the image tag in image_patch.yaml
55resources :
6- - https://github.com/metal3-io/ip-address-manager/releases/download/v1.5.0 /ipam-components.yaml
6+ - https://github.com/metal3-io/ip-address-manager/releases/download/v1.5.1 /ipam-components.yaml
77
88patchesStrategicMerge :
99 - image_patch.yaml
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/golang/mock v1.6.0
88 github.com/metal3-io/baremetal-operator/apis v0.4.0
99 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10- github.com/metal3-io/ip-address-manager/api v1.5.0
10+ github.com/metal3-io/ip-address-manager/api v1.5.1
1111 github.com/onsi/ginkgo/v2 v2.12.0
1212 github.com/onsi/gomega v1.27.10
1313 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ github.com/metal3-io/baremetal-operator/apis v0.4.0 h1:1g5S3SKu9FqeD7OIf5jGKS623
235235github.com/metal3-io/baremetal-operator/apis v0.4.0 /go.mod h1:1GDBiA3XqdP63dLZHJ1JH5fRJrfjn7pshoPEd9jwY7Q =
236236github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.4.0 h1:AnA8XLLp3RKYjjlB4KI0fyPSDN/d5gb3ZtM2cVyxwOc =
237237github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.4.0 /go.mod h1:399nvdaqoU9rTI25UdFw2EWcVjmJPpeZPIhfDAIx/XU =
238- github.com/metal3-io/ip-address-manager/api v1.5.0 h1:bEellJd9Xh7xBaPptjQOUsge+KdW8Y4YRUS3EfTfEcI =
239- github.com/metal3-io/ip-address-manager/api v1.5.0 /go.mod h1:YurMpoFyB1ov6SN8ElELmvPpTNdKlZsPZ6p0/VfUWkM =
238+ github.com/metal3-io/ip-address-manager/api v1.5.1 h1:uQXvLLFjyn24ptYNYyPDUv3tw9pyCkxyaAemcEviE3I =
239+ github.com/metal3-io/ip-address-manager/api v1.5.1 /go.mod h1:YurMpoFyB1ov6SN8ElELmvPpTNdKlZsPZ6p0/VfUWkM =
240240github.com/miekg/dns v1.0.14 /go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg =
241241github.com/mitchellh/cli v1.0.0 /go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc =
242242github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/jinzhu/copier v0.4.0
88 github.com/metal3-io/baremetal-operator/apis v0.4.0
99 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10- github.com/metal3-io/ip-address-manager/api v1.5.0
10+ github.com/metal3-io/ip-address-manager/api v1.5.1
1111 github.com/onsi/ginkgo/v2 v2.12.0
1212 github.com/onsi/gomega v1.27.10
1313 golang.org/x/crypto v0.12.0
Original file line number Diff line number Diff line change @@ -331,8 +331,8 @@ github.com/metal3-io/baremetal-operator/apis v0.4.0 h1:1g5S3SKu9FqeD7OIf5jGKS623
331331github.com/metal3-io/baremetal-operator/apis v0.4.0 /go.mod h1:1GDBiA3XqdP63dLZHJ1JH5fRJrfjn7pshoPEd9jwY7Q =
332332github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.4.0 h1:AnA8XLLp3RKYjjlB4KI0fyPSDN/d5gb3ZtM2cVyxwOc =
333333github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.4.0 /go.mod h1:399nvdaqoU9rTI25UdFw2EWcVjmJPpeZPIhfDAIx/XU =
334- github.com/metal3-io/ip-address-manager/api v1.5.0 h1:bEellJd9Xh7xBaPptjQOUsge+KdW8Y4YRUS3EfTfEcI =
335- github.com/metal3-io/ip-address-manager/api v1.5.0 /go.mod h1:YurMpoFyB1ov6SN8ElELmvPpTNdKlZsPZ6p0/VfUWkM =
334+ github.com/metal3-io/ip-address-manager/api v1.5.1 h1:uQXvLLFjyn24ptYNYyPDUv3tw9pyCkxyaAemcEviE3I =
335+ github.com/metal3-io/ip-address-manager/api v1.5.1 /go.mod h1:YurMpoFyB1ov6SN8ElELmvPpTNdKlZsPZ6p0/VfUWkM =
336336github.com/miekg/dns v1.0.14 /go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg =
337337github.com/mitchellh/cli v1.0.0 /go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc =
338338github.com/mitchellh/copystructure v1.0.0 /go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw =
You can’t perform that action at this time.
0 commit comments