Skip to content

Commit

Permalink
build(deps): bump github.com/cert-manager/cert-manager from 1.11.0 to…
Browse files Browse the repository at this point in the history
… 1.11.1 (#5267)
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent 02da32e commit e9c0b0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/make-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9c0b0d

Please sign in to comment.