Skip to content

Commit 7b86c3b

Browse files
Update documentation for v0.6.2 (#446)
Signed-off-by: Marko Mudrinić <[email protected]>
1 parent f850a8b commit 7b86c3b

File tree

8 files changed

+17
-8
lines changed

8 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# [v0.6.2](https://github.com/kubermatic/kubeone/releases/tag/v0.6.2) - 2019-05-13
4+
5+
## Changed
6+
7+
* Fix a missing JSON tag on the `Name` field, so specifying `name` in lowercase in the manifest works as expected ([#439](https://github.com/kubermatic/kubeone/pull/439))
8+
* Fix failing to disable SELinux on CentOS if it's already disabled ([#443](https://github.com/kubermatic/kubeone/pull/443))
9+
* Fix setting permissions on the remote KubeOne directory when the `$USER` environment variable isn't set ([#443](https://github.com/kubermatic/kubeone/pull/443))
10+
311
# [v0.6.1](https://github.com/kubermatic/kubeone/releases/tag/v0.6.1) - 2019-05-09
412

513
## Changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ expected.
5353
Alternatively, you can obtain KubeOne via [GitHub Releases][9]:
5454

5555
```bash
56-
curl -LO https://github.com/kubermatic/kubeone/releases/download/v0.6.1/kubeone_0.6.1_linux_amd64.zip
57-
unzip kubeone_0.6.1_linux_amd64.zip
56+
curl -LO https://github.com/kubermatic/kubeone/releases/download/v0.6.2/kubeone_0.6.2_linux_amd64.zip
57+
unzip kubeone_0.6.2_linux_amd64.zip
5858
sudo mv kubeone /usr/local/bin
5959
```
6060

@@ -82,6 +82,7 @@ It's highly recommended to use the latest version whenever possible.
8282

8383
| KubeOne version | 1.14 | 1.13 | 1.12 | Supported providers |
8484
|-----------------|------|------|------|----------------------------------------------------|
85+
| v0.6.2 | + | + | - | AWS, DigitalOcean, GCE, Hetzner, Packet, OpenStack |
8586
| v0.6.1 | + | + | - | AWS, DigitalOcean, GCE, Hetzner, Packet, OpenStack |
8687
| v0.6.0 | + | + | - | AWS, DigitalOcean, GCE, Hetzner, Packet, OpenStack |
8788
| v0.5.0 | + | + | - | AWS, DigitalOcean, GCE, Hetzner, OpenStack |

docs/quickstart-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a result, you'll get Kubernetes 1.14.1 High-Available (HA) clusters with thre
88

99
To follow this quick start, you'll need:
1010

11-
* `kubeone` v0.6.1 or newer installed, which can be done by following the `Installing KubeOne` section of [the README](https://github.com/kubermatic/kubeone/blob/master/README.md),
11+
* `kubeone` v0.6.2 or newer installed, which can be done by following the `Installing KubeOne` section of [the README](https://github.com/kubermatic/kubeone/blob/master/README.md),
1212
* `terraform` installed. The binaries for `terraform` can be found on the [Terraform website](https://www.terraform.io/downloads.html)
1313

1414
## Setting Up Credentials

docs/quickstart-digitalocean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a result, you'll get Kubernetes 1.14.1 High-Available (HA) clusters with thre
88

99
To follow this quick start, you'll need:
1010

11-
* `kubeone` v0.6.1 or newer installed, which can be done by following the `Installing KubeOne` section of [the README](https://github.com/kubermatic/kubeone/blob/master/README.md),
11+
* `kubeone` v0.6.2 or newer installed, which can be done by following the `Installing KubeOne` section of [the README](https://github.com/kubermatic/kubeone/blob/master/README.md),
1212
* `terraform` installed. The binaries for `terraform` can be found on the [Terraform website](https://www.terraform.io/downloads.html)
1313

1414
## Setting Up Credentials

docs/quickstart-gce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ three control plane nodes and two worker nodes.
1212

1313
To follow this quick start, you'll need:
1414

15-
* `kubeone` v0.6.1 or newer installed, which can be done by following the `Installing KubeOne`
15+
* `kubeone` v0.6.2 or newer installed, which can be done by following the `Installing KubeOne`
1616
section of [the
1717
README](https://github.com/kubermatic/kubeone/blob/master/README.md),
1818
* `terraform` installed. The binaries for `terraform` can be found on the

docs/quickstart-hetzner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a result, you'll get Kubernetes 1.14.1 High-Available (HA) clusters with thre
88

99
To follow this quick start, you'll need:
1010

11-
* `kubeone` v0.6.1 or newer installed, which can be done by following the `Installing KubeOne` section of [the README](https://github.com/kubermatic/kubeone/blob/master/README.md),
11+
* `kubeone` v0.6.2 or newer installed, which can be done by following the `Installing KubeOne` section of [the README](https://github.com/kubermatic/kubeone/blob/master/README.md),
1212
* `terraform` installed. The binaries for `terraform` can be found on the [Terraform website](https://www.terraform.io/downloads.html)
1313

1414
## Setting Up Credentials

docs/quickstart-openstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a result, you'll get Kubernetes 1.14.1 High-Available (HA) clusters with thre
88

99
To follow this quick start, you'll need:
1010

11-
* `kubeone` v0.6.1 or newer installed, which can be done by following the `Installing KubeOne` section of [the README](https://github.com/kubermatic/kubeone/blob/master/README.md),
11+
* `kubeone` v0.6.2 or newer installed, which can be done by following the `Installing KubeOne` section of [the README](https://github.com/kubermatic/kubeone/blob/master/README.md),
1212
* `terraform` installed. The binaries for `terraform` can be found on the [Terraform website](https://www.terraform.io/downloads.html)
1313

1414
## Setting Up Credentials

docs/quickstart-packet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ three control plane nodes and one worker node (which can be easily scaled).
1212

1313
To follow this quick start, you'll need:
1414

15-
* `kubeone` v0.6.1 or newer installed, which can be done by following the
15+
* `kubeone` v0.6.2 or newer installed, which can be done by following the
1616
`Installing KubeOne` section of [the README][main_readme],
1717
* `terraform` installed. The binaries for `terraform` can be found on the
1818
[Terraform website][terraform_website]

0 commit comments

Comments
 (0)