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

Commit 7d5fd08

Browse files
committed
Release 0.5.1
1 parent 02ae3a3 commit 7d5fd08

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2525
| Vault Helper| | `0.9.13` |
2626
| Etcd | | `3.2.25` |
2727

28+
## [0.5.1]: 0.5.0 - 2018-12-04
29+
30+
Release to update default Kubernetes version to 1.11.4: CVE-2018-1002105: proxy
31+
request handling in kube-apiserver can leave vulnerable TCP connections
32+
([details](https://github.com/kubernetes/kubernetes/issues/71411)).
33+
34+
### Changed
35+
36+
* Update default kubernetes version for new clusters to 1.11.5 (#645, [@JoshVanL](https://github.com/JoshVanL))
37+
38+
### Versions
39+
40+
| Application | Supported versions | Default |
41+
|-------------|-------------------:|---------:|
42+
| Packer | | `1.0.2` |
43+
| Terraform | | `0.11.8` |
44+
| Consul | | `1.2.3` |
45+
| Vault | | `0.9.5` |
46+
| Kubernetes | `>= 1.9 && < 1.13` | `1.11.5` |
47+
| Calico | | `3.1.4` |
48+
| Vault Helper| | `0.9.13` |
49+
| Etcd | | `3.2.25` |
50+
2851

2952
## [0.5.0]: 0.5.0 - 2018-11-26
3053

@@ -289,6 +312,7 @@ This detailed changes have happend since the last minor version of Tarmak:
289312
| Vault | | `0.7.3` |
290313
| Kubernetes | `>= 1.5 && < 1.8` | `1.7.7` |
291314

315+
[0.5.1]: https://github.com/jetstack/tarmak/compare/0.5.0...0.5.1
292316
[0.5.0]: https://github.com/jetstack/tarmak/compare/0.4.1...0.5.0
293317
[0.4.1]: https://github.com/jetstack/tarmak/compare/0.4.0...0.4.1
294318
[0.4.0]: https://github.com/jetstack/tarmak/compare/0.3.0...0.4.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.5.0/tarmak_0.5.0_linux_amd64
24-
$ mv tarmak_0.5.0_linux_amd64 tarmak
23+
$ wget https://github.com/jetstack/tarmak/releases/download/0.5.1/tarmak_0.5.1_linux_amd64
24+
$ mv tarmak_0.5.1_linux_amd64 tarmak
2525
$ chmod +x tarmak
2626

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

terraform/amazon/modules/bastion/templates/bastion_user_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ write_files:
5858
[Service]
5959
Environment=AIRWORTHY_VERSION=0.2.0
6060
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
61-
Environment=WING_VERSION=0.5.0
61+
Environment=WING_VERSION=0.5.1
6262
Environment=WING_DATA_DIR=/var/lib/wing
6363
PermissionsStartOnly=true
6464
Restart=on-failure

terraform/amazon/templates/puppet_agent_user_data.yaml.template

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

0 commit comments

Comments
 (0)