diff --git a/README.md b/README.md index 26a136af9..c78919288 100644 --- a/README.md +++ b/README.md @@ -699,10 +699,10 @@ SOFTWARE. [tor-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tor-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/f24ae44 -[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/f24ae44/README.md +[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/0f0a89c +[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/0f0a89c/README.md [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues -[unifi-version-shield]: https://img.shields.io/badge/version-f24ae44-blue.svg +[unifi-version-shield]: https://img.shields.io/badge/version-0f0a89c-blue.svg [unifi-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/unifi.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 diff --git a/unifi/CHANGELOG.md b/unifi/CHANGELOG.md index 339590acc..47a44e51d 100644 --- a/unifi/CHANGELOG.md +++ b/unifi/CHANGELOG.md @@ -1,23 +1,5 @@ -# Changelog since v0.1.3 +# Changelog since v0.2.0 -2018/08/18 08:51 UTC - [f24ae44](https://github.com/hassio-addons/addon-unifi/commit/f24ae4443e75f38ff4bdc3bbf288f44174f4ab95) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades OpenJDK to 8u181-b13-0ubuntu0.18.04.1 - -2018/08/18 08:51 UTC - [6e40111](https://github.com/hassio-addons/addon-unifi/commit/6e40111197ad3b7d5fd69ef514f9a35d6d205518) by [@frenck](https://github.com/frenck) -> :rocket: Less aggressive cleanup - -2018/08/18 08:51 UTC - [1a2f793](https://github.com/hassio-addons/addon-unifi/commit/1a2f79380f87ae37434d714f7288fa16a1d6202e) by [@frenck](https://github.com/frenck) -> :lock: Enables SSL by default - -2018/08/18 08:51 UTC - [cd5ec33](https://github.com/hassio-addons/addon-unifi/commit/cd5ec33e4b471a6cab460eced896177452178252) by [@frenck](https://github.com/frenck) -> :books: :shirt: Updates README and links - -2018/08/18 08:51 UTC - [461b245](https://github.com/hassio-addons/addon-unifi/commit/461b2456b392a93eb16b3a6df912b8da7ead5810) by [@frenck](https://github.com/frenck) -> :whale: Sets default Shell - -2018/08/18 08:51 UTC - [b9fd93d](https://github.com/hassio-addons/addon-unifi/commit/b9fd93d7a475a39f4927dde5869546de28296407) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades base image to v2.1.0 - -2018/08/18 08:51 UTC - [ffac359](https://github.com/hassio-addons/addon-unifi/commit/ffac3593a35e2a67b2a1442749ddf33fad82f9a3) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades hadolint to latest +2018/08/19 07:32 UTC - [0f0a89c](https://github.com/hassio-addons/addon-unifi/commit/0f0a89c518dcf80d87625dc206d6bbc389dcb60d) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades base image to v2.1.1 diff --git a/unifi/README.md b/unifi/README.md index a1067201a..d1d966e92 100644 --- a/unifi/README.md +++ b/unifi/README.md @@ -48,13 +48,13 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-unifi/blob/f24ae44/README.md +[docs]: https://github.com/hassio-addons/addon-unifi/blob/0f0a89c/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-unifi-controller/56297?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [patreon-shield]: https://www.frenck.nl/images/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-f24ae44-blue.svg -[release]: https://github.com/hassio-addons/addon-unifi/tree/f24ae44 +[release-shield]: https://img.shields.io/badge/version-0f0a89c-blue.svg +[release]: https://github.com/hassio-addons/addon-unifi/tree/0f0a89c [screenshot]: https://github.com/hassio-addons/addon-unifi/raw/master/images/screenshot.jpg \ No newline at end of file diff --git a/unifi/config.json b/unifi/config.json index 81574d13c..77218c3f3 100644 --- a/unifi/config.json +++ b/unifi/config.json @@ -1,6 +1,6 @@ { "name": "UniFi Controller", - "version": "f24ae44", + "version": "0f0a89c", "slug": "unifi", "description": "Manage your UniFi network using a web browser", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-unifi-controller/56297?u=frenck",