Skip to content

Commit 741e226

Browse files
Merge pull request #2295 from Nordix/bump-ipam-to-1.8.4
🌱 Bump IPAM to 1.8.4
2 parents fda5031 + 08ce560 commit 741e226

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
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.22.3
44

55
require (
6-
github.com/metal3-io/ip-address-manager/api v1.8.3
6+
github.com/metal3-io/ip-address-manager/api v1.8.4
77
github.com/onsi/gomega v1.34.2
88
github.com/pkg/errors v0.9.1
99
golang.org/x/net v0.34.0

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
6565
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
6666
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg=
6767
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0/go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k=
68-
github.com/metal3-io/ip-address-manager/api v1.8.3 h1:oyimw9nW18Xx2YnTIgOUjcVV+ONSAQY+r3/Gns0uxds=
69-
github.com/metal3-io/ip-address-manager/api v1.8.3/go.mod h1:pjoNAhG1b4jFlTC0+RztrEuq5uTqVZmwQof6RRnFo08=
68+
github.com/metal3-io/ip-address-manager/api v1.8.4 h1:5QTmUalLOVazoqzz8IrhJQiCXAcDAyrILUTI14JFIFE=
69+
github.com/metal3-io/ip-address-manager/api v1.8.4/go.mod h1:l7Dl6LJnSnC09BkjXdnNRjaLqIQjbUas2k/didxXELg=
7070
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
7171
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
7272
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

config/ipam/image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
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.8.3
11+
- image: quay.io/metal3-io/ip-address-manager:v1.8.4
1212
name: manager

config/ipam/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
# When updating the release, update also the image tag in image_patch.yaml
55
resources:
6-
- https://github.com/metal3-io/ip-address-manager/releases/download/v1.8.3/ipam-components.yaml
6+
- https://github.com/metal3-io/ip-address-manager/releases/download/v1.8.4/ipam-components.yaml
77

88
patches:
99
- path: image_patch.yaml

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/golang/mock v1.6.0
88
github.com/metal3-io/baremetal-operator/apis v0.8.0
99
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10-
github.com/metal3-io/ip-address-manager/api v1.8.3
10+
github.com/metal3-io/ip-address-manager/api v1.8.4
1111
github.com/onsi/ginkgo/v2 v2.20.2
1212
github.com/onsi/gomega v1.34.2
1313
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ github.com/metal3-io/baremetal-operator/apis v0.8.0 h1:dy1Z6IRdlRi8tsEww8M3CmOay
133133
github.com/metal3-io/baremetal-operator/apis v0.8.0/go.mod h1:eeCH0K7XD17AbEp479XtmYTF0QwOqNkoTCQf3bdZSzk=
134134
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.8.0 h1:EOm8LnMRFANRM+xiiDTNpwjITK6g9xyNwLlzFo1aplw=
135135
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.8.0/go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ=
136-
github.com/metal3-io/ip-address-manager/api v1.8.3 h1:oyimw9nW18Xx2YnTIgOUjcVV+ONSAQY+r3/Gns0uxds=
137-
github.com/metal3-io/ip-address-manager/api v1.8.3/go.mod h1:pjoNAhG1b4jFlTC0+RztrEuq5uTqVZmwQof6RRnFo08=
136+
github.com/metal3-io/ip-address-manager/api v1.8.4 h1:5QTmUalLOVazoqzz8IrhJQiCXAcDAyrILUTI14JFIFE=
137+
github.com/metal3-io/ip-address-manager/api v1.8.4/go.mod h1:l7Dl6LJnSnC09BkjXdnNRjaLqIQjbUas2k/didxXELg=
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/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/jinzhu/copier v0.4.0
99
github.com/metal3-io/baremetal-operator/apis v0.8.0
1010
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
11-
github.com/metal3-io/ip-address-manager/api v1.8.3
11+
github.com/metal3-io/ip-address-manager/api v1.8.4
1212
github.com/onsi/ginkgo/v2 v2.20.2
1313
github.com/onsi/gomega v1.34.2
1414
github.com/pkg/errors v0.9.1

test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ github.com/metal3-io/baremetal-operator/apis v0.8.0 h1:dy1Z6IRdlRi8tsEww8M3CmOay
193193
github.com/metal3-io/baremetal-operator/apis v0.8.0/go.mod h1:eeCH0K7XD17AbEp479XtmYTF0QwOqNkoTCQf3bdZSzk=
194194
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.8.0 h1:EOm8LnMRFANRM+xiiDTNpwjITK6g9xyNwLlzFo1aplw=
195195
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.8.0/go.mod h1:f1a/eqi7MA+mf1xFshToVfn02jcPDMw3aYQinLTlMVQ=
196-
github.com/metal3-io/ip-address-manager/api v1.8.3 h1:oyimw9nW18Xx2YnTIgOUjcVV+ONSAQY+r3/Gns0uxds=
197-
github.com/metal3-io/ip-address-manager/api v1.8.3/go.mod h1:pjoNAhG1b4jFlTC0+RztrEuq5uTqVZmwQof6RRnFo08=
196+
github.com/metal3-io/ip-address-manager/api v1.8.4 h1:5QTmUalLOVazoqzz8IrhJQiCXAcDAyrILUTI14JFIFE=
197+
github.com/metal3-io/ip-address-manager/api v1.8.4/go.mod h1:l7Dl6LJnSnC09BkjXdnNRjaLqIQjbUas2k/didxXELg=
198198
github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=
199199
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
200200
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=

0 commit comments

Comments
 (0)