From 54746abb359b728e26feb4fe1ee6fd777c55f790 Mon Sep 17 00:00:00 2001 From: Enrique Llorente Date: Tue, 10 Sep 2024 13:04:11 +0200 Subject: [PATCH] release-1.0, kind: Pin metallb to v0.14.8 There are some expectation at the dev-env interface at metallb that can change and break ovn-k CI, let's pin it so we can propertly consume those changes at a PR later on. (cherry picked from commit b3ba566d043011be863a5cffce47918002fb3d72) Signed-off-by: Enrique Llorente --- contrib/kind-common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/kind-common b/contrib/kind-common index 20e25aec1d1..9a894d15674 100644 --- a/contrib/kind-common +++ b/contrib/kind-common @@ -122,12 +122,13 @@ install_ingress() { METALLB_DIR="/tmp/metallb" install_metallb() { + local metallb_version=v0.14.8 mkdir -p /tmp/metallb local builddir builddir=$(mktemp -d "${METALLB_DIR}/XXXXXX") pushd "${builddir}" - git clone https://github.com/metallb/metallb.git + git clone https://github.com/metallb/metallb.git -b $metallb_version cd metallb # Use global IP next hops in IPv6 if [ "$KIND_IPV6_SUPPORT" == true ]; then