🎉 Release of add-on UniFi Controller 0.23.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-14 08:51:13 +00:00
parent d6f4d5dff5
commit 7ec16d8d6d
4 changed files with 9 additions and 33 deletions

View file

@ -955,10 +955,10 @@ SOFTWARE.
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[traccar-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[traccar-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.22.0
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.22.0/README.md
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.23.0
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.23.0/README.md
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
[unifi-version-shield]: https://img.shields.io/badge/version-v0.22.0-blue.svg
[unifi-version-shield]: https://img.shields.io/badge/version-v0.23.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

View file

@ -1,31 +1,7 @@
## Whats changed
## ✨ New features
- Add translation support @frenck (#199)
## 🐛 Bug fixes
- Fix root chain @frenck (#200)
## 🚀 Enhancements
- Address shellcheck lint warning @frenck (#193)
## 🧰 Maintenance
- Apply updated repository structure & CI workflow @frenck (#198)
## ⬆️ 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)
- ⬆️ 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)

View file

@ -34,6 +34,6 @@ Raspberry Pi.
[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-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.22.0-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.22.0
[release-shield]: https://img.shields.io/badge/version-v0.23.0-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.23.0
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg

View file

@ -1,6 +1,6 @@
{
"name": "UniFi Controller",
"version": "0.22.0",
"version": "0.23.0",
"slug": "unifi",
"description": "Manage your UniFi network using a web browser",
"url": "https://github.com/hassio-addons/addon-unifi",