Skip to content

Releases: hassio-addons/addon-appdaemon

v0.16.6

23 May 08:46
0b26c71
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.9 @renovate (#339)

v0.16.5

22 Apr 14:40
c855b72
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • ⬆️ Update Python to v3.11.8-r0 @renovate (#332)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.7 @renovate (#329)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.8 @renovate (#335)
  • ⬆️ Update Python to v3.11.9-r0 @renovate (#336)

v0.16.4

02 Feb 09:33
7c23339
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.6 @renovate (#328)

v0.16.3

16 Jan 20:44
b735450
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.5 @renovate (#327)

v0.16.2

10 Jan 20:28
7c46ae5
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.4 @renovate (#324)

v0.16.1

07 Jan 12:05
6d048be
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

  • 🎆 Updates maintenance/license year to 2024 @frenck (#322)

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.2 @renovate (#317)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.3 @renovate (#319)

v0.16.0

09 Dec 12:27
670a2d6
Compare
Choose a tag to compare

What’s changed

Upgrades the add-on to use Alpine Linux 3.19.
This might affect you if you have installed custom system packages.

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.3 @renovate (#310)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 @renovate (#312)

v0.15.2

15 Nov 12:01
fad4c1c
Compare
Choose a tag to compare

What’s changed

⚠️ With this release, the appdaemon data folder will migrate/move out of the Home Assistant configuration folder into a dedicated folder for this add-on. You can access add-on configuration folders using SSH, Samba, VSCode, and similar add-ons by accessing the addon_configs folder/share.

If you have this in your appdaemon.yaml file:

secrets: /config/secrets.yaml

You will need to adjust this to:

secrets: /homeassistant/secrets.yaml

🐛 Bug fixes

v0.15.1

15 Nov 11:42
386fe7c
Compare
Choose a tag to compare

What’s changed

⚠️ With this release, the appdaemon data folder will migrate/move out of the Home Assistant configuration folder into a dedicated folder for this add-on. You can access add-on configuration folders using SSH, Samba, VSCode, and similar add-ons by accessing the addon_configs folder/share.

If you have this in your appdaemon.yaml file:

secrets: /config/secrets.yaml

You will need to adjust this to:

secrets: /homeassistant/secrets.yaml

🐛 Bug fixes

  • Fix incorrect check if AppDaemon configuration already exists @frenck (#289)
  • Remove default secrets file from initial AppDaemon configuration @frenck (#288)

🚀 Enhancements

  • Remove default secrets file from initial AppDaemon configuration @frenck (#288)

v0.15.0

15 Nov 09:55
8a0951a
Compare
Choose a tag to compare

What’s changed

⚠️ With this release, the appdaemon data folder will migrate/move out of the Home Assistant configuration folder into a dedicated folder for this add-on. You can access add-on configuration folders using SSH, Samba, VSCode, and similar add-ons by accessing the addon_configs folder/share.

If you have this in your appdaemon.yaml file:

secrets: /config/secrets.yaml

You will need to adjust this to:

secrets: /homeassistant/secrets.yaml

🚨 Breaking changes

  • Migrate AppDaemon config out of Home Assistant config folder @frenck (#285)

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate (#286)