From ea23ff994e318e088a6446fce98e49cef7f38bbd Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Mon, 16 Nov 2020 14:22:20 -0800 Subject: [PATCH] release(v0.1.0-alpha.10): prepare release This is the official v0.1.0-alpha.10 release. Signed-off-by: Andrew Rynhard --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a78b06749..c8b987bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ + +## [v0.1.0-alpha.10](https://github.com/talos-systems/talos/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) (2020-11-16) + +### Chore + +* bump Talos package dependency to 0.7-beta.1 + +### Feat + +* boot servers via PXE only once by default +* allow for extra kernel args in agent environment +* add power status to servers +* don't power off the server in discovery agent +* make "insecure-wipe" default, use new fast wipe method + +### Fix + +* add info log when no servers in serverclass + +### Refactor + +* use GetDisks from blockdevice library +* add ErrNoServersInServerClass + + ## [v0.1.0-alpha.9](https://github.com/talos-systems/talos/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2020-11-10) @@ -7,6 +32,10 @@ * update pkgs * ignore missing partition error +### Release + +* **v0.1.0-alpha.9:** prepare release + ## [v0.1.0-alpha.8](https://github.com/talos-systems/talos/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2020-11-07)