Release Notes

Add-on: SSH 2.7

  • Support new home-assistant config check api call
  • Update CLI output

Hass.io 0.56

  • Add support for wrong yaml and better regex to homeassistant/check

Hass.io 0.57

  • Update panel to polymer 2 (@balloob)
  • Add network config for add-ons (@balloob)
  • Add host shutdown to advance view (@balloob)
  • Better cleanup for local build add-ons
  • Support rebuild for local build add-ons
  • Use deepmerge for merge add-ons default options with user changes
1 Like

Hass.io 0.58

  • Fix network options: null/None now disable that port
  • New network layer for internal processes

The new network layer allow now to communicate inside hassio network with every addon with hostname or docker name of that addon. Also all addon can use homeassistant that resolve to homeassistant instance. You can also use the add-on names inside homeassistant configuration. More feature, based on that will follow soon. All internal containers like supervisor have now a fix IP on that network and prevent problems with other custom docker stuff on host.

You need restart a add-on to use the internal network. If you run into a problem after update, please reboot the host.

Hass.io 0.59

  • Remove default bridge from add-ons
  • Allow access to logs un running tasks

Add-on GIT_pull 1.0 / 1.1:

  • Check the config before restart
  • Fix repository Name instead repositorie
  • Fix config mapping

Hass.io 0.60:

  • Bugfix dns forwarder spawn socat processes

Add-on nginx_proxy 0.6:

  • Allow only request to correct hostname
  • Change to new internal network layer

Add-on nginx_proxy 0.7:

  • Fix bug with incorrect hostname

Hass.io 0.61:

  • Allow disable/enable homeassistant (New options boot) on startup
  • Add support for start/stop homeassistant

Add-on ssh 2.8:

  • Add new CLI commands to control Home-Assistant

Hass.io 0.62:

  • Allow to use int(min, max) and float(min, max)
  • New schema type match to allow use regex: match(^(?:man|woman)$)
1 Like

Hass.io 0.63:

  • Change flow of startup for new images

Hass.io hardware image 1.1:

  • update docker version 17.06
  • update NetworkManager / ModemManager
  • update some libs
  • activate stack protector
  • update OTA updater
  • use hass.io 0.63 with new landingpage flow

The new OTA updater support background update Task. The previous updater stop all dockers until the OTA update was donw. Now we have only downtime for the reboot. But for the update from 1.0 to 1.1 it run with old OTA updater. That need some time, so don’t worry and wait until the device have reboot.

2 Likes

Hass.io 0.64:

  • Feature: Move to our new build system
  • Bugfix: Revert config file if they are invalid on startup
  • Bugfix: Show only valid add-ons and ignore add-ons with invalid config.json
1 Like

Add-on Configurator 0.2.0:

  • new
3 Likes

Add-on DuckDNS 1.0:

  • Add support for let’s encrypt

Add-on Dnsmasq 1.0:

  • Move from host network into private modus and remove the options interface

Hass.io 0.65:

  • New add-on options gpio to map /sys/class/gpio
  • Update add-on labels for local build; io.hass.name, io.hass.description, io.hass.url

Hass.io 0.66:

  • fix gpio with access to /sys/devices/platform/soc