diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b987bf8..9c60d9eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ + +## [v0.1.0-alpha.11](https://github.com/talos-systems/talos/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2020-11-30) + +### Docs + +* fix typo in asset URLs +* fix patching example + +### Fix + +* bump resource limits for the sidero pods +* add timeout to retry wipe IPMI commands (PXE + powercycle) + +### Refactor + +* unify power management under ServerController +* remove dependency on talos Go module + + -## [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) +## [v0.1.0-alpha.10](https://github.com/talos-systems/talos/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) (2020-11-17) ### Chore @@ -23,6 +42,10 @@ * use GetDisks from blockdevice library * add ErrNoServersInServerClass +### Release + +* **v0.1.0-alpha.10:** prepare release + ## [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)