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.4.2
7+ github.com/metal3-io/ip-address-manager/api v1.4.3
88 github.com/onsi/gomega v1.27.5
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 @@ -212,8 +212,8 @@ github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ
212212github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
213213github.com/matttproud/golang_protobuf_extensions v1.0.2 h1:hAHbPm5IJGijwng3PWk09JkG9WeqChjprR5s9bBZ+OM =
214214github.com/matttproud/golang_protobuf_extensions v1.0.2 /go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4 =
215- github.com/metal3-io/ip-address-manager/api v1.4.2 h1:6+bMlOKUA/raZcinAAUI9D4tdvLgkrtSDUClIbn+HZM =
216- github.com/metal3-io/ip-address-manager/api v1.4.2 /go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k =
215+ github.com/metal3-io/ip-address-manager/api v1.4.3 h1:oEEVr1OQE/q562sd9wVOT1zmAOxA/m/gH9yqL+gt+i8 =
216+ github.com/metal3-io/ip-address-manager/api v1.4.3 /go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k =
217217github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
218218github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
219219github.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.4.2
11+ - image : quay.io/metal3-io/ip-address-manager:v1.4.3
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.4.2 /ipam-components.yaml
6+ - https://github.com/metal3-io/ip-address-manager/releases/download/v1.4.3 /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.3.1
99 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10- github.com/metal3-io/ip-address-manager/api v1.4.2
10+ github.com/metal3-io/ip-address-manager/api v1.4.3
1111 github.com/onsi/ginkgo/v2 v2.9.2
1212 github.com/onsi/gomega v1.27.5
1313 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ github.com/metal3-io/baremetal-operator/apis v0.3.1 h1:oc2j80sycyquKCTDjG9VlRvES
299299github.com/metal3-io/baremetal-operator/apis v0.3.1 /go.mod h1:yDY2x0vBph8L68TCL7GS/DxBkqoHn5bGO0k0bzVuDXY =
300300github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 h1:6w8ZfOlLEIw2ecQ8OGuT5qnX5Yq5a9NEK/fmC58mxGk =
301301github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 /go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw =
302- github.com/metal3-io/ip-address-manager/api v1.4.2 h1:6+bMlOKUA/raZcinAAUI9D4tdvLgkrtSDUClIbn+HZM =
303- github.com/metal3-io/ip-address-manager/api v1.4.2 /go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k =
302+ github.com/metal3-io/ip-address-manager/api v1.4.3 h1:oEEVr1OQE/q562sd9wVOT1zmAOxA/m/gH9yqL+gt+i8 =
303+ github.com/metal3-io/ip-address-manager/api v1.4.3 /go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k =
304304github.com/miekg/dns v1.0.14 /go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg =
305305github.com/mitchellh/cli v1.0.0 /go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc =
306306github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ require (
7979 github.com/mattn/go-isatty v0.0.17 // indirect
8080 github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
8181 github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 // indirect
82- github.com/metal3-io/ip-address-manager/api v1.4.2 // indirect
82+ github.com/metal3-io/ip-address-manager/api v1.4.3 // indirect
8383 github.com/mitchellh/copystructure v1.2.0 // indirect
8484 github.com/mitchellh/mapstructure v1.5.0 // indirect
8585 github.com/mitchellh/reflectwalk v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -346,8 +346,8 @@ github.com/metal3-io/baremetal-operator/apis v0.3.1 h1:oc2j80sycyquKCTDjG9VlRvES
346346github.com/metal3-io/baremetal-operator/apis v0.3.1 /go.mod h1:yDY2x0vBph8L68TCL7GS/DxBkqoHn5bGO0k0bzVuDXY =
347347github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 h1:6w8ZfOlLEIw2ecQ8OGuT5qnX5Yq5a9NEK/fmC58mxGk =
348348github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 /go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw =
349- github.com/metal3-io/ip-address-manager/api v1.4.2 h1:6+bMlOKUA/raZcinAAUI9D4tdvLgkrtSDUClIbn+HZM =
350- github.com/metal3-io/ip-address-manager/api v1.4.2 /go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k =
349+ github.com/metal3-io/ip-address-manager/api v1.4.3 h1:oEEVr1OQE/q562sd9wVOT1zmAOxA/m/gH9yqL+gt+i8 =
350+ github.com/metal3-io/ip-address-manager/api v1.4.3 /go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k =
351351github.com/miekg/dns v1.0.14 /go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg =
352352github.com/mitchellh/cli v1.0.0 /go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc =
353353github.com/mitchellh/copystructure v1.0.0 /go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw =
You can’t perform that action at this time.
0 commit comments