Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Mar 22, 2019
1 parent c7fb80f commit 6210be6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.6.3]: 0.6.3 - 2019-03-22

### Fixed

* Disable SCTP for CVE-2019-3874 (#784, [@MattiasGees](https://github.com/MattiasGees))

### Changed

* Upgrade default Kubernetes version to 1.12.6 (#786, [@simonswine](https://github.com/simonswine))

### Versions

| Application | Supported versions | Default |
|-------------|--------------------:|----------:|
| Packer | | `1.2.5` |
| Terraform | | `0.11.11` |
| Consul | | `1.2.4` |
| Vault | | `0.9.6` |
| Kubernetes | `>= 1.10 && < 1.14` | `1.12.6` |
| Calico | | `3.1.4` |
| Vault Helper| | `0.9.13` |
| Etcd | | `3.2.25` |

## [0.6.2]: 0.6.2 - 2019-03-15

### Fixed
Expand All @@ -24,7 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
| Terraform | | `0.11.11` |
| Consul | | `1.2.4` |
| Vault | | `0.9.6` |
| Kubernetes | `>= 1.10 && < 1.14` | `1.12.6` |
| Kubernetes | `>= 1.10 && < 1.14` | `1.12.5` |
| Calico | | `3.1.4` |
| Vault Helper| | `0.9.13` |
| Etcd | | `3.2.25` |
Expand Down Expand Up @@ -498,6 +521,7 @@ This detailed changes have happend since the last minor version of Tarmak:
| Vault | | `0.7.3` |
| Kubernetes | `>= 1.5 && < 1.8` | `1.7.7` |

[0.6.3]: https://github.com/jetstack/tarmak/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/jetstack/tarmak/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/jetstack/tarmak/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/jetstack/tarmak/compare/0.5.0...0.6.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,8 +20,8 @@ including Terraform, Puppet and systemd.
Get a ready built version of tarmak from [the releases
page](https://github.com/jetstack/tarmak/releases):

$ wget https://github.com/jetstack/tarmak/releases/download/0.6.2/tarmak_0.6.2_linux_amd64
$ mv tarmak_0.6.2_linux_amd64 tarmak
$ wget https://github.com/jetstack/tarmak/releases/download/0.6.3/tarmak_0.6.3_linux_amd64
$ mv tarmak_0.6.3_linux_amd64 tarmak
$ chmod +x tarmak

If you want compile from source, follow the [build
Expand Down
2 changes: 1 addition & 1 deletion terraform/amazon/templates/bastion_user_data.yaml.template
Expand Up @@ -68,7 +68,7 @@ write_files:
{{- else }}
Environment=AIRWORTHY_VERSION=0.2.0
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
Environment=WING_VERSION=0.6.2
Environment=WING_VERSION=0.6.3
ExecStartPre=/bin/sh -c '\
set -e ;\
test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\
Expand Down
Expand Up @@ -25,7 +25,7 @@ write_files:
{{- else }}
Environment=AIRWORTHY_VERSION=0.2.0
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
Environment=WING_VERSION=0.6.2
Environment=WING_VERSION=0.6.3
ExecStartPre=/bin/sh -c '\
set -e ;\
test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\
Expand Down

0 comments on commit 6210be6

Please sign in to comment.