-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Comparing changes
Open a pull request
base repository: cert-manager/cert-manager
base: v1.11.4
head repository: cert-manager/cert-manager
compare: v1.12.0
Commits on Aug 22, 2022
-
Signed-off-by: ctrought <65360454+ctrought@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d3e277 - Browse repository at this point
Copy the full SHA 3d3e277View commit details -
Signed-off-by: ctrought <65360454+ctrought@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f597da - Browse repository at this point
Copy the full SHA 8f597daView commit details -
Signed-off-by: ctrought <65360454+ctrought@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89ae723 - Browse repository at this point
Copy the full SHA 89ae723View commit details -
ingress subject annotations & helper tests
Signed-off-by: ctrought <65360454+ctrought@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9a8047 - Browse repository at this point
Copy the full SHA d9a8047View commit details -
remove empty subject annotations
Signed-off-by: ctrought <65360454+ctrought@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9a95b7 - Browse repository at this point
Copy the full SHA d9a95b7View commit details -
Signed-off-by: ctrought <65360454+ctrought@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4413e83 - Browse repository at this point
Copy the full SHA 4413e83View commit details -
Signed-off-by: ctrought <65360454+ctrought@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6fa81fe - Browse repository at this point
Copy the full SHA 6fa81feView commit details
Commits on Jan 5, 2023
-
move custom acmesolver image above extraArgs
since the acmesolver image has defaults (i.e. the repository is set by default[1]), the helm chart changes introduced in #5554 will always set the `--acme-http01-solver-image` parameter. This can break users who previously had this parameter set via the extraArgs Helm option, which was found and reported on Slack[2]. This commit moves the new Helm value added in #5554 above extraArgs, so that if extraArgs is set it will take precedence and nothing should change as users upgrade. [1] https://github.com/cert-manager/cert-manager/blob/a5d67d3a21f86fb21b8194808601da429a1c4752/deploy/charts/cert-manager/values.yaml#L504-L516 [2] https://kubernetes.slack.com/archives/CDEQJ0Q8M/p1672925692339849 Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
Configuration menu - View commit details
-
Copy full SHA for 264ebe6 - Browse repository at this point
Copy the full SHA 264ebe6View commit details
Commits on Jan 6, 2023
-
Adds a new label to cert-manager API
Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 767170d - Browse repository at this point
Copy the full SHA 767170dView commit details -
Issuing controller ensures that cert.spec.secretName secrets are labe…
…lled Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c7465fd - Browse repository at this point
Copy the full SHA c7465fdView commit details -
Keymanager controller ensures that temporary private key Secrets are …
…labelled Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 213949a - Browse repository at this point
Copy the full SHA 213949aView commit details -
Policy check ensures that cert.sepc.secretName secret gets labelled
Makes sure that when an unlabelled Secret is encountered at any point (even outside issuance) it will be labelled Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5e8fd7d - Browse repository at this point
Copy the full SHA 5e8fd7dView commit details
Commits on Jan 9, 2023
-
Merge pull request #5693 from SgtCoDFish/extraarghs
Move custom acmesolver image above extraArgs
Configuration menu - View commit details
-
Copy full SHA for 7c175c5 - Browse repository at this point
Copy the full SHA 7c175c5View commit details -
Merge pull request #5660 from irbekrm/certificate_labels
Ensures that certificate.spec.secretName and temporary private key Secrets are labelled
Configuration menu - View commit details
-
Copy full SHA for aa7fe11 - Browse repository at this point
Copy the full SHA aa7fe11View commit details -
bump containerd to fix reported vuln
note that cert-manager is not actually vulnerable to CVE-2022-23471 since the affected code is not used Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
Configuration menu - View commit details
-
Copy full SHA for 8c4f6cd - Browse repository at this point
Copy the full SHA 8c4f6cdView commit details
Commits on Jan 10, 2023
-
Merge pull request #5706 from SgtCoDFish/bumpcontainerd
Bump containerd to fix reported vuln
Configuration menu - View commit details
-
Copy full SHA for 44383b0 - Browse repository at this point
Copy the full SHA 44383b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65be2ca - Browse repository at this point
Copy the full SHA 65be2caView commit details
Commits on Jan 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44e8f9c - Browse repository at this point
Copy the full SHA 44e8f9cView commit details -
Merge pull request #5712 from yanggangtony/go-version
Bump go to 1.19.5
Configuration menu - View commit details
-
Copy full SHA for 4b0aa9d - Browse repository at this point
Copy the full SHA 4b0aa9dView commit details
Commits on Jan 12, 2023
-
Add a note about how often issuer secrets are retrieved
Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 47c3c4c - Browse repository at this point
Copy the full SHA 47c3c4cView commit details -
Adds overwhelming kube apiserver to risks&mitigations
Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d2985b - Browse repository at this point
Copy the full SHA 2d2985bView commit details -
Use fake kube apiserver version when generating helm template in cmct…
…l x install Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 53abc8c - Browse repository at this point
Copy the full SHA 53abc8cView commit details -
Merge pull request #5720 from irbekrm/fix_helm_version_check
Use fake kube apiserver version when generating helm template in cmctl x install
Configuration menu - View commit details
-
Copy full SHA for b99fdc3 - Browse repository at this point
Copy the full SHA b99fdc3View commit details
Commits on Jan 13, 2023
-
Add org.opencontainers.image.source OCI label to containers
A full list of pre-defined annotations is available at: https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys Signed-off-by: James Callahan <james@wavesquid.com>
Configuration menu - View commit details
-
Copy full SHA for 33e9c03 - Browse repository at this point
Copy the full SHA 33e9c03View commit details -
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
Configuration menu - View commit details
-
Copy full SHA for 5f910ce - Browse repository at this point
Copy the full SHA 5f910ceView commit details -
Merge pull request #5723 from SgtCoDFish/bumpbase
Bump base images to latest
Configuration menu - View commit details
-
Copy full SHA for 9b24e88 - Browse repository at this point
Copy the full SHA 9b24e88View commit details -
Signed-off-by: Luca Comellini <luca.com@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 85ca8e0 - Browse repository at this point
Copy the full SHA 85ca8e0View commit details -
Update Cloudflare ListDNSRecords
Signed-off-by: Luca Comellini <luca.com@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7e5cd34 - Browse repository at this point
Copy the full SHA 7e5cd34View commit details -
Signed-off-by: Luca Comellini <luca.com@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 98ce593 - Browse repository at this point
Copy the full SHA 98ce593View commit details -
This version points to the same commit as v4.4.0, so there is no actual code change. However, trying to build cert-manager with v4.4.0 errors out due to a checksum mismatch. Bumping to the new tag solved the issue. Signed-off-by: Guillermo Gaston <gaslor@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 7528760 - Browse repository at this point
Copy the full SHA 7528760View commit details
Commits on Jan 14, 2023
-
[helm] expose enable-certificate-owner-ref and -dns01-recursive-names…
…ervers as helm value Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
Configuration menu - View commit details
-
Copy full SHA for b952058 - Browse repository at this point
Copy the full SHA b952058View commit details
Commits on Jan 16, 2023
-
Merge pull request #5614 from jkroepke/dns-extra-args
helm: expose enable-certificate-owner-ref and -dns01-recursive-nameservers as helm value
Configuration menu - View commit details
-
Copy full SHA for 3115953 - Browse repository at this point
Copy the full SHA 3115953View commit details -
Adding the ability to set volumes and volumeMounts to all pods
Signed-off-by: Aaron Aichlmayr <aaichlmayr@conquestcyber.com>
Configuration menu - View commit details
-
Copy full SHA for 0ce3553 - Browse repository at this point
Copy the full SHA 0ce3553View commit details -
Signed-off-by: Aaron Aichlmayr <aaichlmayr@conquestcyber.com>
Configuration menu - View commit details
-
Copy full SHA for b967232 - Browse repository at this point
Copy the full SHA b967232View commit details
Commits on Jan 17, 2023
-
Merge pull request #5711 from lucacome/bump-deps
Bump dependencies
Configuration menu - View commit details
-
Copy full SHA for a6e00a8 - Browse repository at this point
Copy the full SHA a6e00a8View commit details -
Merge pull request #5724 from g-gaston/bump-keystore-go-4-4-1
Bump keystore-go to v4.4.1
Configuration menu - View commit details
-
Copy full SHA for ece47eb - Browse repository at this point
Copy the full SHA ece47ebView commit details
Commits on Jan 18, 2023
-
Merge pull request #5722 from james-callahan/container-label
Add org.opencontainers.image.source OCI label to containers
Configuration menu - View commit details
-
Copy full SHA for d5125b5 - Browse repository at this point
Copy the full SHA d5125b5View commit details -
A bunch of comments on webhook solver functionality
With the goal of making folks working on these parts of code be aware that this is the one bit that will be imported in external projects Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1834afa - Browse repository at this point
Copy the full SHA 1834afaView commit details -
RFC2136 solver has an init option to reset secrets lister
Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 216b60e - Browse repository at this point
Copy the full SHA 216b60eView commit details -
Resets secrets lister in RFC2136 conformance tests
The way the tests run (a new kube apiserver with a different client created for the same initialized solver) is not how this solver would actually run Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 644a46c - Browse repository at this point
Copy the full SHA 644a46cView commit details
Commits on Jan 19, 2023
-
Code review feedback: fix imports
Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 438c79d - Browse repository at this point
Copy the full SHA 438c79dView commit details -
Merge pull request #5736 from irbekrm/webhook_solver_conformance_bugfix
Webhook solver conformance bugfix
Configuration menu - View commit details
-
Copy full SHA for c08b337 - Browse repository at this point
Copy the full SHA c08b337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 575e315 - Browse repository at this point
Copy the full SHA 575e315View commit details
Commits on Jan 20, 2023
-
Merge pull request #4502 from ctrought/master
support subject and email annotations for ingress/gateway
Configuration menu - View commit details
-
Copy full SHA for 1038ca4 - Browse repository at this point
Copy the full SHA 1038ca4View commit details
Commits on Jan 23, 2023
-
move utility functions to reduce fragmentation and rename functions f…
…or consistency Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 23de524 - Browse repository at this point
Copy the full SHA 23de524View commit details -
add (deprecated) stub functions
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 191e7ca - Browse repository at this point
Copy the full SHA 191e7caView commit details -
Remove the double cache mechanism for cainjector
Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4776597 - Browse repository at this point
Copy the full SHA 4776597View commit details -
Co-authored-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> Signed-off-by: Aaron Aichlmayr <waterfoul@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1d7e360 - Browse repository at this point
Copy the full SHA 1d7e360View commit details
Commits on Jan 24, 2023
-
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3978597 - Browse repository at this point
Copy the full SHA 3978597View commit details -
Merge pull request #5668 from waterfoul/volumes
Added the ability to set volumes and volumeMounts to all pods via helm
Configuration menu - View commit details
-
Copy full SHA for be017fa - Browse repository at this point
Copy the full SHA be017faView commit details
There are no files selected for viewing