Skip to content

Commit

Permalink
Tag 0.1.37 release
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 19, 2019
1 parent 8293000 commit 9fde2b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/release_notes/0.1.37.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release 0.1.36

## Improvements
- support for Kubernetes 1.13 (not default yet, use `--version=1.13`)
- add Canada Central region (`ca-central-1`)
- add support for encrypted root EBS volumes based on AMI (#889)
- add `certManager` IAM add-on policy (#885)
- add `--config-file` flag in all `iamidentitymapping` commands (#868)
- make stack troubleshooter output less verbose (#865)

## Bug fixes and code improvements
- fix obscure error message when cluster failed to create (#866)
- code refactoring and clean up (#859, #878)
2 changes: 1 addition & 1 deletion pkg/version/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ package version
// Values of builtAt and gitCommit will be set by the linker.
var builtAt = ""
var gitCommit = ""
var gitTag = "0.1.36"
var gitTag = "0.1.37"

0 comments on commit 9fde2b9

Please sign in to comment.