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

Commit 6210be6

Browse files
committed
Release 0.6.3
1 parent c7fb80f commit 6210be6

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.3]: 0.6.3 - 2019-03-22
8+
9+
### Fixed
10+
11+
* Disable SCTP for CVE-2019-3874 (#784, [@MattiasGees](https://github.com/MattiasGees))
12+
13+
### Changed
14+
15+
* Upgrade default Kubernetes version to 1.12.6 (#786, [@simonswine](https://github.com/simonswine))
16+
17+
### Versions
18+
19+
| Application | Supported versions | Default |
20+
|-------------|--------------------:|----------:|
21+
| Packer | | `1.2.5` |
22+
| Terraform | | `0.11.11` |
23+
| Consul | | `1.2.4` |
24+
| Vault | | `0.9.6` |
25+
| Kubernetes | `>= 1.10 && < 1.14` | `1.12.6` |
26+
| Calico | | `3.1.4` |
27+
| Vault Helper| | `0.9.13` |
28+
| Etcd | | `3.2.25` |
29+
730
## [0.6.2]: 0.6.2 - 2019-03-15
831

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

524+
[0.6.3]: https://github.com/jetstack/tarmak/compare/0.6.2...0.6.3
501525
[0.6.2]: https://github.com/jetstack/tarmak/compare/0.6.1...0.6.2
502526
[0.6.1]: https://github.com/jetstack/tarmak/compare/0.6.0...0.6.1
503527
[0.6.0]: https://github.com/jetstack/tarmak/compare/0.5.0...0.6.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ including Terraform, Puppet and systemd.
2020
Get a ready built version of tarmak from [the releases
2121
page](https://github.com/jetstack/tarmak/releases):
2222

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

2727
If you want compile from source, follow the [build

terraform/amazon/templates/bastion_user_data.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ write_files:
6868
{{- else }}
6969
Environment=AIRWORTHY_VERSION=0.2.0
7070
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
71-
Environment=WING_VERSION=0.6.2
71+
Environment=WING_VERSION=0.6.3
7272
ExecStartPre=/bin/sh -c '\
7373
set -e ;\
7474
test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\

terraform/amazon/templates/puppet_agent_user_data.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ write_files:
2525
{{- else }}
2626
Environment=AIRWORTHY_VERSION=0.2.0
2727
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
28-
Environment=WING_VERSION=0.6.2
28+
Environment=WING_VERSION=0.6.3
2929
ExecStartPre=/bin/sh -c '\
3030
set -e ;\
3131
test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\

0 commit comments

Comments
 (0)