@@ -17,12 +17,47 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717| Application | Supported versions | Default |
1818| -------------| -------------------:| ---------:|
1919| Packer | | ` 1.0.2 ` |
20- | Terraform | | ` 0.10.8 ` |
20+ | Terraform | | ` 0.11.2 ` |
2121| Consul | | ` 1.0.2 ` |
2222| Vault | | ` 0.9.1 ` |
23- | Kubernetes | ` >= 1.6 && < 1.10 ` | ` 1.7.10 ` |
23+ | Kubernetes | ` >= 1.6 && < 1.10 ` | ` 1.8.8 ` |
2424| Calico | | ` 2.6.6 ` |
2525
26+ ## [ 0.3.0] : 0.3.0 - 2018-02-20
27+
28+ ### Added
29+
30+ * Add ` --keep-containers ` flag to preserve container environment launched by tarmak (#108 , [ @simonswine ] ( https://github.com/simonswine ) )
31+ * Adds vault setup and config to docs (#51 , [ @JoshVanL ] ( https://github.com/JoshVanL ) )
32+ * Upgrade prometheus monitoring to 2.0 (support for RBAC, customizable scraping + alerting configs) (#68 , [ @simonswine ] ( https://github.com/simonswine ) )
33+
34+ ### Changed
35+
36+ * Use upstream goreleaser, GPG signing merged upstream (#116 , [ @simonswine ] ( https://github.com/simonswine ) )
37+ * Update calico to 2.6.6 (#91 , [ @simonswine ] ( https://github.com/simonswine ) )
38+ * Enhance kube state metrics (#95 , [ @simonswine ] ( https://github.com/simonswine ) )
39+ * Update terraform to 0.11 (#87 , [ @simonswine ] ( https://github.com/simonswine ) )
40+ * Update vault to 0.9.1 and consul to 1.0.2 (#88 , [ @simonswine ] ( https://github.com/simonswine ) )
41+ * Tarmak is now compiled against k8s.io release-1.8 branches. (#14 , [ @wallrj ] ( https://github.com/wallrj ) )
42+
43+ ### Fixed
44+
45+ * Fix multi cluster environments by supporting multiple clusters in a single VPC (#100 , [ @dippynark ] ( https://github.com/dippynark ) )
46+ * Retry SSH connection to bastion during tools stack (#81 , [ @JoshVanL ] ( https://github.com/JoshVanL ) )
47+ * Ensure systemd unit order for kubelet and kube-proxy (#69 , [ @simonswine ] ( https://github.com/simonswine ) )
48+
49+ ### Versions
50+
51+ | Application | Supported versions | Default |
52+ | -------------| -------------------:| ---------:|
53+ | Packer | | ` 1.0.2 ` |
54+ | Terraform | | ` 0.11.2 ` |
55+ | Consul | | ` 1.0.2 ` |
56+ | Vault | | ` 0.9.1 ` |
57+ | Kubernetes | ` >= 1.6 && < 1.10 ` | ` 1.8.8 ` |
58+ | Calico | | ` 2.6.6 ` |
59+
60+
2661## [ 0.2.1] : 0.2.1 - 2017-12-05
2762
2863### Fixed
0 commit comments