Skip to content

Commit 8e83ce5

Browse files
Merge pull request #633 from openstack-k8s-operators/renovate/18-stable-metallb
[18-stable] Update module github.com/metallb/frr-k8s to v0.0.20 (18-stable)
2 parents 87a34a6 + 2a9b70a commit 8e83ce5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/go-logr/logr v1.4.3
77
github.com/google/uuid v1.6.0
88
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.7
9-
github.com/metallb/frr-k8s v0.0.15
9+
github.com/metallb/frr-k8s v0.0.20
1010
github.com/onsi/ginkgo/v2 v2.32.0
1111
github.com/onsi/gomega v1.42.1
1212
github.com/openshift/api v3.9.0+incompatible
@@ -114,7 +114,7 @@ replace github.com/openstack-k8s-operators/infra-operator/apis => ./apis
114114
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20260710141509-36dec0bfafe4 //allow-merging
115115

116116
// pin frr-k8s to v0.0.11 because later versions have a req for golang 1.22
117-
replace github.com/metallb/frr-k8s => github.com/metallb/frr-k8s v0.0.15 //allow-merging
117+
replace github.com/metallb/frr-k8s => github.com/metallb/frr-k8s v0.0.20 //allow-merging
118118

119119
// pin these to avoid later versions pulled
120120
replace k8s.io/apimachinery => k8s.io/apimachinery v0.33.13 //allow-merging

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4
9898
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
9999
github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=
100100
github.com/maruel/natural v1.1.1/go.mod h1:v+Rfd79xlw1AgVBjbO0BEQmptqb5HvL/k9GRHB7ZKEg=
101-
github.com/metallb/frr-k8s v0.0.15 h1:6M3UGhovX1EFoaSGjrRD7djUAx3w2I+g81FH8OVtHkM=
102-
github.com/metallb/frr-k8s v0.0.15/go.mod h1:TjrGoAf+v00hYGlI8jUdyDxY5udMAOs2GWwrvLWnA4E=
101+
github.com/metallb/frr-k8s v0.0.20 h1:YEesxSkzQSALPvrdH/KS2ZU33yaLxx+i/LrHDev7Q3Q=
102+
github.com/metallb/frr-k8s v0.0.20/go.mod h1:VMnCZUVXYy7k0Fsa2L3XKwISFs3Thv0Uord7rSZPQZw=
103103
github.com/mfridman/tparse v0.18.0 h1:wh6dzOKaIwkUGyKgOntDW4liXSo37qg5AXbIhkMV3vE=
104104
github.com/mfridman/tparse v0.18.0/go.mod h1:gEvqZTuCgEhPbYk/2lS3Kcxg1GmTxxU7kTC8DvP0i/A=
105105
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)