Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cert-manager/cert-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.3
Choose a base ref
...
head repository: cert-manager/cert-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.4
Choose a head ref
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on May 24, 2023

  1. Adds a note about usage of featureGates value in Helm chart

    Signed-off-by: irbekrm <irbekrm@gmail.com>
    irbekrm committed May 24, 2023
    Copy the full SHA
    97811ae View commit details
  2. Merge pull request #6101 from irbekrm/helm_comment

    Adds a note about usage of featureGates value in Helm chart to release-1.11
    jetstack-bot authored May 24, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    44a776e View commit details

Commits on Jun 2, 2023

  1. bump base images with make update-base-images

    see #4033
    
    Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
    SgtCoDFish authored and jetstack-bot committed Jun 2, 2023
    Copy the full SHA
    ccc67eb View commit details
  2. Merge pull request #6128 from jetstack-bot/cherry-pick-6126-to-releas…

    …e-1.11
    
    [release-1.11] Bump base images with make update-base-images
    jetstack-bot authored Jun 2, 2023
    Copy the full SHA
    93a53eb View commit details

Commits on Jun 19, 2023

  1. upgrade github.com/docker/docker from v2.8.1+incompatible to v2.8.2+i…

    …ncompatible; fixing trivy alerts
    
    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon committed Jun 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4b5fab7 View commit details

Commits on Jun 20, 2023

  1. Merge pull request #6164 from inteon/backport_cve_upgrade

    [release-1.11] docker/docker trivy CVE upgrade
    jetstack-bot authored Jun 20, 2023
    Copy the full SHA
    e3dd325 View commit details
Showing with 14 additions and 11 deletions.
  1. +1 −1 LICENSES
  2. +5 −2 deploy/charts/cert-manager/values.yaml
  3. +1 −1 go.mod
  4. +2 −2 go.sum
  5. +5 −5 make/base_images.mk
2 changes: 1 addition & 1 deletion LICENSES
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ github.com/cyphar/filepath-securejoin,https://github.com/cyphar/filepath-securej
github.com/davecgh/go-spew/spew,https://github.com/davecgh/go-spew/blob/v1.1.1/LICENSE,ISC
github.com/digitalocean/godo,https://github.com/digitalocean/godo/blob/v1.86.0/LICENSE.txt,MIT
github.com/docker/cli/cli/config,https://github.com/docker/cli/blob/v20.10.24/LICENSE,Apache-2.0
github.com/docker/distribution,https://github.com/docker/distribution/blob/v2.8.1/LICENSE,Apache-2.0
github.com/docker/distribution,https://github.com/docker/distribution/blob/v2.8.2/LICENSE,Apache-2.0
github.com/docker/docker,https://github.com/docker/docker/blob/v20.10.24/LICENSE,Apache-2.0
github.com/docker/docker-credential-helpers,https://github.com/docker/docker-credential-helpers/blob/v0.7.0/LICENSE,MIT
github.com/docker/go-connections,https://github.com/docker/go-connections/blob/v0.4.0/LICENSE,Apache-2.0
7 changes: 5 additions & 2 deletions deploy/charts/cert-manager/values.yaml
Original file line number Diff line number Diff line change
@@ -60,8 +60,11 @@ strategy: {}
# maxSurge: 0
# maxUnavailable: 1

# Comma separated list of feature gates that should be enabled on the
# controller pod & webhook pod.
# Comma separated list of feature gates that should be enabled on the controller
# Note: do not use this field to pass feature gate values into webhook
# component as this behaviour relies on a bug that will be fixed in cert-manager 1.13
# https://github.com/cert-manager/cert-manager/pull/6093
# Use webhook.extraArgs to pass --feature-gates flag directly instead.
featureGates: ""

# The maximum number of challenges that can be scheduled as 'processing' at once
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ require (
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/cli v20.10.24+incompatible // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/docker v20.10.24+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -223,8 +223,8 @@ github.com/digitalocean/godo v1.86.0/go.mod h1:jELt1jkHVifd0rKaY0pt/m1QxGzbkkvoV
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 h1:aBfCb7iqHmDEIp6fBvC/hQUddQfg+3qdYjwzaiP9Hnc=
github.com/docker/cli v20.10.24+incompatible h1:vfV+1kv9yD0/cpL6wWY9cE+Y9J8hL/NqJDGob0B3RVw=
github.com/docker/cli v20.10.24+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=
github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v20.10.24+incompatible h1:Ugvxm7a8+Gz6vqQYQQ2W7GYq5EUPaAiuPgIfVyI3dYE=
github.com/docker/docker v20.10.24+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
10 changes: 5 additions & 5 deletions make/base_images.mk
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ STATIC_BASE_IMAGE_arm64 := gcr.io/distroless/static@sha256:56a360f359814800d5d4f
STATIC_BASE_IMAGE_s390x := gcr.io/distroless/static@sha256:bd52a07bf886ed94d0af56c1f728044c59c78d128eac0fb8d464c90a57256d81
STATIC_BASE_IMAGE_arm := gcr.io/distroless/static@sha256:2368c04cb307fd5244b92de95bd2bde6a7eb0eb4b9a0428cb276beeae127f118
STATIC_BASE_IMAGE_ppc64le := gcr.io/distroless/static@sha256:17ebcfb161267065d0fc97d7816b551cbfdc59e7aa022262a100b673a486f29e
DYNAMIC_BASE_IMAGE_amd64 := gcr.io/distroless/base@sha256:a713d945f4a1a71828d34313456268ffc4f35db85fbbeea45dda99b5547cb0f1
DYNAMIC_BASE_IMAGE_arm64 := gcr.io/distroless/base@sha256:039ee280d66386a5e9b32ef7d45c6e9682d91c070e83ba898f55a83eccb34a4a
DYNAMIC_BASE_IMAGE_s390x := gcr.io/distroless/base@sha256:19e7679993f7652f321c3eca041a7e245dbe40a05cd1a5a46abb1ca0b856ce10
DYNAMIC_BASE_IMAGE_arm := gcr.io/distroless/base@sha256:9d5c4c906c586b2807c9fae6af7fd8c7f0bab2f500a7fcbbff0b1933d7b72158
DYNAMIC_BASE_IMAGE_ppc64le := gcr.io/distroless/base@sha256:e8fdbbf557d5b282023a8815bc72a3fb9bd48871c0a737d3b8c387a260249290
DYNAMIC_BASE_IMAGE_amd64 := gcr.io/distroless/base@sha256:559bc54043fc1429f1b9c4e16f52670c7861b7c7fd4125129c29c924b293c2b2
DYNAMIC_BASE_IMAGE_arm64 := gcr.io/distroless/base@sha256:85897d5867c017c7aa23f367520ff021e9b339b47c753d65c705e509be77cf2a
DYNAMIC_BASE_IMAGE_s390x := gcr.io/distroless/base@sha256:bb12d31880371ae076ed8372057e7bcba9cb9da327d1f03a9ab416352134583b
DYNAMIC_BASE_IMAGE_arm := gcr.io/distroless/base@sha256:06418730e36bf32063af021ddad548434cd1e44a3edd4deadc4c3fc8bc208044
DYNAMIC_BASE_IMAGE_ppc64le := gcr.io/distroless/base@sha256:78f0ce1e3e256d2a1b9dcebb26207a15c2080aee95966c2a92e5227efde53132