diff --git a/README.md b/README.md index 372549737..696ca78f0 100644 --- a/README.md +++ b/README.md @@ -925,10 +925,10 @@ SOFTWARE. [grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grocy-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/6fa1a1b -[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/6fa1a1b/README.md +[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/0c4324d +[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/0c4324d/README.md [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues -[happy-bubbles-version-shield]: https://img.shields.io/badge/version-6fa1a1b-blue.svg +[happy-bubbles-version-shield]: https://img.shields.io/badge/version-0c4324d-blue.svg [happy-bubbles-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/happy-bubbles-armhf.svg [happy-bubbles-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/happy-bubbles/CHANGELOG.md b/happy-bubbles/CHANGELOG.md index 471a47537..74bdc2196 100644 --- a/happy-bubbles/CHANGELOG.md +++ b/happy-bubbles/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog since v3.0.2 -2019/08/16 19:26 UTC - [6fa1a1b](https://github.com/hassio-addons/addon-happy-bubbles/commit/6fa1a1b5d45c00f0cf620057200009e4e4bf7887) by [@frenck](https://github.com/frenck) +2019/08/21 18:43 UTC - [0c4324d](https://github.com/hassio-addons/addon-happy-bubbles/commit/0c4324d4831bc6c5c560f2cad9c9c919520db4e5) by [@frenck](https://github.com/frenck) +> :hammer: Use Hass.io DNS as NGinx resolver + +2019/08/21 18:43 UTC - [a0936c1](https://github.com/hassio-addons/addon-happy-bubbles/commit/a0936c163002933a4f6cdd383207fec0544d68f0) by [@frenck](https://github.com/frenck) +> :ambulance: Fixes path handling for SSL certificates + +2019/08/21 18:43 UTC - [bb5e331](https://github.com/hassio-addons/addon-happy-bubbles/commit/bb5e33179575f855612bf1dc8fc51e7d0e11e944) by [@frenck](https://github.com/frenck) +> :hammer: Updates HA Auth URL in NGinx LUA script + +2019/08/21 18:43 UTC - [04014c5](https://github.com/hassio-addons/addon-happy-bubbles/commit/04014c5ff3bb5510572e10ff1e0934f1fe7cee07) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades add-on base image to v4.1.1 + +2019/08/21 18:43 UTC - [6fa1a1b](https://github.com/hassio-addons/addon-happy-bubbles/commit/6fa1a1b5d45c00f0cf620057200009e4e4bf7887) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades nginx to 1.16.1-r0 diff --git a/happy-bubbles/README.md b/happy-bubbles/README.md index 58cc07801..36d61ac77 100644 --- a/happy-bubbles/README.md +++ b/happy-bubbles/README.md @@ -52,12 +52,12 @@ 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-happy-bubbles/blob/6fa1a1b/README.md +[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/0c4324d/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-happy-bubbles/53511?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.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-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-6fa1a1b-blue.svg -[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/6fa1a1b \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-0c4324d-blue.svg +[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/0c4324d \ No newline at end of file diff --git a/happy-bubbles/config.json b/happy-bubbles/config.json index f61a88f13..76e7964c0 100644 --- a/happy-bubbles/config.json +++ b/happy-bubbles/config.json @@ -1,6 +1,6 @@ { "name": "Happy Bubbles", - "version": "6fa1a1b", + "version": "0c4324d", "slug": "happy-bubbles", "description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.", "url": "https://github.com/hassio-addons/addon-happy-bubbles",