From d4b7d98c6a3162dfd00c4069220a8e11a6221e34 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 12 Aug 2021 17:23:58 +0000 Subject: [PATCH] :tada: Release of add-on UniFi Controller 1.0.0 --- README.md | 6 +++--- unifi/CHANGELOG.md | 16 +++++++++++++--- unifi/README.md | 4 ++-- unifi/config.json | 2 +- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b8404660..b084da28 100644 --- a/README.md +++ b/README.md @@ -952,10 +952,10 @@ SOFTWARE. [traccar-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [traccar-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [traccar-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v1.0.0-beta.2 -[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v1.0.0-beta.2/README.md +[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v1.0.0 +[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v1.0.0/README.md [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues -[unifi-version-shield]: https://img.shields.io/badge/version-v1.0.0-beta.2-blue.svg +[unifi-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg [unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/unifi/CHANGELOG.md b/unifi/CHANGELOG.md index 4d624d31..df78c0cb 100644 --- a/unifi/CHANGELOG.md +++ b/unifi/CHANGELOG.md @@ -1,10 +1,20 @@ ## What’s changed +⚠️ This is a major release with breaking changes! +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) -- πŸ₯Ά Use cold backups @frenck (#243) -- πŸ”₯ Drop support for custom SSL certificates @frenck (#244) +- πŸ”₯ **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 diff --git a/unifi/README.md b/unifi/README.md index 6bb3eefc..4cca35ca 100644 --- a/unifi/README.md +++ b/unifi/README.md @@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v1.0.0-beta.2-blue.svg -[release]: https://github.com/hassio-addons/addon-unifi/tree/v1.0.0-beta.2 +[release-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-unifi/tree/v1.0.0 [screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg \ No newline at end of file diff --git a/unifi/config.json b/unifi/config.json index 3740f202..4daceeae 100644 --- a/unifi/config.json +++ b/unifi/config.json @@ -1,6 +1,6 @@ { "name": "UniFi Controller", - "version": "1.0.0-beta.2", + "version": "1.0.0", "slug": "unifi", "description": "Manage your UniFi network using a web browser", "url": "https://github.com/hassio-addons/addon-unifi",