0a21502e4d
Details can be found in the CHANGELOG. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
8.1 KiB
8.1 KiB
v0.2.0-alpha.2 (2019-07-15)
Bug Fixes
- init: Dont log an error when context canceled (551e24e), closes #723
- return non-nil response in reset (c40802b)
- init: Fix routes endpoint (58537fa), closes #795
Features
- add install flag for extra kernel args (d197d5c)
- update kernel (666f04f)
- Use individual component steps for drone (c1ec77e)
- use new pkgs for initramfs and rootfs (1e9548d)
v0.2.0-alpha.1 (2019-07-05)
Bug Fixes
- init: secret data at rest encryption key should be truly random (#797) (6b0a66b)
- append probed block devices (2c6bf9b)
- move to crypto/rand for token gen (#794) (18f59d8)
- probe specified install device (#818) (cca60ed)
- use existing logic to perform reset (5d8ee0a)
Features
- initramfs: Add kernel arg for default interface (c194621)
- osd: implement container metrics for CRI inspector (#824) (5d91d76)
- osd: implement CRI inspector for containers (#817) (237e903)
v0.2.0-alpha.0 (2019-06-27)
Bug Fixes
- Add gitmeta as dependency for push (#718) (8a5acff)
- containers test by locking image to specific tag (#734) (89b876c)
- ensure index remains in bounds for ud gen (#710) (921114d)
- init: Add modules mountpoint for kube services (#767) (d935ee0)
- init: fix leaky ticker (#784) (4aaa7f6)
- init: use 127.0.0.1 IP in healthchecks to avoid resolver weirdness (#715) (7a4a677)
- osctl: allow '-target' flag for
osctl restart
(#732) (0c0a034) - osctl: avoid panic on empty 'talosconfig' (#725) (f5969d2)
- osctl: display non-fatal errors from ps/stats in osctl (#724) (f200eb7)
- osctl: Revert "display non-fatal errors from ps/stats in osctl (#724)" (#727) (fb320a8)
- proxyd: Add support for dropping broken backends (#790) (6a0684a)
- run basic-integration on nightly cron (#735) (1178896)
- top-level docs now appear properly with sidebar (#785) (19594b3)
- update hack/dev for new userdata location (#777) (0131f83)
- we don't need no stinkin' localapiendpoint (#741) (8a89ecd)
- proxyd: Fix backend deletion (#729) (c88b6fc)
- proxyd: remove self-hosted label in listwatch (#782) (007290a)
- proxyd: Use local apiserver endpoint (#776) (acf975b)
Features
- ci: enable nightly e2e tests (#716) (4ba12fe)
- init: Add service stop api (#708) (d68e303)
- init: Add support for kubeadm reset during upgrade (#714) (0d5f521)
- init: Add support for stopping individual services (#706) (1a01440)
- init: Implement 'ls' command (#721) (532a53b), closes #719
- init: move 'ls' API to init from osd (#755) (76071ab), closes #752
- init: unify filesystem walkers for
ls
/cp
APIs (#779) (6d5ee0c) - add support for upgrading init nodes (#761) (ebc725a)
- osctl: implement 'cp' to copy files out of the Talos node (#740) (9ed45f7)
- osctl: improve output of
stats
andps
commands (#788) (17f28d3) - osd: extend Routes API (#756) (81163ce)
- enable debug in udevd service (#783) (fde6b4b)
- use eudev for udevd (#780) (85afe4f)