From 0320c89d0f65893b17e874d6f497556f356f7722 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 23 Aug 2019 21:53:21 +0000 Subject: [PATCH] :tada: Release of add-on Happy Bubbles 3.0.3 --- README.md | 6 +++--- happy-bubbles/CHANGELOG.md | 8 ++++++-- happy-bubbles/README.md | 6 +++--- happy-bubbles/config.json | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e99ac9ef..4ef6fabe 100644 --- a/README.md +++ b/README.md @@ -825,10 +825,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/v3.0.2 -[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v3.0.2/README.md +[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v3.0.3 +[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v3.0.3/README.md [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues -[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg +[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v3.0.3-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 e9592877..ffaa125b 100644 --- a/happy-bubbles/CHANGELOG.md +++ b/happy-bubbles/CHANGELOG.md @@ -5,9 +5,13 @@ It does not change anything for you as the user. ### 🔨 Changes -- :arrow_up: Upgrades add-on base image to v4.0.3 +- :arrow_up: Upgrades nginx to 1.16.1-r0 +- :arrow_up: Upgrades add-on base image to v4.1.1 +- :hammer: Updates HA Auth URL in NGinx LUA script +- :ambulance: Fixes path handling for SSL certificates +- :hammer: Use Hass.io DNS as NGinx resolver -[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v3.0.1...v3.0.2 +[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v3.0.2...v3.0.3 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/happy-bubbles/README.md b/happy-bubbles/README.md index bda02f1a..8390a32f 100644 --- a/happy-bubbles/README.md +++ b/happy-bubbles/README.md @@ -49,12 +49,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/v3.0.2/README.md +[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v3.0.3/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-v3.0.2-blue.svg -[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v3.0.2 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg +[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v3.0.3 \ No newline at end of file diff --git a/happy-bubbles/config.json b/happy-bubbles/config.json index 6af11df7..f5acddb4 100644 --- a/happy-bubbles/config.json +++ b/happy-bubbles/config.json @@ -1,6 +1,6 @@ { "name": "Happy Bubbles", - "version": "3.0.2", + "version": "3.0.3", "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",