jetstack-bot and GitHub
2bdda7210d
Merge pull request #4407 from JoshVanL/ctl-factory
...
ctl factory
2021-09-01 18:30:11 +01:00
jetstack-bot and GitHub
aae24ba82d
Merge pull request #4338 from irbekrm/ginkgo_skip_focus
...
Ginkgo skip/focus can be optionally passed in from CI
2021-09-01 17:26:11 +01:00
irbekrm
66d8b85be8
Ginkgo skip/focus values can be optionally passed in from CI
...
Signed-off-by: irbekrm <irbekrm@gmail.com >
Re-instate Venafi Cloud tests
They are now passing - we can see that for CertificateSigningRequest tests
Signed-off-by: irbekrm <irbekrm@gmail.com >
Don't skip Ginkgo tests marked as feature
We can instead define which tests to skip using GINKGO_FOCUS/GINKGO_SKIP to make skipping/focusing more obvious
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-09-01 13:29:28 +01:00
joshvanl
4cdbb64003
Update ctl integration tests to use new local factory package
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-08-24 16:37:01 +01:00
Eng Zer Jun
54e70d2cc4
refactor: move from io/ioutil to io and os package
...
The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2021-08-23 19:50:42 +08:00
irbekrm
831b87898f
Explicitly set Venafi Cloud e2e tests to use v2 endpoint
...
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-08-18 12:52:05 +01:00
jetstack-bot and GitHub
9d1c6c9f09
Merge pull request #4347 from inteon/fix_install
...
Don't wait for hooks in kubectl cert-manager x install integration test (part 2)
2021-08-13 09:36:11 +02:00
Inteon
f4bc283965
update comments
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-12 22:54:14 +02:00
Inteon
91ec4c773a
use correct contexts everywhere & don't restart apiserver to add crds
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-12 20:05:01 +02:00
jetstack-bot and GitHub
6f37d33c33
Merge pull request #4342 from inteon/fix_install
...
Don't wait for hooks in `kubectl cert-manager x install` integration test
2021-08-12 10:06:42 +02:00
Inteon
e5df60d47e
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-11 23:18:33 +02:00
Ashley Davis
d5da86fb45
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-09 15:55:23 +01:00
Inteon
abc39053b2
resolve .Stop() failures
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-07 10:19:07 +02:00
Inteon
8ec405e823
fail if stop was not successful
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-07 00:17:02 +02:00
Inteon
ef31a2ea08
cleanup & better error debug printing
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-06 17:31:58 +02:00
Inteon
a569e79776
cleanup test contexts
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-06 17:31:19 +02:00
Richard Wall
cc0b6d4455
Disable the TPP conformance tests
...
They can be run manually with /test pull-cert-manager-e2e-v1-20-feature-issuers-venafi-tpp
Signed-off-by: Richard Wall <richard.wall@jetstack.io >
2021-08-05 16:09:09 +01:00
jetstack-bot and GitHub
8d0c228a1f
Merge pull request #4298 from inteon/fix_test_flake
...
Improve certificate condition checking and error logging
2021-08-05 09:43:39 +01:00
Inteon
66820ed03e
resolve bugs
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-04 18:50:29 +02:00
Inteon
7bf6bf93bf
cleanup test functions
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-04 15:11:30 +02:00
Inteon
1e89e9a55b
upgrade go.mod
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-04 00:49:07 +02:00
Inteon
2d2bde57c0
improved certificate condition checking and error logging
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-03 23:00:42 +02:00
jetstack-bot and GitHub
d647e543e3
Merge pull request #4276 from jakexks/gateway-http01
...
Experimental Gateway API support for ACME HTTP-01 Solving
2021-08-03 18:51:49 +01:00
Inteon
bfb11d279d
correctly print conditions during tests
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-08-03 16:54:00 +02:00
Jake Sanders
c2d7a98192
Remove PodTemplate from Gateway Solver, rename to GatewayHTTPRoute
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-08-03 14:26:45 +01:00
Jonathan Prates
c5e81b13f6
fix: labels cannot be shown if no labels were changed
...
Signed-off-by: jonathansp <jonathansimonprates@gmail.com >
2021-08-03 01:19:11 +01:00
Jonathan Prates
ababc24670
fix: add SetCertificateSecretTemplate function comment
...
Signed-off-by: jonathansp <jonathansimonprates@gmail.com >
2021-08-03 01:19:11 +01:00
Jonathan Prates
936ad33539
fix: ensure secret annotations and labels will be copied if updated in the cert
...
Signed-off-by: jonathansp <jonathansimonprates@gmail.com >
2021-08-03 01:19:11 +01:00
Jonathan Prates
47bc03e7c4
feat: add support to secretTemplates
...
Signed-off-by: jonathansp <jonathansimonprates@gmail.com >
2021-08-03 01:19:11 +01:00
Maël Valais
345ace666f
addons: add Traefik to be used for HTTP-01 HTTPRoute solving
...
Signed-off-by: Maël Valais <mael@vls.dev >
2021-08-02 17:17:44 +02:00
Jake Sanders
b19bdff66b
Tidy certificate test suites
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-08-02 14:53:15 +01:00
Jake Sanders
90e4324c7a
e2e tests for Gateway HTTP01 Solver
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-08-02 14:12:30 +01:00
jetstack-bot and GitHub
94d854c525
Merge pull request #4244 from RinkiyaKeDad/new_featureset
...
adding a new feature set for Public ACME servers
2021-08-02 12:57:06 +01:00
Arsh Sharma
89bf0022d6
changes from pair programming sesh
...
Signed-off-by: Arsh Sharma <arshsharma461@gmail.com >
2021-08-02 16:22:51 +05:30
jetstack-bot and GitHub
b04e42c437
Merge pull request #4253 from JoshVanL/apiextensions-v1beta1-v1
...
Conversion: Apiextensions v1beta1 -> v1
2021-07-30 15:49:49 +01:00
Arsh Sharma
58410f5deb
added comment for skip
...
Signed-off-by: Arsh Sharma <arshsharma461@gmail.com >
2021-07-30 18:21:58 +05:30
Arsh Sharma
8ce7ca8d63
testing: seeing if skip option fixes the failing tests
...
Signed-off-by: Arsh Sharma <arshsharma461@gmail.com >
2021-07-30 17:00:56 +05:30
jetstack-bot and GitHub
25320ceaa8
Merge pull request #4252 from JoshVanL/admissionregistration-v1beta1-v1
...
Change admissionregistration.k8s.io v1beta1 to v1 in integration tests
2021-07-29 20:44:41 +01:00
joshvanl
1d926e8e50
Adds UserInfo fields to conversion webhook tests
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-07-29 17:35:13 +01:00
joshvanl
d261e2eadb
Defined AdmissionReviewVersions:[]string{"v1"} in API webhook
...
configuration integration tests
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-07-29 14:54:17 +01:00
jetstack-bot and GitHub
d062176777
Merge pull request #4243 from inteon/improved_go_routines
...
Cleanup goroutine management
2021-07-28 15:36:41 +01:00
Arsh Sharma
2baaea339f
created a fs for long domain
...
Signed-off-by: Arsh Sharma <arshsharma461@gmail.com >
2021-07-27 19:13:19 +05:30
Jake Sanders
b695af3fa3
nit: imports
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-07-27 09:59:14 +01:00
Jake Sanders
85cb26e3c5
Fix cache modification + cert flake in e2e tests
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-07-27 09:48:07 +01:00
Jake Sanders
fc428d763e
Fix e2e tests on Kube 1.16 by removing last references to NetworkingV1
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-07-26 22:30:41 +01:00
Jake Sanders
edcbd4fff6
Fix redirection HTTP01 test
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-07-26 20:35:50 +01:00
Jake Sanders
63d7cb551e
./hack/update-all
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-07-26 19:15:08 +01:00
Jake Sanders
2df84b92d0
Update e2e tests to use beta Ingress APIs if v1 is unavailable
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-07-26 19:08:28 +01:00
Jake Sanders
67c6586161
Addressing code review comments in #4225
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-07-26 18:29:54 +01:00
Jake Sanders
b6f085c04a
e2e tests now use networking.k8s.io/v1 ingresses
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-07-26 18:29:45 +01:00