From c2e71bd2bca46437e0cbf761fb16d52d0c6c46b1 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Wed, 18 Sep 2019 03:09:20 +0000 Subject: [PATCH] chore: prepare release v0.2.0-beta.0 This is the official v0.2.0-beta.0 release. Signed-off-by: Andrew Rynhard --- CHANGELOG-0.2.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGELOG-0.2.md b/CHANGELOG-0.2.md index 0cb201345..158433379 100644 --- a/CHANGELOG-0.2.md +++ b/CHANGELOG-0.2.md @@ -1,3 +1,46 @@ +# [v0.2.0-beta.0](https://github.com/talos-systems/talos/compare/v0.2.0-alpha.7...v0.2.0-beta.0) (2019-09-18) + + +### Bug Fixes + +* Add retry/delay to probing device file ([3098560](https://github.com/talos-systems/talos/commit/3098560)) +* conditionally set log path ([b7755b3](https://github.com/talos-systems/talos/commit/b7755b3)) +* enable slub_debug=P ([298ddc8](https://github.com/talos-systems/talos/commit/298ddc8)) +* generate client admin cert with 1 year expiry ([4912d71](https://github.com/talos-systems/talos/commit/4912d71)) +* increase retries for DHCP ([845cd92](https://github.com/talos-systems/talos/commit/845cd92)), closes [#1099](https://github.com/talos-systems/talos/issues/1099) +* leave etcd when upgrading control plane node ([ef21547](https://github.com/talos-systems/talos/commit/ef21547)) +* **osctl:** use real userdata as defaults for install ([47a361c](https://github.com/talos-systems/talos/commit/47a361c)), closes [#1102](https://github.com/talos-systems/talos/issues/1102) +* log system services to /run/system/log ([2167097](https://github.com/talos-systems/talos/commit/2167097)) +* make --target persistent across all commands ([66c848c](https://github.com/talos-systems/talos/commit/66c848c)) +* move to per-platform console setup ([473df84](https://github.com/talos-systems/talos/commit/473df84)) +* prepend custom options for kernel commandline ([bcb6a2d](https://github.com/talos-systems/talos/commit/bcb6a2d)), closes [#1128](https://github.com/talos-systems/talos/issues/1128) +* prevent EBUSY when unmounting system disk ([37a8ce7](https://github.com/talos-systems/talos/commit/37a8ce7)) +* remove basic integration teardown ([71cddfd](https://github.com/talos-systems/talos/commit/71cddfd)) +* set default install image ([db78ed9](https://github.com/talos-systems/talos/commit/db78ed9)) +* **init:** Enable containerd subreaper ([1373806](https://github.com/talos-systems/talos/commit/1373806)) +* **machined:** Fix hostname value when retrieving from cloud providers ([63eb62f](https://github.com/talos-systems/talos/commit/63eb62f)) +* **machined:** limit max stderr output, use pkg/cmd consistently ([3012851](https://github.com/talos-systems/talos/commit/3012851)) +* **networkd:** Fix hostname retrieval ([a6ba81b](https://github.com/talos-systems/talos/commit/a6ba81b)) +* translate machine.network to networking.os ([3c41770](https://github.com/talos-systems/talos/commit/3c41770)), closes [#1134](https://github.com/talos-systems/talos/issues/1134) +* use /var/log for default log path ([d563988](https://github.com/talos-systems/talos/commit/d563988)) +* use ntp client constructor ([a99637c](https://github.com/talos-systems/talos/commit/a99637c)), closes [#1126](https://github.com/talos-systems/talos/issues/1126) +* use unique variables for CLI flags ([1b8bf0d](https://github.com/talos-systems/talos/commit/1b8bf0d)) +* **osd:** Mount host directory for grpc sockets ([9a50da0](https://github.com/talos-systems/talos/commit/9a50da0)) + + +### Features + +* allow network interface to be ignored ([f7ad24e](https://github.com/talos-systems/talos/commit/f7ad24e)), closes [#1124](https://github.com/talos-systems/talos/issues/1124) +* Allow spec of canonical controlplane addr ([beecb70](https://github.com/talos-systems/talos/commit/beecb70)), closes [#1131](https://github.com/talos-systems/talos/issues/1131) +* configure interfaces concurrently ([9337dcd](https://github.com/talos-systems/talos/commit/9337dcd)) +* move node certificate to tmpfs ([20c88ba](https://github.com/talos-systems/talos/commit/20c88ba)) +* set expiry of certificates to 24 hours ([761805e](https://github.com/talos-systems/talos/commit/761805e)) +* **machined:** filter actions stop/start/restart on per-service level ([b68e639](https://github.com/talos-systems/talos/commit/b68e639)) +* upgrade Kubernetes to v1.16.0-rc.1 ([7574626](https://github.com/talos-systems/talos/commit/7574626)) +* upgrade Kubernetes to v1.16.0-rc.2 ([ab4e058](https://github.com/talos-systems/talos/commit/ab4e058)) + + + # [v0.2.0-alpha.7](https://github.com/talos-systems/talos/compare/v0.2.0-alpha.6...v0.2.0-alpha.7) (2019-08-27)