jetstack-bot and GitHub
a6ae782857
Merge pull request #4534 from jakexks/fix-tests-release-1.5
...
[release-1.5] Fix flaky test by using EqualUnsorted to compare Events
2021-10-18 14:33:54 +01:00
Richard Wall and Jake Sanders
0659c2b0a2
Fix flaky test by using EqualUnsorted to compare Events
...
Supplants https://github.com/jetstack/cert-manager/pull/4297
Signed-off-by: Richard Wall <richard.wall@jetstack.io >
2021-10-18 13:29:27 +01:00
jetstack-bot and GitHub
a458e48212
Merge pull request #4476 from jetstack-bot/cherry-pick-4456-to-release-1.5
...
[release-1.5] Vault internal client should check health conn err before checking response status
v1.5.4
2021-09-30 17:01:37 +01:00
jetstack-bot and GitHub
110bcee099
Merge pull request #4479 from jetstack-bot/cherry-pick-4474-to-release-1.5
...
[release-1.5] Update base images + update instructions for checking
2021-09-28 13:10:28 +01:00
Ashley Davis and jetstack-bot
0bc39972e9
update base images + update instructions for checking
...
reg isn't trivially installable with `go install`, and `go get` now has a
deprecation warning. `crane` solves this issue!
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-09-28 09:57:05 +00:00
joshvanl and jetstack-bot
b1214f45de
Vault internal client should check health conn err before checking response status
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-09-27 12:08:38 +00:00
jetstack-bot and GitHub
ab5c051a79
Merge pull request #4472 from jetstack-bot/cherry-pick-4470-to-release-1.5
...
[release-1.5] Use IngressClassName on networking v1 Ingresses
2021-09-21 15:22:41 +01:00
Jake Sanders and jetstack-bot
1ed01db998
go fmt
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-09-21 10:17:30 +00:00
Jake Sanders and jetstack-bot
7aaed7547d
Additional tests from code review feedback
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-09-21 10:17:30 +00:00
Jake Sanders and jetstack-bot
69f36123ce
Use IngressClassName field for v1 Ingresses
...
As of Kubernetes 1.18, the deprecated annotation should not be used. This coincides with the support for networking v1 Ingresses in the Kubernetes API.
This commit adds logic to the internal conversion code to add the annotation back on v1beta1 Ingresses, used on Kubernetes 1.16 and 1.17
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-09-21 10:17:30 +00:00
Jake Sanders and jetstack-bot
b18518670c
Rename httpDomainCfg function to http01IngressCfg
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-09-21 10:17:30 +00:00
jetstack-bot and GitHub
ccc232d19f
Merge pull request #4469 from jetstack-bot/cherry-pick-4365-to-release-1.5
...
[release-1.5] fix: flaky test when comparing unordered elements
2021-09-20 13:25:24 +01:00
Jonathan Prates and jetstack-bot
a151d3ed0e
fix: flaky test when comparing unordered elements
...
Signed-off-by: jonathansp <jonathansimonprates@gmail.com >
2021-09-20 11:01:26 +00:00
jetstack-bot and GitHub
4cb1386552
Merge pull request #4435 from jetstack-bot/cherry-pick-4433-to-release-1.5
...
[release-1.5] Cleanup hook resources from previous failed installs
2021-09-06 15:24:28 +01:00
Richard Wall and jetstack-bot
792ce0d50a
Cleanup hook resources from previous failed installs
...
Signed-off-by: Richard Wall <richard.wall@jetstack.io >
2021-09-06 10:07:16 +00:00
jetstack-bot and GitHub
65edeed7bb
Merge pull request #4432 from jetstack-bot/cherry-pick-4364-to-release-1.5
...
[release-1.5] Add startup api check job PSP
2021-09-03 17:17:22 +01:00
aae91fbb5d
Apply suggestions from code review
...
Co-authored-by: Richard Wall <wallrj@users.noreply.github.com >
Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com >
2021-09-03 15:36:09 +00:00
Nicolas Degory and jetstack-bot
98e6a38fbc
PR review
...
Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com >
2021-09-03 15:36:09 +00:00
Nicolas Degory and jetstack-bot
033460b16a
add startup API check job PSP
...
Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com >
2021-09-03 15:36:09 +00:00
Nicolas Degory and jetstack-bot
ba9333e84b
bump chart testing version
...
Signed-off-by: Nicolas Degory <nicolas.degory@gmail.com >
2021-09-03 15:36:09 +00:00
jetstack-bot and GitHub
b26bd256f1
Merge pull request #4404 from jetstack-bot/cherry-pick-4399-to-release-1.5
...
[release-1.5] Fix renewalTime skew issue
v1.5.3
2021-08-23 17:22:51 +01:00
irbekrm and jetstack-bot
459417d9fa
Adds a test case for renewal time skew and a comment
...
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-08-23 15:41:02 +00:00
irbekrm and jetstack-bot
9b86d27548
Fix renewalTime skew issue
...
Ensure the time returned by RenewalTime function is the same time as that which will be read from Certificate's status
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-08-23 15:41:02 +00:00
jetstack-bot and GitHub
081a5f2191
Merge pull request #4388 from jetstack-bot/cherry-pick-4384-to-release-1.5
...
[release-1.5] finalisers -> finalizers
v1.5.2
2021-08-19 17:19:09 +01:00
jetstack-bot and GitHub
375c56425c
Merge pull request #4394 from jetstack-bot/cherry-pick-4393-to-release-1.5
...
[release-1.5] Regression: restore the previous service type defaulting behaviour
2021-08-19 16:13:09 +01:00
Jake Sanders and jetstack-bot
1d83c2e284
Update Docs on solver type to reflect default service type
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-08-19 14:36:57 +00:00
Jake Sanders and jetstack-bot
90f83073a6
Add integration test for ensuring default solver service type is NodePort
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-08-19 14:36:57 +00:00
Jake Sanders and jetstack-bot
ff95b89bc9
Fix regression in solver service builder - default service type should be NodePort rather than empty
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-08-19 14:36:57 +00:00
jetstack-bot and GitHub
db2019cb79
Merge pull request #4387 from jetstack-bot/cherry-pick-4379-to-release-1.5
...
[release-1.5] Removes status fields from CRD definitions
2021-08-19 15:11:09 +01:00
jetstack-bot and GitHub
bd55aa0430
Merge pull request #4385 from jetstack-bot/cherry-pick-4373-to-release-1.5
...
[release-1.5] Fix regression in ACME HTTP-01 Ingress Solver introduced in v1.5.0
2021-08-18 17:41:29 +01:00
Jake Sanders and jetstack-bot
2e52164622
finalisers -> finalizers
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-08-18 16:24:10 +00:00
irbekrm and jetstack-bot
1ce09d6eae
Removes status fields from CRD definitions
...
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-08-18 15:43:04 +00:00
Jake Sanders and jetstack-bot
9037c7ce44
Fix regression in Ingress PathType introduced in v1.5.0
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-08-18 14:56:17 +00:00
jetstack-bot and GitHub
d49f8e1a49
Merge pull request #4355 from jetstack-bot/cherry-pick-4353-to-release-1.5
...
[release-1.5] Fix mistakenly changed CRDs for v1beta1
v1.5.1
2021-08-13 19:52:11 +02:00
jetstack-bot and GitHub
ca84b0fafa
Merge pull request #4356 from jetstack-bot/cherry-pick-4342-to-release-1.5
...
[release-1.5] Don't wait for hooks in `kubectl cert-manager x install` integration test
2021-08-13 19:05:11 +02:00
Inteon and jetstack-bot
10bf944d6b
don't wait for hooks in kubectl cert-manager x install test & use local chart for tests
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-13 14:35:06 +00:00
Ashley Davis and jetstack-bot
745515288b
fix mistakenly changed CRDs for v1beta1 ( #4352 )
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-08-13 13:40:58 +00:00
jetstack-bot and GitHub
0c93a2b2b9
Merge pull request #4337 from jetstack-bot/cherry-pick-4327-to-release-1.5
...
[release-1.5] Re-enable venafi tests
v1.5.0
2021-08-11 11:23:12 +01:00
Ashley Davis and jetstack-bot
e1de4ef20e
re-enable venafi tests
...
Revert "Disable the TPP conformance tests"
This reverts commit cc0b6d4455 .
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-08-11 09:10:01 +00:00
jetstack-bot and GitHub
e950408313
Merge pull request #4326 from jetstack-bot/cherry-pick-4308-to-release-1.5
...
[release-1.5] Fix chart readme install command
v1.5.0-beta.1
2021-08-09 13:46:49 +01:00
Dean Coakley and jetstack-bot
c7fa2af425
Fix helm install commands for helm 3.x clients
...
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com >
2021-08-09 12:08:55 +00:00
Dean Coakley and jetstack-bot
306422825c
Fix chart install command to include version
...
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com >
2021-08-09 12:08:55 +00:00
jetstack-bot and GitHub
62576db879
Merge pull request #4321 from SgtCoDFish/1.5-cherrypick-helm-template
...
[release-1.5] Fix chart prerequisites Kubernetes version
2021-08-08 10:48:43 +01:00
jetstack-bot and GitHub
173da945c9
Merge pull request #4318 from jetstack-bot/cherry-pick-4311-to-release-1.5
...
[release-1.5] Adds an explicit timeout when pre-checking HTTP-01 challenges
2021-08-08 09:31:43 +01:00
jetstack-bot and GitHub
1ad287d322
Merge pull request #4325 from jetstack-bot/cherry-pick-4306-to-release-1.5
...
[release-1.5] Bump k8s v1.22 test image sha
2021-08-08 08:54:43 +01:00
irbekrm and jetstack-bot
a648433760
Bump k8s v1.22 test image sha
...
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-08-08 07:17:46 +00:00
jetstack-bot and GitHub
8196af275e
Merge pull request #4324 from jetstack-bot/cherry-pick-4300-to-release-1.5
...
[release-1.5] Cleanup tests
2021-08-07 23:18:43 +01:00
Inteon and jetstack-bot
4e9e5bb628
resolve .Stop() failures
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-07 21:41:09 +00:00
Inteon and jetstack-bot
e9a9803088
fail if stop was not successful
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-07 21:41:09 +00:00
Inteon and jetstack-bot
0d40015457
escape commas
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-07 21:41:09 +00:00