From ee55ba4844827f1099b4d4a1e2e2499897122624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 07:42:52 +0000 Subject: [PATCH] :seedling: Bump github.com/metal3-io/cluster-api-provider-metal3/api Bumps [github.com/metal3-io/cluster-api-provider-metal3/api](https://github.com/metal3-io/cluster-api-provider-metal3) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/metal3-io/cluster-api-provider-metal3/releases) - [Commits](https://github.com/metal3-io/cluster-api-provider-metal3/compare/v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: github.com/metal3-io/cluster-api-provider-metal3/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hack/fake-apiserver/go.mod | 4 ++-- hack/fake-apiserver/go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hack/fake-apiserver/go.mod b/hack/fake-apiserver/go.mod index 2fc7a3f566..2f8e258e14 100644 --- a/hack/fake-apiserver/go.mod +++ b/hack/fake-apiserver/go.mod @@ -4,7 +4,7 @@ go 1.22.3 require ( github.com/metal3-io/baremetal-operator/apis v0.8.0 - github.com/metal3-io/cluster-api-provider-metal3/api v1.8.2 + github.com/metal3-io/cluster-api-provider-metal3/api v1.8.3 go.uber.org/zap v1.27.0 k8s.io/api v0.31.4 k8s.io/apimachinery v0.31.4 @@ -53,7 +53,7 @@ require ( github.com/json-iterator/go v1.1.12 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.1 // indirect - github.com/metal3-io/ip-address-manager/api v1.8.1 // indirect + github.com/metal3-io/ip-address-manager/api v1.8.2 // indirect github.com/moby/spdystream v0.4.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect diff --git a/hack/fake-apiserver/go.sum b/hack/fake-apiserver/go.sum index e0c5e8f713..76c24f5532 100644 --- a/hack/fake-apiserver/go.sum +++ b/hack/fake-apiserver/go.sum @@ -114,10 +114,10 @@ github.com/metal3-io/baremetal-operator/apis v0.8.0 h1:dy1Z6IRdlRi8tsEww8M3CmOay github.com/metal3-io/baremetal-operator/apis v0.8.0/go.mod h1:eeCH0K7XD17AbEp479XtmYTF0QwOqNkoTCQf3bdZSzk= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.1 h1:X0+MWsJ+Gj/TAkmhGybvesvxk6zQKu3NQXzvC6l0iJs= github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.1/go.mod h1:399nvdaqoU9rTI25UdFw2EWcVjmJPpeZPIhfDAIx/XU= -github.com/metal3-io/cluster-api-provider-metal3/api v1.8.2 h1:chEMHkKmuBagGciaPDTT9IoeNRXSkcIHU1Q18e4m3B8= -github.com/metal3-io/cluster-api-provider-metal3/api v1.8.2/go.mod h1:FUUgwGlWuz9POCLKwyjYbcvLtqnfA+YZg0/mIFo9svg= -github.com/metal3-io/ip-address-manager/api v1.8.1 h1:hFWgKmfO02AGnY/+QEd6+IY8BuQTHK25BhYOIwu2C2k= -github.com/metal3-io/ip-address-manager/api v1.8.1/go.mod h1:yMOQSHu0XjbRaMP38a7ZiJ27zX/2L2YBcSHRLXvZ6aM= +github.com/metal3-io/cluster-api-provider-metal3/api v1.8.3 h1:oxkydLZmarGBY/v9tdTUst2Lwcn406XUCUP2qBsVM0c= +github.com/metal3-io/cluster-api-provider-metal3/api v1.8.3/go.mod h1:Tm2g5t3gYpp3XWcbkuGvdDxkWLFYoosd/5Pg1tg0Xw0= +github.com/metal3-io/ip-address-manager/api v1.8.2 h1:zNCmRaX0+YjkVpMXhZflW0YIba9pSr3GsUiaiaWtKxQ= +github.com/metal3-io/ip-address-manager/api v1.8.2/go.mod h1:TElC1ZGLybU/mlGGrl0Kk8OQpeITeTLn4pmz40Z7LvA= github.com/moby/spdystream v0.4.0 h1:Vy79D6mHeJJjiPdFEL2yku1kl0chZpJfZcPpb16BRl8= github.com/moby/spdystream v0.4.0/go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=