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 @@ -3,7 +3,7 @@ module github.com/metal3-io/cluster-api-provider-metal3/api
33go 1.22
44
55require (
6- github.com/metal3-io/ip-address-manager/api v1.7.2
6+ github.com/metal3-io/ip-address-manager/api v1.7.3
77 github.com/onsi/gomega v1.33.1
88 github.com/pkg/errors v0.9.1
99 golang.org/x/net v0.24.0
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
6767github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
6868github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg =
6969github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 /go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k =
70- github.com/metal3-io/ip-address-manager/api v1.7.2 h1:jEFG6FK5W9nWQW1itZeZVTe30PpCwiM4OqEail6m38o =
71- github.com/metal3-io/ip-address-manager/api v1.7.2 /go.mod h1:vTvE4KuaIzGLBCcg3MtzG3xfygdQYCX4mpsfL1jFIA4 =
70+ github.com/metal3-io/ip-address-manager/api v1.7.3 h1:RzvwafurmlJm7zYxXG8EApi7ZJOGf38YFzEellUNWgQ =
71+ github.com/metal3-io/ip-address-manager/api v1.7.3 /go.mod h1:Dv2QBcHQrQEuYJowGIW30ZvDGyco/20HmP9mYj5tZow =
7272github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
7373github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
7474github.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.7.2
11+ - image : quay.io/metal3-io/ip-address-manager:v1.7.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.7.2 /ipam-components.yaml
6+ - https://github.com/metal3-io/ip-address-manager/releases/download/v1.7.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.6.2
99 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10- github.com/metal3-io/ip-address-manager/api v1.7.2
10+ github.com/metal3-io/ip-address-manager/api v1.7.3
1111 github.com/onsi/ginkgo/v2 v2.17.3
1212 github.com/onsi/gomega v1.33.1
1313 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ github.com/metal3-io/baremetal-operator/apis v0.6.2 h1:/szSfHXW9+ocxy61J+54VIHsG
135135github.com/metal3-io/baremetal-operator/apis v0.6.2 /go.mod h1:zj6oG+P54XKkrBc6FdZEpLoJi0MykYWIqp7r7FB0F3k =
136136github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2 h1:OubzMDH7R7wv+g4z53lN23c2azSCgmAUiUIzLyAjEy0 =
137137github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2 /go.mod h1:wdkQoDe+Kmien7xXRIUufMeX4FGGpciSLi05kcf+Ig4 =
138- github.com/metal3-io/ip-address-manager/api v1.7.2 h1:jEFG6FK5W9nWQW1itZeZVTe30PpCwiM4OqEail6m38o =
139- github.com/metal3-io/ip-address-manager/api v1.7.2 /go.mod h1:vTvE4KuaIzGLBCcg3MtzG3xfygdQYCX4mpsfL1jFIA4 =
138+ github.com/metal3-io/ip-address-manager/api v1.7.3 h1:RzvwafurmlJm7zYxXG8EApi7ZJOGf38YFzEellUNWgQ =
139+ github.com/metal3-io/ip-address-manager/api v1.7.3 /go.mod h1:Dv2QBcHQrQEuYJowGIW30ZvDGyco/20HmP9mYj5tZow =
140140github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
141141github.com/mitchellh/copystructure v1.2.0 /go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s =
142142github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/jinzhu/copier v0.4.0
99 github.com/metal3-io/baremetal-operator/apis v0.6.2
1010 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
11- github.com/metal3-io/ip-address-manager/api v1.7.2
11+ github.com/metal3-io/ip-address-manager/api v1.7.3
1212 github.com/onsi/ginkgo/v2 v2.17.3
1313 github.com/onsi/gomega v1.33.1
1414 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ github.com/metal3-io/baremetal-operator/apis v0.6.2 h1:/szSfHXW9+ocxy61J+54VIHsG
197197github.com/metal3-io/baremetal-operator/apis v0.6.2 /go.mod h1:zj6oG+P54XKkrBc6FdZEpLoJi0MykYWIqp7r7FB0F3k =
198198github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2 h1:OubzMDH7R7wv+g4z53lN23c2azSCgmAUiUIzLyAjEy0 =
199199github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.6.2 /go.mod h1:wdkQoDe+Kmien7xXRIUufMeX4FGGpciSLi05kcf+Ig4 =
200- github.com/metal3-io/ip-address-manager/api v1.7.2 h1:jEFG6FK5W9nWQW1itZeZVTe30PpCwiM4OqEail6m38o =
201- github.com/metal3-io/ip-address-manager/api v1.7.2 /go.mod h1:vTvE4KuaIzGLBCcg3MtzG3xfygdQYCX4mpsfL1jFIA4 =
200+ github.com/metal3-io/ip-address-manager/api v1.7.3 h1:RzvwafurmlJm7zYxXG8EApi7ZJOGf38YFzEellUNWgQ =
201+ github.com/metal3-io/ip-address-manager/api v1.7.3 /go.mod h1:Dv2QBcHQrQEuYJowGIW30ZvDGyco/20HmP9mYj5tZow =
202202github.com/mitchellh/copystructure v1.0.0 /go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw =
203203github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
204204github.com/mitchellh/copystructure v1.2.0 /go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s =
You can’t perform that action at this time.
0 commit comments