talos/CHANGELOG-0.2.md
Andrew Rynhard 719afb56bd chore: prepare release v0.2.0-alpha.5
This is the official v0.2.0-alpha.5 release.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-08-05 12:04:45 -07:00

11 KiB

(2019-08-05)

Bug Fixes

  • init: flip concurrency of tasks/services, fix small issues (084378a)
  • create overlay mounts after install (835d72b)
  • mount the owned partitions in cloud platforms (a9c4a95)
  • set mtu value regardless of interface state (bc5fe08)

Features

  • break up osctl cluster create and basic/e2e tests (38dfddb)
  • init: implement complete API for service lifecycle (start/stop) (9c63f4e)
  • osctl: allow configurable number of masters to cluster create (ac963ad)

v0.2.0-alpha.4 (2019-07-30)

Bug Fixes

  • check proper value of parseip in dhcp (2208eb5)
  • trustd: allow hostnames for trustd endpoints (8884b85), closes #666
  • mount cgroups properly (5a68b8b)
  • Run cleanup script earlier in rootfs build (a7d76b9)

Features

  • attempt to connect to all trustd endpoints when downloading PKI (45def0a), closes #891
  • enable missing KSPP sysctls (0b8778d)
  • move df API to init (b4383e3)
  • run rootfs from squashfs (0ec17e4)

v0.2.0-alpha.3 (2019-07-22)

Bug Fixes

  • create symlinks to /etc/ssl/certs (fe2b81f)
  • Fix integration of extra kernel args (e9482a4)
  • make /etc/resolv.conf writable (88bdedf)
  • Only generate pki from trustd if not control plane (a15499d)
  • prefix file stat with rootfs prefix (75ea516)
  • Truncate hostname if necessary (f650e32)

Features

  • init: Add azure as a supported platform (7adef1e)
  • add machined (8e8aae9)
  • allow mtu specification for network devices (4a31b66)
  • allow specification of mtu for cluster create (6fd685d)
  • set default mtu for gce platform (c9f0dbb)

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)