From ebde661d4ee0999ea59b238011d6e070ef33634a Mon Sep 17 00:00:00 2001 From: Mohammed Boukhalfa Date: Wed, 24 May 2023 16:55:29 +0300 Subject: [PATCH] Uplift ipam to v1.3.2 --- api/go.mod | 2 +- api/go.sum | 4 ++-- config/ipam/image_patch.yaml | 2 +- config/ipam/kustomization.yaml | 2 +- go.mod | 2 +- go.sum | 4 ++-- test/go.mod | 2 +- test/go.sum | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api/go.mod b/api/go.mod index f02c32b89c..1f71ec97a9 100644 --- a/api/go.mod +++ b/api/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/google/gofuzz v1.2.0 - github.com/metal3-io/ip-address-manager/api v1.3.1 + github.com/metal3-io/ip-address-manager/api v1.3.2 github.com/onsi/gomega v1.24.1 github.com/pkg/errors v0.9.1 golang.org/x/net v0.7.0 diff --git a/api/go.sum b/api/go.sum index 7c6b77134c..d414c6b69d 100644 --- a/api/go.sum +++ b/api/go.sum @@ -209,8 +209,8 @@ github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ 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 v1.3.1 h1:IwHW7Qs+F9nXvAOnxCVGysD1iJTM/cuTzAmReCm48CI= -github.com/metal3-io/ip-address-manager/api v1.3.1/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0= +github.com/metal3-io/ip-address-manager/api v1.3.2 h1:Mpd9YLBUTcFDfVsAgiW+bXezYzqFsQ6SpakG1DxMIs0= +github.com/metal3-io/ip-address-manager/api v1.3.2/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= diff --git a/config/ipam/image_patch.yaml b/config/ipam/image_patch.yaml index 7a5a9a9f09..5d578dc186 100644 --- a/config/ipam/image_patch.yaml +++ b/config/ipam/image_patch.yaml @@ -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.3.1 + - image: quay.io/metal3-io/ip-address-manager:v1.3.2 name: manager diff --git a/config/ipam/kustomization.yaml b/config/ipam/kustomization.yaml index 4a8e3affe9..c28a2b3756 100644 --- a/config/ipam/kustomization.yaml +++ b/config/ipam/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization # When updating the release, update also the image tag in image_patch.yaml resources: -- https://github.com/metal3-io/ip-address-manager/releases/download/v1.3.1/ipam-components.yaml +- https://github.com/metal3-io/ip-address-manager/releases/download/v1.3.2/ipam-components.yaml patchesStrategicMerge: - image_patch.yaml diff --git a/go.mod b/go.mod index adad5d8d04..f0bdcc14c7 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/golang/mock v1.6.0 github.com/metal3-io/baremetal-operator/apis v0.2.0 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0 - github.com/metal3-io/ip-address-manager/api v1.3.1 + github.com/metal3-io/ip-address-manager/api v1.3.2 github.com/onsi/ginkgo/v2 v2.6.0 github.com/onsi/gomega v1.24.1 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index c8b3d3e946..7b86d08a7c 100644 --- a/go.sum +++ b/go.sum @@ -351,8 +351,8 @@ github.com/metal3-io/baremetal-operator/apis v0.2.0 h1:JdkLP6zCp3KzWvycrUFbAH2ge github.com/metal3-io/baremetal-operator/apis v0.2.0/go.mod h1:B5/1J/S2eXK8Fn9Aho/zgCeie7A8Nq5+dJvAbyzrS/c= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.2.0 h1:SWZAojnNaja3+yLO74Etv//xkG60lFSKKEWR/FXqNgE= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.2.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw= -github.com/metal3-io/ip-address-manager/api v1.3.1 h1:IwHW7Qs+F9nXvAOnxCVGysD1iJTM/cuTzAmReCm48CI= -github.com/metal3-io/ip-address-manager/api v1.3.1/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0= +github.com/metal3-io/ip-address-manager/api v1.3.2 h1:Mpd9YLBUTcFDfVsAgiW+bXezYzqFsQ6SpakG1DxMIs0= +github.com/metal3-io/ip-address-manager/api v1.3.2/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= diff --git a/test/go.mod b/test/go.mod index 9a60087d67..8634097ae4 100644 --- a/test/go.mod +++ b/test/go.mod @@ -77,7 +77,7 @@ require ( github.com/mattn/go-isatty v0.0.16 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.1.2 // indirect - github.com/metal3-io/ip-address-manager/api v1.3.1 // indirect + github.com/metal3-io/ip-address-manager/api v1.3.2 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect diff --git a/test/go.sum b/test/go.sum index 0a5f55b0e0..a4d7e621c6 100644 --- a/test/go.sum +++ b/test/go.sum @@ -342,8 +342,8 @@ github.com/metal3-io/baremetal-operator/apis v0.2.0 h1:JdkLP6zCp3KzWvycrUFbAH2ge github.com/metal3-io/baremetal-operator/apis v0.2.0/go.mod h1:B5/1J/S2eXK8Fn9Aho/zgCeie7A8Nq5+dJvAbyzrS/c= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.1.2 h1:9fbzEAanq4zO2quDVDb9Bg3dWjkKy8tUihZJsWGmxGs= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.1.2/go.mod h1:dfWv/o1IDK2hrz2xJG2y1++GzYWxkRx0l/qjtpV6H7k= -github.com/metal3-io/ip-address-manager/api v1.3.1 h1:IwHW7Qs+F9nXvAOnxCVGysD1iJTM/cuTzAmReCm48CI= -github.com/metal3-io/ip-address-manager/api v1.3.1/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0= +github.com/metal3-io/ip-address-manager/api v1.3.2 h1:Mpd9YLBUTcFDfVsAgiW+bXezYzqFsQ6SpakG1DxMIs0= +github.com/metal3-io/ip-address-manager/api v1.3.2/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=