Commit Graph

3271 Commits

Author SHA1 Message Date
James Munnelly
ec8d6e12e4 Add validation to ensure Order & Challenge fields are immutable
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-17 16:54:15 +01:00
James Munnelly
c5ee500a2e Add unit tests for validation webhook handler
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-17 16:54:15 +01:00
James Munnelly
ed284084b3 Refactor validation handler to support updates
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-17 13:27:08 +01:00
James Munnelly
ca9e8f33b2 Clean up webhook handler interface
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-17 12:56:13 +01:00
jetstack-bot
ee9cbf25af
Merge pull request #2245 from munnerz/webhook-golang-httpserver
Use standard golang http server for webhook
2019-10-17 12:54:23 +01:00
James Munnelly
da8bf264fd Use standard golang http server for webhook
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-17 12:29:34 +01:00
jetstack-bot
3fbcd95262
Merge pull request #2224 from answer1991/feature/support-kubeconfig
enable cert-manager using --kubeconfig to connect API Server with kubeconfig file
2019-10-17 09:48:23 +01:00
chenjun.cj
fe6e446f43 enable cert-manager using --kubeconfig to connect API Server with kubeconfig file
Signed-off-by: chenjun.cj <chenjun.cj@alibaba-inc.com>
2019-10-17 12:14:28 +08:00
jetstack-bot
ece1494305
Merge pull request #2241 from munnerz/flake-attempts
Allow setting flakeAttempts when running e2e suite
2019-10-16 16:50:23 +01:00
James Munnelly
4bb0287113 Allow setting flakeAttempts when running e2e suite
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-16 16:14:43 +01:00
jetstack-bot
83eae40db2
Merge pull request #2230 from munnerz/multiarch-images
Create multi-arch manifest lists when publish docker images
2019-10-16 09:33:05 +01:00
jetstack-bot
87aedeb04c
Merge pull request #2225 from munnerz/wildcard-field-ptr
Make ACMEAuthorization.Wildcard field a pointer
2019-10-15 19:05:05 +01:00
James Munnelly
241bce4858 Create multi-arch manifest lists when publish docker images
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-15 17:03:23 +01:00
jetstack-bot
7dbdc5edba
Merge pull request #2227 from Venafi/VenafiErrata
Fix the enrollment URL for Venafi Cloud.
2019-10-15 16:56:06 +01:00
walter.goulet
e8ddf11ad8
Fix the enrollment URL for Venafi Cloud. 2019-10-15 10:37:20 -05:00
jetstack-bot
f57ee108c3
Merge pull request #2146 from gottwald/clouddns-cleanup
Cleanup clouddns package
2019-10-15 16:04:04 +01:00
jetstack-bot
c3aef06dcb
Merge pull request #2199 from munnerz/more-debug-logs-kubectl-failures
Print 'kubectl apply' output during e2e tests
2019-10-15 15:15:05 +01:00
jetstack-bot
8d12d351e8
Merge pull request #2216 from JoshVanL/move-IngressEditInPlaceAnnotationKey-to-acme
Move IngressEditInPlaceAnnotationKey into acme API
2019-10-15 13:53:19 +01:00
James Munnelly
e9796e79f2 Update generated files
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-15 12:40:17 +01:00
James Munnelly
a365d1c19d Remove old comment
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-15 12:35:25 +01:00
James Munnelly
56b1fdd379 Make ACMEAuthorization.Wildcard a *bool
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-15 12:35:11 +01:00
jetstack-bot
4d316ea97f
Merge pull request #2103 from chdorb/fix/yaml_manifests
Better YAML structure
2019-10-15 09:40:19 +01:00
jetstack-bot
082122040f
Merge pull request #2195 from mgoltzsche/master
Add cainjector usage documentation.
2019-10-15 08:56:19 +01:00
jetstack-bot
3dd05e900c
Merge pull request #2198 from munnerz/acme-4xx-errors
Mark Order & Challenge resources as Errored if 4xx error is received
2019-10-14 16:32:19 +01:00
JoshVanL
536dc150ab Move IngressEditInPlaceAnnotationKey into acme API
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-14 16:32:41 +02:00
jetstack-bot
1f6a4c758f
Merge pull request #2207 from krishnadurai/patch-1
Removes leaderelection ClusterRoleBinding
2019-10-14 15:14:20 +01:00
jetstack-bot
3bd755e5c0
Merge pull request #2206 from ismailbaskin/patch-1
Add sideEffects: None to MutatingWebhookConfiguration
2019-10-14 10:47:59 +01:00
jetstack-bot
7b56bca28d
Merge pull request #2210 from nickbp/master
Fix documentation relating to issuer solvers
2019-10-14 10:09:00 +01:00
jetstack-bot
6b7c51c3d7
Merge pull request #2211 from JoshVanL/update-deps-goroot
Change update-deps to set GOROOT
2019-10-14 09:57:00 +01:00
JoshVanL
a2263c3f10 Unset GROOT during update deps
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-13 18:51:10 +02:00
Nick Parker
f39eaf8dba Fix documentation relating to issuer solvers
With the 0.11 release, the deprecated `spec.http01`/`spec.dns01` syntax was removed from the `Issuer`/`ClusterIssuer` CRDs.

Update some references to the old syntax and add a note to the 0.11 upgrade doc about an error one might see if they were still using the old syntax, as was still being provided in the `Issuers` docs until this PR...
2019-10-13 16:01:15 +13:00
Krishna Durai
f2d465d757 Removes leaderelection ClusterRoleBinding
This is done to give preference to the new leaderelection RoleBinding in 'kube-system'

Signed-off-by: Krishna Durai <krishnadurai20@gmail.com>
2019-10-12 16:02:41 +05:30
ismail BASKIN
90e28137f3
Add sideEffects to MutatingWebhookConfiguration
This is for supporting `kubectl --server-dry-run` feature.
It fixes #2186.

Signed-off-by: ismail BASKIN <ismailbaskin5@gmail.com>
2019-10-12 01:21:07 +03:00
Max Goltzsche
acb2e47048 Add cainjector usage documentation.
Signed-off-by: Max Goltzsche <max.goltzsche@gmail.com>
2019-10-11 23:26:34 +02:00
jetstack-bot
03e3897771
Merge pull request #2201 from Lucaber/fix/helm-0.11
Remove deprecated arguments from helm chart deployment
2019-10-11 16:21:48 +01:00
Pierre Dorbais
bac9b39707 fix namespace yaml file format
Signed-off-by: Pierre Dorbais <chdorb@gmail.com>
2019-10-11 15:45:10 +02:00
Luca Berneking
86738b73e4 Remove deprecated arguments from helm chart deployment
Signed-off-by: Luca Berneking <luca@berneking.net>
2019-10-11 15:30:06 +02:00
Pierre Dorbais
9f24be1952 comment crds yaml files concatenation
Signed-off-by: Pierre Dorbais <chdorb@gmail.com>
2019-10-11 14:57:21 +02:00
Pierre Dorbais
5a131155c6 crds file generated
Signed-off-by: Pierre Dorbais <chdorb@gmail.com>
2019-10-11 14:19:50 +02:00
James Munnelly
0472ac4f09 Print 'kubectl apply' output during e2e tests
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-11 11:05:26 +01:00
James Munnelly
e0e4f9b5ea Only construct ACME client once Issuer resource is Ready
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-11 10:52:50 +01:00
Pierre Dorbais
ed67c7fab5 fix: generate better yaml crds file
Signed-off-by: Pierre Dorbais <chdorb@gmail.com>
2019-10-11 10:58:25 +02:00
James Munnelly
ef55bd5807 Mark Order & Challenge resources as Errored if 4xx error is received
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-11 09:30:17 +01:00
jetstack-bot
4ec682db20
Merge pull request #2191 from munnerz/fix-old-e2e
Fix e2e jobs on Kubernetes 1.14 and below
2019-10-10 19:59:38 +01:00
jetstack-bot
d474a5f0b3
Merge pull request #2192 from JoshVanL/fix-uninstall-link
Fix uninstall link in upgrade guide 0.11
2019-10-10 18:46:38 +01:00
JoshVanL
952f91d2e2 Fix uninstall link in upgrade guide 0.11
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-10 18:38:28 +01:00
James Munnelly
6138f0c3c4 Fix e2e jobs on Kubernetes 1.14 and below
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-10 18:36:19 +01:00
jetstack-bot
b030b7eb48
Merge pull request #2190 from JoshVanL/0-11-update-cr-ref
Removes the mention of the feature flag needed to use CertificateRequest
2019-10-10 13:53:09 +01:00
JoshVanL
170ff943d1 Removes the mention of the feature flag needed to use
CertificateRequests

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-10 13:42:42 +01:00
jetstack-bot
57f6dad0c2
Merge pull request #2189 from JoshVanL/0-11-changed-annotations
Adds changed annotations to 0.11 release notes
2019-10-10 13:42:09 +01:00