⬆️ Updating add-on UniFi Controller to f0b6d4c

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-07 10:25:37 +00:00
parent 24f34494c8
commit 916d0de9d6
4 changed files with 11 additions and 23 deletions

View file

@ -1067,10 +1067,10 @@ SOFTWARE.
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[traccar-i386-shield]: https://img.shields.io/badge/i386-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/c02ea0e [addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/f0b6d4c
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/c02ea0e/README.md [addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/f0b6d4c/README.md
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
[unifi-version-shield]: https://img.shields.io/badge/version-c02ea0e-blue.svg [unifi-version-shield]: https://img.shields.io/badge/version-f0b6d4c-blue.svg
[unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,21 +1,9 @@
# Changelog since v0.20.3 # Changelog since v0.21.0
- ⬆️ Upgrades add-on base image to v6.1.4 (#179) - ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 (#181)
- ⬆ Upgrade UniFi Controller version 6.1.71 (#178)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#177)
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0. Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.3.0 to v2.4.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases) - [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.0.0...94e0aab03ca135d11a35e5bfc14e6746dc56e7e9) - [Commits](https://github.com/docker/build-push-action/compare/v2.3.0...e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#174)
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 (#169)
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.17 to v3.0.18.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.17...3b3c3f03cd4d8e2b61e179ef744a0d20efbe90b4)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com>

View file

@ -53,6 +53,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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-c02ea0e-blue.svg [release-shield]: https://img.shields.io/badge/version-f0b6d4c-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/c02ea0e [release]: https://github.com/hassio-addons/addon-unifi/tree/f0b6d4c
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg [screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg

View file

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