Releases: home-assistant/operating-system
Releases · home-assistant/operating-system
HassOS Release 1 build 9 (Stable)
Updated
- OVA: Update kernel to 4.14.59
- Raspberry Pi: Update kernel/Firmware to 4.14.58
Changed
- OVA: Add support for ACM devices
Note
For our china users, the supervisor don't break anymore if some organisation limit the internet to rest of the world.
HassOS Release 1 build 8 (Stable)
Added
- OVA: Support for USB Serial devices
- OVA: Device drivers for VIRTIO backends
HassOS Release 1 build 7 (Stable)
Fixed
- RaspberryPi: Fix bootloader bug with store device tree address into env
Changed
- OVA: Update kernel to 4.14.55
HassOS Release 1 build 6 (Stable)
Changed
- RaspberryPi: Update Linux kernel to 4.14.54
- RaspberryPi: Update Firmware for 4.14.54
- RaspberryPi: Update Wifi driver to 2018-10-07
Bugfix
- Fix handling with resolver in NetworkManager rc-manager
file
mode
Note
We revert the update for RPi3. We publish a new version after we fix this.
HassOS Release 1 build 5 (Stable)
Fixed
- Fix boot menu on UEFI for OTA updates
Added
- Move bluetooth to core host OS. Future should be inside UI.
HassOS Release 1 build 4 (Stable)
Fixed
- Restore last clock time on reboot
Development 2 build 0
Changed
- Change dhcp client for store static lease / Remember IP on DHCP
- Reset u-boot on wrong boot
- CLI lost access to supervisor after reboot/ota update
- Journald is not persistent (reboot) and can fill overlay partition
- Config load from USB looks to wrong label config instead CONFIG
- Fix cgroup memory error on raspberrypi
- Use wpa_supplicant with NetworkManager for Wifi
- Rename config partition to CONFIG for compatibility with Fat32
- Offload some rauc function from host to supervisor
Fixed
- Dropbear/ssh can't start CLI and cut the connection
- Avahi don't read the correct hostname
- Handling with ssh authorized_keys keys
HassOS Release 1 build 3 (Stable)
Changed
- Change dhcp client for store static lease / Remember IP on DHCP
- Reset u-boot on wrong boot
Fixed:
- Dropbear/ssh can't start CLI and cut the connection
- Avahi don't read the correct hostname
HassOS Release-1 build 2 (RC)
HassOS Version 1.2 (RC)
Documentation: https://github.com/home-assistant/hassos/tree/rel-1/Documentation
Bugfix
- CLI lost access to supervisor after reboot/ota update
- Journald is not persistent (reboot) and can fill overlay partition
- Config load from USB looks to wrong label config instead CONFIG
- Fix cgroup memory error on raspberrypi
Note
If you CLI have still a not authorize error, you can wait and this will be solved with next hass.io update. You can force this process if you:
hassio > login
# docker stop hassos_supervisor && docker rm hassos_supervisor
Now wait 30sec and it work like a magic but be carefully on host console.
HassOS Release-1 build 1 (RC)
Changed
- Use wpa_supplicant with NetworkManager for Wifi
- Rename config partition to
CONFIG
for compatibility with Fat32 - Offload some rauc function from host to supervisor
Bugfix
- Handling with ssh
authorized_keys
keys