From e9c0b0de2883ad489359260ffe6bee8fea4a87f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:35:25 +0000 Subject: [PATCH] build(deps): bump github.com/cert-manager/cert-manager from 1.11.0 to 1.11.1 (#5267) --- go.mod | 2 +- go.sum | 4 ++-- test/scripts/make-kind-cluster.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index d946c2df5fd..f42a6bbd3fe 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/ahmetb/gen-crd-api-reference-docs v0.3.0 github.com/alecthomas/kingpin/v2 v2.3.2 github.com/bombsimon/logrusr/v2 v2.0.1 - github.com/cert-manager/cert-manager v1.11.0 + github.com/cert-manager/cert-manager v1.11.1 github.com/davecgh/go-spew v1.1.1 github.com/docker/distribution v2.8.1+incompatible github.com/envoyproxy/go-control-plane v0.11.0 diff --git a/go.sum b/go.sum index 314ead50b46..c68a7b8cc44 100644 --- a/go.sum +++ b/go.sum @@ -65,8 +65,8 @@ github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx2 github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/census-instrumentation/opencensus-proto v0.4.1 h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g= github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw= -github.com/cert-manager/cert-manager v1.11.0 h1:sChJmoj9hhWuFkQMDYHnLHgYA/sSVil+hY+A1lnD3jY= -github.com/cert-manager/cert-manager v1.11.0/go.mod h1:JCy2jvRi3Kp+qnRfw8TVYkOocj1thw/aDWFEHPpv4Q4= +github.com/cert-manager/cert-manager v1.11.1 h1:WUHLFbeWsncAn4hGe2D1NTKOASOF8I0z1SFlyF0oe3k= +github.com/cert-manager/cert-manager v1.11.1/go.mod h1:25BOJ0Ukt6rETKAV7BATb/5OV4mcVjSWVe+JGvn5lO0= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= diff --git a/test/scripts/make-kind-cluster.sh b/test/scripts/make-kind-cluster.sh index 0d176a1c71a..9e84d34cdcc 100755 --- a/test/scripts/make-kind-cluster.sh +++ b/test/scripts/make-kind-cluster.sh @@ -127,7 +127,7 @@ fi # Install cert-manager. -${KUBECTL} apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml +${KUBECTL} apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.1/cert-manager.yaml ${KUBECTL} wait --timeout="${WAITTIME}" -n cert-manager -l app=cert-manager deployments --for=condition=Available ${KUBECTL} wait --timeout="${WAITTIME}" -n cert-manager -l app=webhook deployments --for=condition=Available