talos/CHANGELOG-0.2.md
Andrew Rynhard 0a21502e4d chore: prepare release v0.2.0-alpha.2
Details can be found in the CHANGELOG.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-07-15 14:40:42 -07:00

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

Performance Improvements

  • proxyd: filter listwatch and remove backend on non-running pod (#781) (5f26992)