mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on UniFi Controller 1.0.0
This commit is contained in:
parent
d2be1f0d25
commit
d4b7d98c6a
4 changed files with 19 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue