Commit Graph

3227 Commits

Author SHA1 Message Date
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
JoshVanL
aaf8dfd7a8 Adds changed annotations to 0.11 release notes
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-10 13:18:28 +01:00
jetstack-bot
2991356c5d
Merge pull request #2185 from munnerz/authors
Add contributor list to release notes
2019-10-10 10:55:10 +01:00
James Munnelly
e1ad893782 Add contributor list to release notes
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-10 10:30:55 +01:00
jetstack-bot
787d119a77
Merge pull request #2184 from munnerz/011-changelog
Add changelog for v0.11.0
2019-10-10 10:06:10 +01:00
James Munnelly
d491ff35e2 Add changelog for v0.11.0
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-10 09:43:14 +01:00
jetstack-bot
c0229d2b71
Merge pull request #2183 from munnerz/validatefalsenote
Advise users to set --validate=false when installing with kubectl
2019-10-10 09:34:10 +01:00
James Munnelly
ac51e06fe6 Advise users to set --validate=false when installing with kubectl
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-10 09:24:35 +01:00
jetstack-bot
dd0c89aa6c
Merge pull request #2181 from JoshVanL/0.11-fix-docs-table
Fix order of tasks and rst table in 0.10 upgrade
2019-10-09 20:21:27 +01:00
JoshVanL
db15573832 Fix order of tasks and rst table in 0.10 upgrade
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-09 18:33:47 +01:00
jetstack-bot
d3a418642e
Merge pull request #2165 from JoshVanL/0.11-cli-migration
Adds CLI migration tool with docs on how to use it
2019-10-09 17:45:27 +01:00
jetstack-bot
533fc2d626
Merge pull request #2180 from munnerz/more-release-notes
Add additional sections to release notes
2019-10-09 17:19:42 +01:00
jetstack-bot
a573e8a8ac
Merge pull request #2174 from munnerz/0110-vers-bump
Bump version strings for v0.11.0
2019-10-09 17:19:34 +01:00
jetstack-bot
1c424dd219
Merge pull request #2171 from dulltz/handle-error
Fix to handle error
2019-10-09 17:19:27 +01:00
jetstack-bot
d9043e512f
Merge pull request #2179 from JoshVanL/fix-e2e-cnf-test-name
Fix name of a conformance test
2019-10-09 16:32:35 +01:00
jetstack-bot
7f9d6c113b
Merge pull request #2173 from munnerz/fix-owner-ref-secrets
Fix regression in certificates controller setting owner references
2019-10-09 16:32:27 +01:00
James Munnelly
e56c61ce30 Add additional sections to release notes
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-09 16:09:17 +01:00
jetstack-bot
075dac6e45
Merge pull request #2176 from munnerz/skip-venafi-conformance
Skip Venafi conformance tests
2019-10-09 15:38:27 +01:00
JoshVanL
0865c9cd02 Fix name of a conformance test
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-09 14:30:44 +01:00
James Munnelly
5ec4bd1b09 Skip Venafi conformance tests
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-09 12:52:47 +01:00
James Munnelly
941b27bec1 Bump version strings for v0.11.0
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-09 11:35:35 +01:00
James Munnelly
6b19892908 Fix regression in certificates controller setting owner references
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-09 11:33:21 +01:00
dulltz
bd6248805a Fix to handle error
Signed-off-by: dulltz <isrgnoe@gmail.com>
2019-10-09 18:13:42 +09:00
JoshVanL
af8d844a70 Links uninstall docs, adds predicted links and minor fix
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-08 18:16:34 +01:00
JoshVanL
345385fcfc Fix up migration output and its docs
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-08 17:17:54 +01:00
JoshVanL
fae39bb525 Adds CLI migration tool with docs on how to use it
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-08 16:09:57 +01:00
jetstack-bot
a1097e9bb8
Merge pull request #2160 from JoshVanL/helm-verbosity-level
Adds comment to helm chart with the verbosity levels
2019-10-07 11:20:06 +01:00
JoshVanL
e14f347736 Adds comment to helm chart with the verbosity levels
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-07 09:11:21 +01:00
jetstack-bot
0bb2e8d3f0
Merge pull request #2156 from JoshVanL/release-notes-0.11-notable-items-josh
Adds some notable items to 0.11 release notes
2019-10-04 17:03:56 +01:00
JoshVanL
7b465d9d1a Adds comments from review
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-04 16:36:03 +01:00
JoshVanL
18cc4599d6 Adds some notable items to 0.11 release notes
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-04 14:14:04 +01:00
jetstack-bot
68df81ea45
Merge pull request #2155 from munnerz/leaderelection-kube-system
Update default leader election namespace to be kube-system
2019-10-04 13:50:35 +01:00
James Munnelly
1464fe69a4 Update default leader election namespace to be kube-system
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-04 13:18:23 +01:00
jetstack-bot
bd36cb42fc
Merge pull request #2154 from munnerz/upg-notes
Add jq bash magic to find Ingress resources with old annotations
2019-10-03 17:50:34 +01:00
jetstack-bot
7b06688879
Merge pull request #2151 from JoshVanL/uninstall-docs
Adds uninstallation documentation
2019-10-03 17:38:34 +01:00
jetstack-bot
ddabf64e00
Merge pull request #2153 from JoshVanL/ingress-shim-common-name
The ingress shim checks certificate common names and ensures they are empty
2019-10-03 17:30:34 +01:00
James Munnelly
8f5aafa6f6 Add jq bash magic to find Ingress resources with old annotations
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-03 17:25:00 +01:00
JoshVanL
2e1a534642 The ingress shim checks certificate common names and ensures they are
empty

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-03 16:57:54 +01:00
JoshVanL
b87255a617 Adds review comments
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-03 15:51:28 +01:00
JoshVanL
37f46587ba Adds uninstallation documentation
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-03 14:40:51 +01:00
jetstack-bot
13fcbb9384
Merge pull request #1946 from munnerz/update-controller-tools
Update controller-tools to correctly set x-kubernetes-preserve-unknown-fields
2019-10-03 12:45:47 +01:00
jetstack-bot
1a12c5d99c
Merge pull request #2145 from munnerz/011-release-notes
Add v0.11 draft release notes
2019-10-03 10:59:53 +01:00
jetstack-bot
482eac596a
Merge pull request #2085 from JoshVanL/certificate-URISANs
Adds URISANs field to Certificate
2019-10-03 10:59:47 +01:00
jetstack-bot
9354c97814
Merge pull request #2149 from lachlancooper/values-readme
Fix values and README for helm chart
2019-10-03 10:25:47 +01:00