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

Commit 578ced6

Browse files
committed
Update changelog for 0.5.2
1 parent 9bda70f commit 578ced6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,35 @@ 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.2]: 0.5.2 - 2018-12-07
29+
30+
Bugfix release to fix regression that come up in the 0.5 release branch.
31+
Notably now hard coding the Centos release to 7.5. To avoid instability from a
32+
new Centos minor version.
33+
34+
### Changed
35+
36+
* Hardcode centos image release to 7.5.1804 (#649, [@simonswine](https://github.com/simonswine))
37+
38+
### Fixed
39+
40+
* Override local kubeconfig if errors (#652, [@JoshVanL](https://github.com/JoshVanL))
41+
* Correctly mount nvme drives on etcd instances (#538, [@JoshVanL](https://github.com/JoshVanL))
42+
* Fix centos 7.6 aws cli, download it through pip if it's not working (#646, [@simonswine](https://github.com/simonswine))
43+
44+
### Versions
45+
46+
| Application | Supported versions | Default |
47+
|-------------|-------------------:|---------:|
48+
| Packer | | `1.0.2` |
49+
| Terraform | | `0.11.8` |
50+
| Consul | | `1.2.3` |
51+
| Vault | | `0.9.5` |
52+
| Kubernetes | `>= 1.9 && < 1.13` | `1.11.5` |
53+
| Calico | | `3.1.4` |
54+
| Vault Helper| | `0.9.13` |
55+
| Etcd | | `3.2.25` |
56+
2857
## [0.5.1]: 0.5.1 - 2018-12-04
2958

3059
Release to update default Kubernetes version to 1.11.5: CVE-2018-1002105: proxy
@@ -312,6 +341,7 @@ This detailed changes have happend since the last minor version of Tarmak:
312341
| Vault | | `0.7.3` |
313342
| Kubernetes | `>= 1.5 && < 1.8` | `1.7.7` |
314343

344+
[0.5.1]: https://github.com/jetstack/tarmak/compare/0.5.1...0.5.2
315345
[0.5.1]: https://github.com/jetstack/tarmak/compare/0.5.0...0.5.1
316346
[0.5.0]: https://github.com/jetstack/tarmak/compare/0.4.1...0.5.0
317347
[0.4.1]: https://github.com/jetstack/tarmak/compare/0.4.0...0.4.1

0 commit comments

Comments
 (0)