Skip to content

Commit 7a24872

Browse files
Merge pull request #1229 from Nordix/add-patch-release-IPAM
🌱Uplift ipam to v1.4.3
2 parents 8ff18b5 + d992d77 commit 7a24872

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
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/google/gofuzz v1.2.0
7-
github.com/metal3-io/ip-address-manager/api v1.4.2
7+
github.com/metal3-io/ip-address-manager/api v1.4.3
88
github.com/onsi/gomega v1.27.5
99
github.com/pkg/errors v0.9.1
1010
golang.org/x/net v0.14.0

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ
212212
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
213213
github.com/matttproud/golang_protobuf_extensions v1.0.2 h1:hAHbPm5IJGijwng3PWk09JkG9WeqChjprR5s9bBZ+OM=
214214
github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
215-
github.com/metal3-io/ip-address-manager/api v1.4.2 h1:6+bMlOKUA/raZcinAAUI9D4tdvLgkrtSDUClIbn+HZM=
216-
github.com/metal3-io/ip-address-manager/api v1.4.2/go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k=
215+
github.com/metal3-io/ip-address-manager/api v1.4.3 h1:oEEVr1OQE/q562sd9wVOT1zmAOxA/m/gH9yqL+gt+i8=
216+
github.com/metal3-io/ip-address-manager/api v1.4.3/go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k=
217217
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
218218
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
219219
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.4.2
11+
- image: quay.io/metal3-io/ip-address-manager:v1.4.3
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.4.2/ipam-components.yaml
6+
- https://github.com/metal3-io/ip-address-manager/releases/download/v1.4.3/ipam-components.yaml
77

88
patchesStrategicMerge:
99
- 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.3.1
99
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
10-
github.com/metal3-io/ip-address-manager/api v1.4.2
10+
github.com/metal3-io/ip-address-manager/api v1.4.3
1111
github.com/onsi/ginkgo/v2 v2.9.2
1212
github.com/onsi/gomega v1.27.5
1313
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ github.com/metal3-io/baremetal-operator/apis v0.3.1 h1:oc2j80sycyquKCTDjG9VlRvES
299299
github.com/metal3-io/baremetal-operator/apis v0.3.1/go.mod h1:yDY2x0vBph8L68TCL7GS/DxBkqoHn5bGO0k0bzVuDXY=
300300
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 h1:6w8ZfOlLEIw2ecQ8OGuT5qnX5Yq5a9NEK/fmC58mxGk=
301301
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
302-
github.com/metal3-io/ip-address-manager/api v1.4.2 h1:6+bMlOKUA/raZcinAAUI9D4tdvLgkrtSDUClIbn+HZM=
303-
github.com/metal3-io/ip-address-manager/api v1.4.2/go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k=
302+
github.com/metal3-io/ip-address-manager/api v1.4.3 h1:oEEVr1OQE/q562sd9wVOT1zmAOxA/m/gH9yqL+gt+i8=
303+
github.com/metal3-io/ip-address-manager/api v1.4.3/go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k=
304304
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
305305
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
306306
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ require (
7979
github.com/mattn/go-isatty v0.0.17 // indirect
8080
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
8181
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 // indirect
82-
github.com/metal3-io/ip-address-manager/api v1.4.2 // indirect
82+
github.com/metal3-io/ip-address-manager/api v1.4.3 // indirect
8383
github.com/mitchellh/copystructure v1.2.0 // indirect
8484
github.com/mitchellh/mapstructure v1.5.0 // indirect
8585
github.com/mitchellh/reflectwalk v1.0.2 // indirect

test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ github.com/metal3-io/baremetal-operator/apis v0.3.1 h1:oc2j80sycyquKCTDjG9VlRvES
346346
github.com/metal3-io/baremetal-operator/apis v0.3.1/go.mod h1:yDY2x0vBph8L68TCL7GS/DxBkqoHn5bGO0k0bzVuDXY=
347347
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 h1:6w8ZfOlLEIw2ecQ8OGuT5qnX5Yq5a9NEK/fmC58mxGk=
348348
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
349-
github.com/metal3-io/ip-address-manager/api v1.4.2 h1:6+bMlOKUA/raZcinAAUI9D4tdvLgkrtSDUClIbn+HZM=
350-
github.com/metal3-io/ip-address-manager/api v1.4.2/go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k=
349+
github.com/metal3-io/ip-address-manager/api v1.4.3 h1:oEEVr1OQE/q562sd9wVOT1zmAOxA/m/gH9yqL+gt+i8=
350+
github.com/metal3-io/ip-address-manager/api v1.4.3/go.mod h1:rQ+B0dk+4C9hYacdZbJI05TX7m0wTdcoSwU5To9UY7k=
351351
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
352352
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
353353
github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=

0 commit comments

Comments
 (0)