From 6299f42b91f052aa978ae373bd59b9a676842ab3 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 23 Jun 2019 18:47:39 +0000 Subject: [PATCH] :tada: Release of add-on Happy Bubbles 3.0.0 --- README.md | 6 +++--- happy-bubbles/CHANGELOG.md | 18 ++++++++++++------ happy-bubbles/README.md | 6 +++--- happy-bubbles/config.json | 2 +- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5c167cce..46aea6be 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/v2.1.1 -[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v2.1.1/README.md +[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v3.0.0 +[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v3.0.0/README.md [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues -[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v2.1.1-blue.svg +[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v3.0.0-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 c19db0a5..4fdf5dc3 100644 --- a/happy-bubbles/CHANGELOG.md +++ b/happy-bubbles/CHANGELOG.md @@ -1,15 +1,21 @@ [Full Changelog][changelog] -✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92. - -Please note: You need to have Home Assistant 0.92 or newer to be able to install this update. +This release does some major upgrades on the internals of the add-on. +It does not change anything for you as the user. ### 🔨 Changes -- :arrow_up: Updates Home Assistant requirement to 0.92.0b2 -- :sparkles: Adds support for showing in sidebar +- :arrow_up: Upgrades lua-resty-http to 0.13-r0 +- :arrow_up: Upgrades nginx to 1.14.2-r1 +- :arrow_up: Upgrades nginx-mod-http-lua to 1.14.2-r1 +- :ambulance: Turns of Lua Resty core in Nginx +- :arrow_up: Upgrades nginx to 1.16.0-r2 +- :arrow_up: Upgrades add-on base image to v4.0.1 +- :fire: Removes now deprecated ssl directive +- :pencil2: Maintaince -> Maintenance +- :sparkles: Adds FUNDING.yml -[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v2.1.0...v2.1.1 +[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v2.1.1...v3.0.0 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 b833f1ab..e76297bc 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/v2.1.1/README.md +[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v3.0.0/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-v2.1.1-blue.svg -[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.1.1 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v3.0.0 \ No newline at end of file diff --git a/happy-bubbles/config.json b/happy-bubbles/config.json index 4802d4f5..62a8d30a 100644 --- a/happy-bubbles/config.json +++ b/happy-bubbles/config.json @@ -1,6 +1,6 @@ { "name": "Happy Bubbles", - "version": "2.1.1", + "version": "3.0.0", "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",