chore: prepare release v0.1.0

This is the official v0.1.0 release.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
Andrew Rynhard 2019-07-30 03:58:21 +00:00
parent 12486ef0e2
commit e2e5236f62

View File

@ -1,3 +1,18 @@
# [v0.1.0](https://github.com/andrewrynhard/talos/compare/v0.1.0-rc.0...v0.1.0) (2019-07-30)
### Bug Fixes
* mount cgroups properly ([be8f3ba](https://github.com/andrewrynhard/talos/commit/be8f3ba))
* Only generate pki from trustd if not control plane ([ea142ea](https://github.com/andrewrynhard/talos/commit/ea142ea))
### Features
* attempt to connect to all trustd endpoints when downloading PKI ([e0a24de](https://github.com/andrewrynhard/talos/commit/e0a24de)), closes [#891](https://github.com/andrewrynhard/talos/issues/891)
# [v0.1.0-rc.0](https://github.com/andrewrynhard/talos/compare/v0.1.0-beta.1...v0.1.0-rc.0) (2019-07-17)