Skip to content

Commit

Permalink
Update documentation for v0.6.2 (#446)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
kubermatic-bot authored May 13, 2019
1 parent f850a8b commit 7b86c3b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

# [v0.6.2](https://github.com/kubermatic/kubeone/releases/tag/v0.6.2) - 2019-05-13

## Changed

* 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))
* Fix failing to disable SELinux on CentOS if it's already disabled ([#443](https://github.com/kubermatic/kubeone/pull/443))
* Fix setting permissions on the remote KubeOne directory when the `$USER` environment variable isn't set ([#443](https://github.com/kubermatic/kubeone/pull/443))

# [v0.6.1](https://github.com/kubermatic/kubeone/releases/tag/v0.6.1) - 2019-05-09

## Changed
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ expected.
Alternatively, you can obtain KubeOne via [GitHub Releases][9]:

```bash
curl -LO https://github.com/kubermatic/kubeone/releases/download/v0.6.1/kubeone_0.6.1_linux_amd64.zip
unzip kubeone_0.6.1_linux_amd64.zip
curl -LO https://github.com/kubermatic/kubeone/releases/download/v0.6.2/kubeone_0.6.2_linux_amd64.zip
unzip kubeone_0.6.2_linux_amd64.zip
sudo mv kubeone /usr/local/bin
```

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

| KubeOne version | 1.14 | 1.13 | 1.12 | Supported providers |
|-----------------|------|------|------|----------------------------------------------------|
| v0.6.2 | + | + | - | AWS, DigitalOcean, GCE, Hetzner, Packet, OpenStack |
| v0.6.1 | + | + | - | AWS, DigitalOcean, GCE, Hetzner, Packet, OpenStack |
| v0.6.0 | + | + | - | AWS, DigitalOcean, GCE, Hetzner, Packet, OpenStack |
| v0.5.0 | + | + | - | AWS, DigitalOcean, GCE, Hetzner, OpenStack |
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a result, you'll get Kubernetes 1.14.1 High-Available (HA) clusters with thre

To follow this quick start, you'll need:

* `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),
* `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),
* `terraform` installed. The binaries for `terraform` can be found on the [Terraform website](https://www.terraform.io/downloads.html)

## Setting Up Credentials
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a result, you'll get Kubernetes 1.14.1 High-Available (HA) clusters with thre

To follow this quick start, you'll need:

* `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),
* `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),
* `terraform` installed. The binaries for `terraform` can be found on the [Terraform website](https://www.terraform.io/downloads.html)

## Setting Up Credentials
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-gce.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ three control plane nodes and two worker nodes.

To follow this quick start, you'll need:

* `kubeone` v0.6.1 or newer installed, which can be done by following the `Installing KubeOne`
* `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),
* `terraform` installed. The binaries for `terraform` can be found on the
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-hetzner.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a result, you'll get Kubernetes 1.14.1 High-Available (HA) clusters with thre

To follow this quick start, you'll need:

* `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),
* `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),
* `terraform` installed. The binaries for `terraform` can be found on the [Terraform website](https://www.terraform.io/downloads.html)

## Setting Up Credentials
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a result, you'll get Kubernetes 1.14.1 High-Available (HA) clusters with thre

To follow this quick start, you'll need:

* `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),
* `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),
* `terraform` installed. The binaries for `terraform` can be found on the [Terraform website](https://www.terraform.io/downloads.html)

## Setting Up Credentials
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ three control plane nodes and one worker node (which can be easily scaled).

To follow this quick start, you'll need:

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

0 comments on commit 7b86c3b

Please sign in to comment.