diff --git a/README.md b/README.md index 3ef3697bd..c13ace032 100644 --- a/README.md +++ b/README.md @@ -1067,10 +1067,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/d24cc97 -[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/d24cc97/README.md +[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/6f47e5c +[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/6f47e5c/README.md [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues -[unifi-version-shield]: https://img.shields.io/badge/version-d24cc97-blue.svg +[unifi-version-shield]: https://img.shields.io/badge/version-6f47e5c-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 40ba103a2..e0538cd0f 100644 --- a/unifi/CHANGELOG.md +++ b/unifi/CHANGELOG.md @@ -1,4 +1,33 @@ # Changelog since v0.21.0 +- ⬆️ Upgrades openjdk-8-jdk-headless to 8u292-b10-0ubuntu1~18.04 (#194) +- Address shellcheck lint warning (#193) +- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 (#191) + +Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.2 to v1.2.0. +- [Release notes](https://github.com/docker/setup-buildx-action/releases) +- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.1.2...012185ccbeb554a7f5f987bea0f1a73519b3cdf5) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 (#190) + +Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.2 to v1.1.0. +- [Release notes](https://github.com/docker/setup-qemu-action/releases) +- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.2...c308fdd69d26ed66f4506ebd74b180abe5362145) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 (#192) + +Bumps [docker/login-action](https://github.com/docker/login-action) from v1.8.0 to v1.9.0. +- [Release notes](https://github.com/docker/login-action/releases) +- [Commits](https://github.com/docker/login-action/compare/v1.8.0...28218f9b04b4f3f62068d7b6ce6ca5b26e35336c) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 (#187) Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.3.1 to v1.4.0. diff --git a/unifi/README.md b/unifi/README.md index a3ea40be9..50dacf25f 100644 --- a/unifi/README.md +++ b/unifi/README.md @@ -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]: 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-d24cc97-blue.svg -[release]: https://github.com/hassio-addons/addon-unifi/tree/d24cc97 +[release-shield]: https://img.shields.io/badge/version-6f47e5c-blue.svg +[release]: https://github.com/hassio-addons/addon-unifi/tree/6f47e5c [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 6bbdceeef..7e612722f 100644 --- a/unifi/config.json +++ b/unifi/config.json @@ -1,6 +1,6 @@ { "name": "UniFi Controller", - "version": "d24cc97", + "version": "6f47e5c", "slug": "unifi", "description": "Manage your UniFi network using a web browser", "url": "https://github.com/hassio-addons/addon-unifi",