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
3
3
go 1.22.3
4
4
5
5
require (
6
- github.com/metal3-io/ip-address-manager/api v1.8.0
6
+ github.com/metal3-io/ip-address-manager/api v1.8.1
7
7
github.com/onsi/gomega v1.35.1
8
8
github.com/pkg/errors v0.9.1
9
9
golang.org/x/net v0.31.0
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
65
65
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
66
66
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
67
67
github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
68
- github.com/metal3-io/ip-address-manager/api v1.8.0 h1:qEemVSb45uDbbQonr2StMV21RfSKNSO/NrPnhApV90w =
69
- github.com/metal3-io/ip-address-manager/api v1.8.0 /go.mod h1:0PjnN4ke64Jh6A3U04mMvV2sBwePa7HKkiZXazktCTk =
68
+ github.com/metal3-io/ip-address-manager/api v1.8.1 h1:hFWgKmfO02AGnY/+QEd6+IY8BuQTHK25BhYOIwu2C2k =
69
+ github.com/metal3-io/ip-address-manager/api v1.8.1 /go.mod h1:yMOQSHu0XjbRaMP38a7ZiJ27zX/2L2YBcSHRLXvZ6aM =
70
70
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
71
71
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
72
72
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
# Change the value of image field below to your controller image URL
11
- - image : quay.io/metal3-io/ip-address-manager:v1.8.0
11
+ - image : quay.io/metal3-io/ip-address-manager:v1.8.1
12
12
name : manager
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Kustomization
3
3
4
4
# When updating the release, update also the image tag in image_patch.yaml
5
5
resources :
6
- - https://github.com/metal3-io/ip-address-manager/releases/download/v1.8.0 /ipam-components.yaml
6
+ - https://github.com/metal3-io/ip-address-manager/releases/download/v1.8.1 /ipam-components.yaml
7
7
8
8
patches :
9
9
- path : image_patch.yaml
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/golang/mock v1.6.0
8
8
github.com/metal3-io/baremetal-operator/apis v0.8.0
9
9
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10
- github.com/metal3-io/ip-address-manager/api v1.8.0
10
+ github.com/metal3-io/ip-address-manager/api v1.8.1
11
11
github.com/onsi/ginkgo/v2 v2.21.0
12
12
github.com/onsi/gomega v1.35.1
13
13
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ github.com/metal3-io/baremetal-operator/apis v0.8.0 h1:dy1Z6IRdlRi8tsEww8M3CmOay
134
134
github.com/metal3-io/baremetal-operator/apis v0.8.0 /go.mod h1:eeCH0K7XD17AbEp479XtmYTF0QwOqNkoTCQf3bdZSzk =
135
135
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.8.0 h1:EOm8LnMRFANRM+xiiDTNpwjITK6g9xyNwLlzFo1aplw =
136
136
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.8.0 /go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ =
137
- github.com/metal3-io/ip-address-manager/api v1.8.0 h1:qEemVSb45uDbbQonr2StMV21RfSKNSO/NrPnhApV90w =
138
- github.com/metal3-io/ip-address-manager/api v1.8.0 /go.mod h1:0PjnN4ke64Jh6A3U04mMvV2sBwePa7HKkiZXazktCTk =
137
+ github.com/metal3-io/ip-address-manager/api v1.8.1 h1:hFWgKmfO02AGnY/+QEd6+IY8BuQTHK25BhYOIwu2C2k =
138
+ github.com/metal3-io/ip-address-manager/api v1.8.1 /go.mod h1:yMOQSHu0XjbRaMP38a7ZiJ27zX/2L2YBcSHRLXvZ6aM =
139
139
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
140
140
github.com/mitchellh/copystructure v1.2.0 /go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s =
141
141
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/jinzhu/copier v0.4.0
9
9
github.com/metal3-io/baremetal-operator/apis v0.8.0
10
10
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
11
- github.com/metal3-io/ip-address-manager/api v1.8.0
11
+ github.com/metal3-io/ip-address-manager/api v1.8.1
12
12
github.com/onsi/ginkgo/v2 v2.21.0
13
13
github.com/onsi/gomega v1.35.1
14
14
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ github.com/metal3-io/baremetal-operator/apis v0.8.0 h1:dy1Z6IRdlRi8tsEww8M3CmOay
176
176
github.com/metal3-io/baremetal-operator/apis v0.8.0 /go.mod h1:eeCH0K7XD17AbEp479XtmYTF0QwOqNkoTCQf3bdZSzk =
177
177
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.8.0 h1:EOm8LnMRFANRM+xiiDTNpwjITK6g9xyNwLlzFo1aplw =
178
178
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.8.0 /go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ =
179
- github.com/metal3-io/ip-address-manager/api v1.8.0 h1:qEemVSb45uDbbQonr2StMV21RfSKNSO/NrPnhApV90w =
180
- github.com/metal3-io/ip-address-manager/api v1.8.0 /go.mod h1:0PjnN4ke64Jh6A3U04mMvV2sBwePa7HKkiZXazktCTk =
179
+ github.com/metal3-io/ip-address-manager/api v1.8.1 h1:hFWgKmfO02AGnY/+QEd6+IY8BuQTHK25BhYOIwu2C2k =
180
+ github.com/metal3-io/ip-address-manager/api v1.8.1 /go.mod h1:yMOQSHu0XjbRaMP38a7ZiJ27zX/2L2YBcSHRLXvZ6aM =
181
181
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
182
182
github.com/mitchellh/copystructure v1.2.0 /go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s =
183
183
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
You can’t perform that action at this time.
0 commit comments