Releases: hassio-addons/addon-unifi
v1.1.0
What’s changed
🚀 Enhancements
- snapshot -> backup @SNoof85 (#264)
- Migrate JSON config to YAML @frenck (#308)
- Improve clarity about last log message @frenck (#311)
🧰 Maintenance
- ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#292)
- Switch to centralized GitHub Action Workflows @frenck (#305)
- Rebrand Controller -> Network Application @frenck (#309)
📚 Documentation
- Updates to documentation after dropped 32-bit support @glyph-se (#253)
- New wording for "Inform Host" in unifi settings @kittydoor (#291)
⬆️ Dependency updates
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#254)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#255)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#258)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#269)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#267)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#285)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#295)
- ⬆️ Upgrades binutils to 2.30-21ubuntu1~18.04.7 @frenck (#303)
- ⬆️ Upgrades libssl1.0.0 to 1.0.2n-1ubuntu5.7 @frenck (#304)
- ⬆️ Upgrades UniFi Network Application to v6.4.54 @frenck (#307)
- ⬆️ Upgrades add-on base image to 7.1.2 @frenck (#310)
- ⬆️ Upgrades add-on base image to 7.1.3 @frenck (#312)
v1.1.0-beta.1
What’s changed
🚀 Enhancements
- snapshot -> backup @SNoof85 (#264)
- Migrate JSON config to YAML @frenck (#308)
- Improve clarity about last log message @frenck (#311)
🧰 Maintenance
- ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#292)
- Switch to centralized GitHub Action Workflows @frenck (#305)
- Rebrand Controller -> Network Application @frenck (#309)
📚 Documentation
- Updates to documentation after dropped 32-bit support @glyph-se (#253)
- New wording for "Inform Host" in unifi settings @kittydoor (#291)
⬆️ Dependency updates
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#254)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#255)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#258)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#269)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#267)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#285)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#295)
- ⬆️ Upgrades binutils to 2.30-21ubuntu1~18.04.7 @frenck (#303)
- ⬆️ Upgrades libssl1.0.0 to 1.0.2n-1ubuntu5.7 @frenck (#304)
- ⬆️ Upgrades UniFi Network Application to v6.4.54 @frenck (#307)
- ⬆️ Upgrades add-on base image to 7.1.2 @frenck (#310)
- ⬆️ Upgrades add-on base image to 7.1.3 @frenck (#312)
v1.0.0
What’s changed
Please read them carefully.
Besides that, we call this version 1.0.0! Magic 🪄
🚨 Breaking changes
-
🔥 Drop support for 32-bits systems (armv7, i386) @frenck (#242)
As announced in the previous release, support for the 32-bits operating system has been dropped. Please migrate to a 64-bits (operating) system in order to use this add-on. -
🥶 Use cold backups @frenck (#243)
To make backups (snapshots) more reliable, the add-on will now shut down during the time Home Assistant is making the backup (and of course will start again after the backup is done). -
🔥 Drop support for custom SSL certificates @frenck (#244)
Lately, SSL gave problems for a lot of users, which is partly additionally hard because UniFi runs quite some old internals. Therefore, we've removed the SSL options from the add-on. The add-on will migrate your UniFi configuration to use a self-signed SSL certificate on upgrade. If you want to run the UniFi controller with your own SSL certificate, we recommend using a reverse proxy to achieve that.
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v1.0.0-beta.2
v1.0.0-beta.1
v0.23.2
⚠️ Deprecation warning
This is the final release that supports 32-bits operating systems. Support for 32-bits architectures (armhf, armv7 & i386) will be dropped as of the next release.
The way this add-on currently works around limitations for making it work on those architectures isn't sustainable for the future and slowly becomes problematic. If you are using one of the deprecated architectures, you can update to this release and use that for as long as you want, however, you won't be offered an upgrade to the next release.
If you run a 32-bits operating system, we highly recommend moving/upgrading to a 64-bits OS.
What’s changed
⬆️ Dependency updates
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#221)
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#223)
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#224)
- ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#225)
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#227)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#228)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#229)
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#230)
- ⬆️ Upgrades add-on base image to v6.2.1 @frenck (#233)
- ⬆ Upgrade UniFi Controller to 6.2.26 @chrismccracken (#232)
v0.23.1
What’s changed
⬆️ Dependency updates
- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#207)
- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#210)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#211)
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#212)
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#213)
- ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.2.2 @dependabot (#215)
- Upgrade controller to 6.2.25 @nkm8 (#217)
v0.23.0
What’s changed
⬆️ Dependency updates
- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#201)
- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#202)
- ⬆ Upgrade UniFi Controller 6.2.23 @stocker85 (#204)
v0.22.0
What’s changed
✨ New features
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#181)
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#182)
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#183)
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#186)
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#187)
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#192)
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#190)
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#191)
- ⬆️ Upgrades openjdk-8-jdk-headless to 8u292-b10-0ubuntu1~18.04 @frenck (#194)
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#195)
- ⬆️ Upgrades add-on base image to v6.2.0 @frenck (#197)
v0.21.0
What’s changed
⬆️ Dependency updates
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#169)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#174)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#177)
- ⬆ Upgrade UniFi Controller version 6.1.71 @LoudSoftware (#178)
- ⬆️ Upgrades add-on base image to v6.1.4 @frenck (#179)