You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md
* Make install steps version-agnostic
* Recommend using officially released versions over running
of the master branch
* Mention that support for package managers is work in progress
* Add support for Kubernetes 1.15 to the compatibility table
* Minor updates and preparation for v0.9
Signed-off-by: Marko Mudrinić <[email protected]>
* Update the release process document
Signed-off-by: Marko Mudrinić <[email protected]>
* Add changelog for release v0.9.0
Signed-off-by: Marko Mudrinić <[email protected]>
* Add #508 to the changelog
Signed-off-by: Marko Mudrinić <[email protected]>
* Add #486 to the changelog
Signed-off-by: Marko Mudrinić <[email protected]>
* Update CHANGELOG.md with recent changes
Signed-off-by: Marko Mudrinić <[email protected]>
* Minor README improvements
Signed-off-by: Marko Mudrinić <[email protected]>
* Revert NodeLocalDNSCache
Signed-off-by: Marko Mudrinić <[email protected]>
* Change v0.9 release date in changelog
Signed-off-by: Marko Mudrinić <[email protected]>
* The Terraform integration now requires Terraform v0.12+
8
+
* Please see the official [Upgrading to Terraform v0.12](https://www.terraform.io/upgrade-guides/0-12.html)
9
+
document to find out how to update your Terraform scripts for v0.12
10
+
* The example Terraform scripts coming with KubeOne are already updated for v0.12
11
+
* KubeOne is not able to parse output of `terraform output` generated with Terraform
12
+
v0.11 or older anymore
13
+
* The Terraform output template (`output.tf`) has been changed and KubeOne is not able
14
+
to parse the old template anymore. You can check the output template
15
+
used by [example Terraform scripts](https://github.com/kubermatic/kubeone/blob/986b4bc361c6a0ae5d5319990c54e82c15a66cb3/examples/terraform/aws/output.tf) as a
16
+
reference
17
+
18
+
## Added
19
+
20
+
* Add support for Kubernetes 1.15 ([#486](https://github.com/kubermatic/kubeone/pull/486))
21
+
* Add support for Microsoft Azure ([#469](https://github.com/kubermatic/kubeone/pull/469))
22
+
* Add `kubeone completion` command for generating the shell completion scripts for `bash` and `zsh` ([#484](https://github.com/kubermatic/kubeone/pull/484))
23
+
* Add `kubeone document` command for generating man pages and KubeOne documentation ([#484](https://github.com/kubermatic/kubeone/pull/484))
24
+
* Add support for reading Terraform output directly from the directory ([#495](https://github.com/kubermatic/kubeone/pull/495))
25
+
* Add missing fields to the workers specification API ([#499](https://github.com/kubermatic/kubeone/pull/499))
26
+
27
+
## Changed
28
+
29
+
*[BREAKING] KubeOne Terraform integration now uses Terraform v0.12+ ([#466](https://github.com/kubermatic/kubeone/pull/466))
30
+
*[BREAKING] Change Terraform output template to conform with the KubeOneCluster API ([#503](https://github.com/kubermatic/kubeone/pull/503))
31
+
* Fix Docker not starting properly for some providers on Ubuntu ([#512](https://github.com/kubermatic/kubeone/pull/512))
32
+
* Fix `kubeone reset` failing if a MachineSet or Machine object has been already deleted and include more details in the error messages ([#508](https://github.com/kubermatic/kubeone/pull/508))
33
+
* Fix ability to read Terraform output from the standard input (`stdin`) ([#479](https://github.com/kubermatic/kubeone/pull/479))
34
+
* Update `machine-controller` to v1.3.0 ([#499](https://github.com/kubermatic/kubeone/pull/499))
35
+
* Update DigitalOcean Cloud Controller Manager to v0.1.15 ([#516](https://github.com/kubermatic/kubeone/pull/516))
36
+
* Use Docker 18.09.7 when provisioning new clusters ([#517](https://github.com/kubermatic/kubeone/pull/517))
37
+
* Configure proxy for `kubelet` on control plane nodes if proxy settings are provided ([#496](https://github.com/kubermatic/kubeone/pull/496))
38
+
* Configure proxy on worker nodes if proxy settings are provided ([#490](https://github.com/kubermatic/kubeone/pull/490))
39
+
* Make GoBetween Load balancer configuration script work on all operating systems and fix minor bugs ([#494](https://github.com/kubermatic/kubeone/pull/494))
0 commit comments