-
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.0
head repository: cert-manager/cert-manager
compare: v1.11.1
Commits on Jan 13, 2023
-
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 89d9fd7 - Browse repository at this point
Copy the full SHA 89d9fd7View commit details -
Merge pull request #5726 from SgtCoDFish/release-1.11-fix_helm_versio…
…n_check [release-1.11] Fix helm version check
Configuration menu - View commit details
-
Copy full SHA for 3a20e67 - Browse repository at this point
Copy the full SHA 3a20e67View commit details
Commits on Jan 17, 2023
-
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 254f763 - Browse repository at this point
Copy the full SHA 254f763View commit details -
Merge pull request #5730 from jetstack-bot/cherry-pick-5724-to-releas…
…e-1.11 [release-1.11] Bump keystore-go to v4.4.1
Configuration menu - View commit details
-
Copy full SHA for 5c6d47e - Browse repository at this point
Copy the full SHA 5c6d47eView commit details
Commits on Jan 19, 2023
-
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 3af9be0 - Browse repository at this point
Copy the full SHA 3af9be0View 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 05e1cb4 - Browse repository at this point
Copy the full SHA 05e1cb4View 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 8d1f410 - Browse repository at this point
Copy the full SHA 8d1f410View commit details -
Code review feedback: fix imports
Signed-off-by: irbekrm <irbekrm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for faadbdd - Browse repository at this point
Copy the full SHA faadbddView commit details -
Merge pull request #5738 from jetstack-bot/cherry-pick-5736-to-releas…
…e-1.11 [release-1.11] Webhook solver conformance bugfix
Configuration menu - View commit details
-
Copy full SHA for 7ebb5f5 - Browse repository at this point
Copy the full SHA 7ebb5f5View commit details
Commits on Jan 30, 2023
-
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
Configuration menu - View commit details
-
Copy full SHA for 59dc385 - Browse repository at this point
Copy the full SHA 59dc385View commit details -
Merge pull request #5762 from jetstack-bot/cherry-pick-5758-to-releas…
…e-1.11 [release-1.11] Bump base images to latest
Configuration menu - View commit details
-
Copy full SHA for 4c0f3db - Browse repository at this point
Copy the full SHA 4c0f3dbView commit details
Commits on Feb 10, 2023
-
e2e: the vault addon was incorrectly using StdoutPipe
The documentation [1] mentions that `StdoutPipe` should not be used along with `Run`: "Wait will close the pipe after seeing the command exit, so most callers need not close the pipe themselves. It is thus incorrect to call Wait before all reads from the pipe have completed. For the same reason, it is incorrect to call Run when using StdoutPipe. See the example for idiomatic usage." It seems we are using `Run`, meaning that the StdoutPipe gets closed when `Run` returns (because `Run` calls `Wait` and closes the StdoutPipe before returning). To reproduce: git fetch fa4c2cf git checkout fa4c2cf go test -tags=e2e_test ./test/e2e -- -test.outputdir=$PWD/_bin/artifacts \ -ginkgo.junit-report=junit__01.xml -ginkgo.flake-attempts=1 \ -test.timeout=24h -ginkgo.v -test.v -ginkgo.randomize-all \ -ginkgo.progress -ginkgo.trace -ginkgo.slow-spec-threshold=300s \ --repo-root=/home/mvalais/code/cert-manager \ --report-dir=/home/mvalais/code/cert-manager/_bin/artifacts \ --acme-dns-server=10.0.0.16 --acme-ingress-ip=10.0.0.15 \ --acme-gateway-ip=10.0.0.14 \ --ingress-controller-domain=ingress-nginx.http01.example.com \ --gateway-domain=gateway.http01.example.com \ --feature-gates="" \ --ginkgo.focus=".*should be ready with a valid serviceAccountRef" Result: error install helm chart: cmd.Run: exit status 1: io.Copy: write /dev/stdout: copy_file_range: use of closed file Signed-off-by: Maël Valais <mael@vls.dev>
Configuration menu - View commit details
-
Copy full SHA for ef32cbe - Browse repository at this point
Copy the full SHA ef32cbeView commit details
Commits on Feb 16, 2023
-
Merge pull request #5795 from maelvls/backport-stdoutpipe
[release-1.11] e2e flakiness: vault addon incorrectly using StdoutPipe
Configuration menu - View commit details
-
Copy full SHA for 6ff2080 - Browse repository at this point
Copy the full SHA 6ff2080View commit details
Commits on Feb 21, 2023
-
manually edited from original to minimise changes Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
Configuration menu - View commit details
-
Copy full SHA for a934605 - Browse repository at this point
Copy the full SHA a934605View commit details -
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
Configuration menu - View commit details
-
Copy full SHA for 29757f7 - Browse repository at this point
Copy the full SHA 29757f7View commit details -
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
Configuration menu - View commit details
-
Copy full SHA for 19259ae - Browse repository at this point
Copy the full SHA 19259aeView commit details -
Merge pull request #5815 from SgtCoDFish/release-1.11-bumphelm
[release-1.11] Bump deps, go and base images
Configuration menu - View commit details
-
Copy full SHA for 1ff4238 - Browse repository at this point
Copy the full SHA 1ff4238View commit details -
use jetstack vcert fork to properly reset on error for TPP
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b6b8cd - Browse repository at this point
Copy the full SHA 8b6b8cdView commit details -
Merge pull request #5819 from maelvls/backport-1.11
[release-1.11] use jetstack vcert fork to properly reset on error for TPP
Configuration menu - View commit details
-
Copy full SHA for 785c311 - Browse repository at this point
Copy the full SHA 785c311View commit details
Commits on Mar 9, 2023
-
update k8s.gcr.io to registry.k8s.io
Signed-off-by: Rayan Das <rayandas91@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87fa565 - Browse repository at this point
Copy the full SHA 87fa565View commit details -
make: force the use of registry.k8s.io by ingressnginx
Signed-off-by: Maël Valais <mael@vls.dev>
Configuration menu - View commit details
-
Copy full SHA for e1a5457 - Browse repository at this point
Copy the full SHA e1a5457View commit details -
Merge pull request #5857 from jetstack-bot/cherry-pick-5812-to-releas…
…e-1.11 [release-1.11] Update k8s.gcr.io to registry.k8s.io
Configuration menu - View commit details
-
Copy full SHA for fe544bf - Browse repository at this point
Copy the full SHA fe544bfView commit details
Commits on Apr 7, 2023
-
Bump distroless base images and kind versions
Signed-off-by: Maël Valais <mael@vls.dev>
Configuration menu - View commit details
-
Copy full SHA for b16cbc9 - Browse repository at this point
Copy the full SHA b16cbc9View commit details -
Merge pull request #5930 from maelvls/bump-distroless-1.11
[release-1.11] Bump distroless base images and kind versions
Configuration menu - View commit details
-
Copy full SHA for e3a2a80 - Browse repository at this point
Copy the full SHA e3a2a80View commit details
There are no files selected for viewing
Large diffs are not rendered by default.