From 06973bc1e486185c51e8d0497cd83e388e551ab1 Mon Sep 17 00:00:00 2001 From: smoshiur1237 Date: Mon, 25 Mar 2024 14:00:58 +0200 Subject: [PATCH] Uplift ipam 1.7.0-beta.0 release Signed-off-by: smoshiur1237 --- 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 38cc0c3085..4e861f09aa 100644 --- a/api/go.mod +++ b/api/go.mod @@ -3,7 +3,7 @@ module github.com/metal3-io/cluster-api-provider-metal3/api go 1.21 require ( - github.com/metal3-io/ip-address-manager/api v1.6.0 + github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 github.com/onsi/gomega v1.32.0 github.com/pkg/errors v0.9.1 golang.org/x/net v0.22.0 diff --git a/api/go.sum b/api/go.sum index f2890c7810..9cd97417ac 100644 --- a/api/go.sum +++ b/api/go.sum @@ -66,8 +66,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg= github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0/go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k= -github.com/metal3-io/ip-address-manager/api v1.6.0 h1:9AZhHHnFv/P0iC2UHvjzRwc34yPjRUmZkdWhF65sjZE= -github.com/metal3-io/ip-address-manager/api v1.6.0/go.mod h1:qDeEwi/ebU/SS5r2Ek0vmC7tdIPgDsO3eFIpylZAM04= +github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 h1:/SDjqdGlRswFRC/QnREW4AGIB1EmGPBUplP9SyXYpKc= +github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0/go.mod h1:2b/grCN91QU0vhsxfafTpKLjBo8EapjkVc5IXINYwAY= 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 396e505309..be8f447630 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.6.0 + - image: quay.io/metal3-io/ip-address-manager:v1.7.0-beta.0 name: manager \ No newline at end of file diff --git a/config/ipam/kustomization.yaml b/config/ipam/kustomization.yaml index 2b67365e74..1905eff8e6 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.6.0/ipam-components.yaml +- https://github.com/metal3-io/ip-address-manager/releases/download/v1.7.0-beta.0/ipam-components.yaml patchesStrategicMerge: - image_patch.yaml diff --git a/go.mod b/go.mod index 04a1bde4ea..88821e4a2a 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.5.1 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0 - github.com/metal3-io/ip-address-manager/api v1.6.0 + github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 github.com/onsi/ginkgo/v2 v2.17.0 github.com/onsi/gomega v1.32.0 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 9453fcc351..a35acd290c 100644 --- a/go.sum +++ b/go.sum @@ -139,8 +139,8 @@ github.com/metal3-io/baremetal-operator/apis v0.5.1 h1:l6VCuM2nSYMsdir3mocXvF80F github.com/metal3-io/baremetal-operator/apis v0.5.1/go.mod h1:Q3MHes59mRabjHM6ARoHfgd2uXUjJIytl3/uflzhyew= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.0 h1:oRkQOlTxcRJsHFM2jkXzOPAkg/REnLEd15GxJTN27Nk= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.0/go.mod h1:399nvdaqoU9rTI25UdFw2EWcVjmJPpeZPIhfDAIx/XU= -github.com/metal3-io/ip-address-manager/api v1.6.0 h1:9AZhHHnFv/P0iC2UHvjzRwc34yPjRUmZkdWhF65sjZE= -github.com/metal3-io/ip-address-manager/api v1.6.0/go.mod h1:qDeEwi/ebU/SS5r2Ek0vmC7tdIPgDsO3eFIpylZAM04= +github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 h1:/SDjqdGlRswFRC/QnREW4AGIB1EmGPBUplP9SyXYpKc= +github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0/go.mod h1:2b/grCN91QU0vhsxfafTpKLjBo8EapjkVc5IXINYwAY= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s= github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ= diff --git a/test/go.mod b/test/go.mod index 07f48326a2..0af690b0b6 100644 --- a/test/go.mod +++ b/test/go.mod @@ -7,7 +7,7 @@ require ( github.com/jinzhu/copier v0.4.0 github.com/metal3-io/baremetal-operator/apis v0.5.1 github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0 - github.com/metal3-io/ip-address-manager/api v1.6.0 + github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 github.com/onsi/ginkgo/v2 v2.17.0 github.com/onsi/gomega v1.32.0 github.com/pkg/errors v0.9.1 diff --git a/test/go.sum b/test/go.sum index 5d0b30f929..3ee670c8ae 100644 --- a/test/go.sum +++ b/test/go.sum @@ -175,8 +175,8 @@ github.com/metal3-io/baremetal-operator/apis v0.5.1 h1:l6VCuM2nSYMsdir3mocXvF80F github.com/metal3-io/baremetal-operator/apis v0.5.1/go.mod h1:Q3MHes59mRabjHM6ARoHfgd2uXUjJIytl3/uflzhyew= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.0 h1:oRkQOlTxcRJsHFM2jkXzOPAkg/REnLEd15GxJTN27Nk= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.0/go.mod h1:399nvdaqoU9rTI25UdFw2EWcVjmJPpeZPIhfDAIx/XU= -github.com/metal3-io/ip-address-manager/api v1.6.0 h1:9AZhHHnFv/P0iC2UHvjzRwc34yPjRUmZkdWhF65sjZE= -github.com/metal3-io/ip-address-manager/api v1.6.0/go.mod h1:qDeEwi/ebU/SS5r2Ek0vmC7tdIPgDsO3eFIpylZAM04= +github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0 h1:/SDjqdGlRswFRC/QnREW4AGIB1EmGPBUplP9SyXYpKc= +github.com/metal3-io/ip-address-manager/api v1.7.0-beta.0/go.mod h1:2b/grCN91QU0vhsxfafTpKLjBo8EapjkVc5IXINYwAY= github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=