Skip to content

Commit 58915f2

Browse files
Merge pull request #2756 from Nordix/bump/IPAM-v1.10.2
🌱 Bump IPAM v1.10.2 and BMO to v0.10.3
2 parents 6162869 + 16a8878 commit 58915f2

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/metal3-io/cluster-api-provider-metal3/api
33
go 1.23.7
44

55
require (
6-
github.com/metal3-io/ip-address-manager/api v1.10.1
6+
github.com/metal3-io/ip-address-manager/api v1.10.2
77
github.com/onsi/gomega v1.37.0
88
github.com/pkg/errors v0.9.1
99
k8s.io/api v0.32.8

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
6464
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
6565
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
6666
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
67-
github.com/metal3-io/ip-address-manager/api v1.10.1 h1:Sz2CX/yf2dSJdMtqbmmLYp+qt45rN8ej3qMYpqGM+r4=
68-
github.com/metal3-io/ip-address-manager/api v1.10.1/go.mod h1:Hyeq34VlcxylZf3l7WGyFY7KwaEMcbFdFC6BmxRc1DA=
67+
github.com/metal3-io/ip-address-manager/api v1.10.2 h1:CEGy7DjrrUWbsZ3SIT+B3ioMHFaauUxwliLAVVQKfio=
68+
github.com/metal3-io/ip-address-manager/api v1.10.2/go.mod h1:vDfNFQDJQKRK49pF8XoEoGMh2SkMzMN0JeIYahiHvY8=
6969
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
7070
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
7171
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.23.7
55
require (
66
github.com/go-logr/logr v1.4.3
77
github.com/golang/mock v1.6.0
8-
github.com/metal3-io/baremetal-operator/apis v0.10.2
8+
github.com/metal3-io/baremetal-operator/apis v0.10.3
99
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10-
github.com/metal3-io/ip-address-manager/api v1.10.1
10+
github.com/metal3-io/ip-address-manager/api v1.10.2
1111
github.com/onsi/ginkgo/v2 v2.23.4
1212
github.com/onsi/gomega v1.37.0
1313
github.com/pkg/errors v0.9.1
@@ -65,7 +65,7 @@ require (
6565
github.com/josharian/intern v1.0.0 // indirect
6666
github.com/json-iterator/go v1.1.12 // indirect
6767
github.com/mailru/easyjson v0.7.7 // indirect
68-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 // indirect
68+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.10.3 // indirect
6969
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7070
github.com/modern-go/reflect2 v1.0.2 // indirect
7171
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
129129
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
130130
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
131131
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
132-
github.com/metal3-io/baremetal-operator/apis v0.10.2 h1:JvlonhC9uKw0IhNYDdswK80ZQz+k7wEpDpbOg/x/52I=
133-
github.com/metal3-io/baremetal-operator/apis v0.10.2/go.mod h1:+mUutTxI4UUITR30PcIoU2Vaiy78/dgMqztUH6SpGYU=
134-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 h1:0VwWmCjrP3y8Sn4H82KBVo9wCgnrPZMuij2OnMd3vxk=
135-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1/go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ=
136-
github.com/metal3-io/ip-address-manager/api v1.10.1 h1:Sz2CX/yf2dSJdMtqbmmLYp+qt45rN8ej3qMYpqGM+r4=
137-
github.com/metal3-io/ip-address-manager/api v1.10.1/go.mod h1:Hyeq34VlcxylZf3l7WGyFY7KwaEMcbFdFC6BmxRc1DA=
132+
github.com/metal3-io/baremetal-operator/apis v0.10.3 h1:DytMgx6dBEXpJlXXYumunLLo8N1Bco3PXHAEGHlGY3s=
133+
github.com/metal3-io/baremetal-operator/apis v0.10.3/go.mod h1:YGKMWs4FhNzjZedAwISM2MBg+5sv68c+arkKQ4AHJ0Y=
134+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.10.3 h1:HmJYQWy5OYR2iwFUPCK1OP5KuX2/NUPmpuXoMuFIJJ8=
135+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.10.3/go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ=
136+
github.com/metal3-io/ip-address-manager/api v1.10.2 h1:CEGy7DjrrUWbsZ3SIT+B3ioMHFaauUxwliLAVVQKfio=
137+
github.com/metal3-io/ip-address-manager/api v1.10.2/go.mod h1:vDfNFQDJQKRK49pF8XoEoGMh2SkMzMN0JeIYahiHvY8=
138138
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
139139
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
140140
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=

test/e2e/config/e2e_conf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ providers:
107107
- name: metal3
108108
type: IPAMProvider
109109
versions:
110-
- name: "v1.10.1"
111-
value: "https://github.com/metal3-io/ip-address-manager/releases/download/v1.10.1/ipam-components.yaml"
110+
- name: "v1.10.2"
111+
value: "https://github.com/metal3-io/ip-address-manager/releases/download/v1.10.2/ipam-components.yaml"
112112
type: "url"
113113
contract: v1beta1
114114
replacements:

test/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/blang/semver v3.5.1+incompatible
77
github.com/docker/docker v28.1.1+incompatible
88
github.com/jinzhu/copier v0.4.0
9-
github.com/metal3-io/baremetal-operator/apis v0.10.2
9+
github.com/metal3-io/baremetal-operator/apis v0.10.3
1010
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
11-
github.com/metal3-io/ip-address-manager/api v1.10.1
11+
github.com/metal3-io/ip-address-manager/api v1.10.2
1212
github.com/metal3-io/ironic-standalone-operator/api v0.0.0-20250402103806-d91a8f698be5
1313
github.com/onsi/ginkgo/v2 v2.23.4
1414
github.com/onsi/gomega v1.37.0
@@ -98,7 +98,7 @@ require (
9898
github.com/mattn/go-colorable v0.1.13 // indirect
9999
github.com/mattn/go-isatty v0.0.20 // indirect
100100
github.com/mattn/go-runewidth v0.0.14 // indirect
101-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 // indirect
101+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.10.3 // indirect
102102
github.com/mitchellh/copystructure v1.2.0 // indirect
103103
github.com/mitchellh/reflectwalk v1.0.2 // indirect
104104
github.com/moby/docker-image-spec v1.3.1 // indirect

test/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D
177177
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
178178
github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=
179179
github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
180-
github.com/metal3-io/baremetal-operator/apis v0.10.2 h1:JvlonhC9uKw0IhNYDdswK80ZQz+k7wEpDpbOg/x/52I=
181-
github.com/metal3-io/baremetal-operator/apis v0.10.2/go.mod h1:+mUutTxI4UUITR30PcIoU2Vaiy78/dgMqztUH6SpGYU=
182-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1 h1:0VwWmCjrP3y8Sn4H82KBVo9wCgnrPZMuij2OnMd3vxk=
183-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.9.1/go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ=
184-
github.com/metal3-io/ip-address-manager/api v1.10.1 h1:Sz2CX/yf2dSJdMtqbmmLYp+qt45rN8ej3qMYpqGM+r4=
185-
github.com/metal3-io/ip-address-manager/api v1.10.1/go.mod h1:Hyeq34VlcxylZf3l7WGyFY7KwaEMcbFdFC6BmxRc1DA=
180+
github.com/metal3-io/baremetal-operator/apis v0.10.3 h1:DytMgx6dBEXpJlXXYumunLLo8N1Bco3PXHAEGHlGY3s=
181+
github.com/metal3-io/baremetal-operator/apis v0.10.3/go.mod h1:YGKMWs4FhNzjZedAwISM2MBg+5sv68c+arkKQ4AHJ0Y=
182+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.10.3 h1:HmJYQWy5OYR2iwFUPCK1OP5KuX2/NUPmpuXoMuFIJJ8=
183+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.10.3/go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ=
184+
github.com/metal3-io/ip-address-manager/api v1.10.2 h1:CEGy7DjrrUWbsZ3SIT+B3ioMHFaauUxwliLAVVQKfio=
185+
github.com/metal3-io/ip-address-manager/api v1.10.2/go.mod h1:vDfNFQDJQKRK49pF8XoEoGMh2SkMzMN0JeIYahiHvY8=
186186
github.com/metal3-io/ironic-standalone-operator/api v0.0.0-20250402103806-d91a8f698be5 h1:NeCn+cnTNE2moBj+xK9J5zi9OGPVDakh4Dl8VinrYkw=
187187
github.com/metal3-io/ironic-standalone-operator/api v0.0.0-20250402103806-d91a8f698be5/go.mod h1:OeNr5HCWyFYZPlgsLqsi5/Yc/lnX8frETljrpvMJi6c=
188188
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=

0 commit comments

Comments
 (0)