From 8fceb84434debf213ad276db22729e36a1e0ad1a Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 24 Sep 2018 21:54:22 +0000 Subject: [PATCH] :arrow_up: Updating add-on MQTT Server & Web client to 7a7851d --- README.md | 6 +++--- mqtt/CHANGELOG.md | 4 ++-- mqtt/README.md | 6 +++--- mqtt/config.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 59b9ad827..b47829b51 100644 --- a/README.md +++ b/README.md @@ -693,10 +693,10 @@ SOFTWARE. [lovelace-migration-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [lovelace-migration-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [lovelace-migration-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/ca75625 -[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/ca75625/README.md +[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/7a7851d +[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/7a7851d/README.md [mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues -[mqtt-version-shield]: https://img.shields.io/badge/version-ca75625-blue.svg +[mqtt-version-shield]: https://img.shields.io/badge/version-7a7851d-blue.svg [mqtt-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/mqtt.svg [mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/mqtt/CHANGELOG.md b/mqtt/CHANGELOG.md index b61c6f3fd..0edf69668 100644 --- a/mqtt/CHANGELOG.md +++ b/mqtt/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/09/22 19:38 UTC - [ca75625](https://github.com/hassio-addons/addon-mqtt/commit/ca75625c00dd12438c9fdbfa81dbfa8366e32cb2) by [@ludeeus](https://github.com/ludeeus) -> 👕Fixes shellcheck warnings +2018/09/24 21:10 UTC - [7a7851d](https://github.com/hassio-addons/addon-mqtt/commit/7a7851db259127ee94daecc4617291d6c95de0fe) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades base image to v2.3.0 diff --git a/mqtt/README.md b/mqtt/README.md index 4a775cb6c..318b76210 100644 --- a/mqtt/README.md +++ b/mqtt/README.md @@ -41,11 +41,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/ludeeus [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-mqtt/blob/ca75625/README.md +[docs]: https://github.com/hassio-addons/addon-mqtt/blob/7a7851d/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-ca75625-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt/tree/ca75625 +[release-shield]: https://img.shields.io/badge/version-7a7851d-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt/tree/7a7851d [screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png \ No newline at end of file diff --git a/mqtt/config.json b/mqtt/config.json index 3345b3916..5707856d4 100644 --- a/mqtt/config.json +++ b/mqtt/config.json @@ -1,6 +1,6 @@ { "name": "MQTT Server & Web client", - "version": "ca75625", + "version": "7a7851d", "slug": "mqtt", "description": "Mosquitto MQTT Server bundled with Hivemq's web client", "url": "https://github.com/hassio-addons/addon-mqtt/tree/master/README.md",