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

Commit c27ff32

Browse files
committed
Release 0.6.5
1 parent c66d18f commit c27ff32

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1919
| Vault Helper| | `0.9.15` |
2020
| Etcd | | `3.2.25` |
2121

22+
## [0.6.5]: 0.6.5 - 2019-05-27
23+
24+
### Changed
25+
26+
* Upgrade golang to 1.11.10 (#814, [@jetstack-bot](https://github.com/jetstack-bot))
27+
* Upgrade default Kubernetes version to 1.12.8 (#812, [@jetstack-bot](https://github.com/jetstack-bot))
28+
29+
### Fixed
30+
31+
* Fix consul-backinator installation (#799, [@JoshVanL](https://github.com/JoshVanL))
32+
* Fix validity of vault init tokens by upgrading vault-helper to 0.9.15 (#803, [@JoshVanL](https://github.com/JoshVanL))
33+
* Remove Initializers apiserver admission plugin for versions >= 1.14 (#795, [@JoshVanL](https://github.com/JoshVanL))
34+
* Adds deployment update permissions to metrics-server-nanny container (#791, [@JoshVanL](https://github.com/JoshVanL))
35+
36+
### Versions
37+
38+
| Application | Supported versions | Default |
39+
|-------------|--------------------:|----------:|
40+
| Packer | | `1.2.5` |
41+
| Terraform | | `0.11.11` |
42+
| Consul | | `1.2.4` |
43+
| Vault | | `0.9.6` |
44+
| Kubernetes | `>= 1.10 && < 1.14` | `1.12.8` |
45+
| Calico | | `3.1.4` |
46+
| Vault Helper| | `0.9.15` |
47+
| Etcd | | `3.2.25` |
48+
2249
## [0.6.4]: 0.6.4 - 2019-03-29
2350

2451
### Changed

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.4/tarmak_0.6.4_linux_amd64
24-
$ mv tarmak_0.6.4_linux_amd64 tarmak
23+
$ wget https://github.com/jetstack/tarmak/releases/download/0.6.5/tarmak_0.6.5_linux_amd64
24+
$ mv tarmak_0.6.5_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.4
71+
Environment=WING_VERSION=0.6.5
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.4
28+
Environment=WING_VERSION=0.6.5
2929
ExecStartPre=/bin/sh -c '\
3030
set -e ;\
3131
test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\

0 commit comments

Comments
 (0)