File tree 8 files changed +11
-11
lines changed
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.21
4
4
5
5
require (
6
- github.com/metal3-io/ip-address-manager/api v1.6 .0
6
+ github.com/metal3-io/ip-address-manager/api v1.7.0-beta .0
7
7
github.com/onsi/gomega v1.32.0
8
8
github.com/pkg/errors v0.9.1
9
9
golang.org/x/net v0.22.0
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
66
66
github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
67
67
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg =
68
68
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 /go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k =
69
- github.com/metal3-io/ip-address-manager/api v1.6.0 h1:9AZhHHnFv/P0iC2UHvjzRwc34yPjRUmZkdWhF65sjZE =
70
- github.com/metal3-io/ip-address-manager/api v1.6.0 /go.mod h1:qDeEwi/ebU/SS5r2Ek0vmC7tdIPgDsO3eFIpylZAM04 =
69
+ github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 h1:/SDjqdGlRswFRC/QnREW4AGIB1EmGPBUplP9SyXYpKc =
70
+ github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 /go.mod h1:2b/grCN91QU0vhsxfafTpKLjBo8EapjkVc5IXINYwAY =
71
71
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
72
72
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
73
73
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.6 .0
11
+ - image : quay.io/metal3-io/ip-address-manager:v1.7.0-beta .0
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.6 .0/ipam-components.yaml
6
+ - https://github.com/metal3-io/ip-address-manager/releases/download/v1.7.0-beta .0/ipam-components.yaml
7
7
8
8
patchesStrategicMerge :
9
9
- 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.5.1
9
9
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10
- github.com/metal3-io/ip-address-manager/api v1.6 .0
10
+ github.com/metal3-io/ip-address-manager/api v1.7.0-beta .0
11
11
github.com/onsi/ginkgo/v2 v2.17.0
12
12
github.com/onsi/gomega v1.32.0
13
13
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ github.com/metal3-io/baremetal-operator/apis v0.5.1 h1:l6VCuM2nSYMsdir3mocXvF80F
139
139
github.com/metal3-io/baremetal-operator/apis v0.5.1 /go.mod h1:Q3MHes59mRabjHM6ARoHfgd2uXUjJIytl3/uflzhyew =
140
140
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.0 h1:oRkQOlTxcRJsHFM2jkXzOPAkg/REnLEd15GxJTN27Nk =
141
141
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.0 /go.mod h1:399nvdaqoU9rTI25UdFw2EWcVjmJPpeZPIhfDAIx/XU =
142
- github.com/metal3-io/ip-address-manager/api v1.6.0 h1:9AZhHHnFv/P0iC2UHvjzRwc34yPjRUmZkdWhF65sjZE =
143
- github.com/metal3-io/ip-address-manager/api v1.6.0 /go.mod h1:qDeEwi/ebU/SS5r2Ek0vmC7tdIPgDsO3eFIpylZAM04 =
142
+ github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 h1:/SDjqdGlRswFRC/QnREW4AGIB1EmGPBUplP9SyXYpKc =
143
+ github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 /go.mod h1:2b/grCN91QU0vhsxfafTpKLjBo8EapjkVc5IXINYwAY =
144
144
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
145
145
github.com/mitchellh/copystructure v1.2.0 /go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s =
146
146
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ =
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/jinzhu/copier v0.4.0
8
8
github.com/metal3-io/baremetal-operator/apis v0.5.1
9
9
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10
- github.com/metal3-io/ip-address-manager/api v1.6 .0
10
+ github.com/metal3-io/ip-address-manager/api v1.7.0-beta .0
11
11
github.com/onsi/ginkgo/v2 v2.17.0
12
12
github.com/onsi/gomega v1.32.0
13
13
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ github.com/metal3-io/baremetal-operator/apis v0.5.1 h1:l6VCuM2nSYMsdir3mocXvF80F
175
175
github.com/metal3-io/baremetal-operator/apis v0.5.1 /go.mod h1:Q3MHes59mRabjHM6ARoHfgd2uXUjJIytl3/uflzhyew =
176
176
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.0 h1:oRkQOlTxcRJsHFM2jkXzOPAkg/REnLEd15GxJTN27Nk =
177
177
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.0 /go.mod h1:399nvdaqoU9rTI25UdFw2EWcVjmJPpeZPIhfDAIx/XU =
178
- github.com/metal3-io/ip-address-manager/api v1.6.0 h1:9AZhHHnFv/P0iC2UHvjzRwc34yPjRUmZkdWhF65sjZE =
179
- github.com/metal3-io/ip-address-manager/api v1.6.0 /go.mod h1:qDeEwi/ebU/SS5r2Ek0vmC7tdIPgDsO3eFIpylZAM04 =
178
+ github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 h1:/SDjqdGlRswFRC/QnREW4AGIB1EmGPBUplP9SyXYpKc =
179
+ github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 /go.mod h1:2b/grCN91QU0vhsxfafTpKLjBo8EapjkVc5IXINYwAY =
180
180
github.com/mitchellh/copystructure v1.0.0 /go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw =
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 =
You can’t perform that action at this time.
0 commit comments