Skip to content

Commit

Permalink
Merge pull request #907 from Nordix/uplift/ipam
Browse files Browse the repository at this point in the history
🌱 Bump IPAM to v1.1.5
  • Loading branch information
metal3-io-bot authored Mar 28, 2023
2 parents b604762 + 62c8b34 commit 4ff4abf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/google/gofuzz v1.2.0
github.com/metal3-io/ip-address-manager/api v0.0.0-20220617070006-b1bd226927ae
github.com/metal3-io/ip-address-manager/api v1.1.5
github.com/onsi/gomega v1.17.0
github.com/pkg/errors v0.9.1
golang.org/x/net v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/metal3-io/ip-address-manager/api v0.0.0-20220617070006-b1bd226927ae h1:aSwVQLVhLm6gEA6p8dTJksHUZAV8pvF7j2vKr2VJYsU=
github.com/metal3-io/ip-address-manager/api v0.0.0-20220617070006-b1bd226927ae/go.mod h1:IgZuGEbWca+Jh3QwdkhAM5ZEKuN+c55xOTwxwwaUSUM=
github.com/metal3-io/ip-address-manager/api v1.1.5 h1:LF8kwlXvncuur0W5KebrDDApOnWMejZLTNvAHMilKsA=
github.com/metal3-io/ip-address-manager/api v1.1.5/go.mod h1:HWFM/kHyQUHk1Zqn9DjSlQuqYkF/Mq39cxaXkjTMBUs=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
Expand Down
2 changes: 1 addition & 1 deletion config/ipam/image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: quay.io/metal3-io/ip-address-manager:v1.1.4
- image: quay.io/metal3-io/ip-address-manager:v1.1.5
name: manager
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/jinzhu/copier v0.3.2
github.com/metal3-io/baremetal-operator/apis v0.1.1
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
github.com/metal3-io/ip-address-manager/api v0.0.0-20220919134804-85c769255248
github.com/metal3-io/ip-address-manager/api v1.1.5
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.19.0
github.com/pkg/errors v0.9.1
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,8 @@ github.com/metal3-io/baremetal-operator/apis v0.1.1/go.mod h1:Hl8ovjvS/ilUPB62g0
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.1.0/go.mod h1:/PSTQInIZmfuOmAp/pSgZAs4txs6T49woC0MYIa4QzE=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.1.1 h1:dt2lc//fo1KQg8FMMTTI5TxB4FAonZftK53j7IQl130=
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.1.1/go.mod h1:/PSTQInIZmfuOmAp/pSgZAs4txs6T49woC0MYIa4QzE=
github.com/metal3-io/ip-address-manager/api v0.0.0-20220617070006-b1bd226927ae/go.mod h1:IgZuGEbWca+Jh3QwdkhAM5ZEKuN+c55xOTwxwwaUSUM=
github.com/metal3-io/ip-address-manager/api v0.0.0-20220919134804-85c769255248 h1:zBRpewxm3ypEY6T4+OCFpAg9DCVRD23Nxn53p1XjecI=
github.com/metal3-io/ip-address-manager/api v0.0.0-20220919134804-85c769255248/go.mod h1:IgZuGEbWca+Jh3QwdkhAM5ZEKuN+c55xOTwxwwaUSUM=
github.com/metal3-io/ip-address-manager/api v1.1.5 h1:LF8kwlXvncuur0W5KebrDDApOnWMejZLTNvAHMilKsA=
github.com/metal3-io/ip-address-manager/api v1.1.5/go.mod h1:HWFM/kHyQUHk1Zqn9DjSlQuqYkF/Mq39cxaXkjTMBUs=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
Expand Down

0 comments on commit 4ff4abf

Please sign in to comment.