🎉 Release of add-on Happy Bubbles 2.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-14 20:40:30 +00:00
parent a557f37a8a
commit 22c890c182
4 changed files with 24 additions and 21 deletions

View file

@ -733,10 +733,10 @@ SOFTWARE.
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[grafana-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.0.0
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v2.0.0/README.md
[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.1.0
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v2.1.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.0.0-blue.svg
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v2.1.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

View file

@ -1,18 +1,16 @@
[Full Changelog][changelog]
This release adds Hass.io Ingress support to the add-on 🎉
### Changes
- :arrow_up: Upgrades add-on base image to 3.0.1
- :hammer: Makes log_level optional
- :fire: Removes custom log format override
- :fire: Removes IPv6 switch
- :fire: Removes obsolete opt folder creation
- :hammer: Rewrite add-on onto Bashio
- :hammer: Makes NGinx wait for Happy Bubbles before starting
- :sparkles: Adds support for ARMv7
- :books: Updates documentation for ARMv7
- :arrow_up: Upgrades base image to v3.1.0
- :arrow_up: Upgrades wget to 1.20.3-r0
- :sparkles: Adds Hassio Ingress support
- :hammer: Improves S6 finish scripts
- :books: Tweaked README a little
[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v1.2.1...v2.0.0
[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v2.0.0...v2.1.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -33,12 +33,12 @@ as they happen, to not have to keep polling it.
[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.0.0/README.md
[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v2.1.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.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.0.0
[release-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.1.0

View file

@ -1,11 +1,14 @@
{
"name": "Happy Bubbles",
"version": "2.0.0",
"version": "2.1.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",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5555]",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"ingress": true,
"ingress_port": 1337,
"startup": "services",
"homeassistant": "0.91.2",
"arch": [
"aarch64",
"amd64",
@ -16,14 +19,16 @@
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": false,
"auth_api": true,
"map": [
"config",
"ssl"
],
"ports": {
"5555/tcp": 5555
"80/tcp": null
},
"ports_description": {
"80/tcp": "Web interface (Not required for Hass.io Ingress)"
},
"options": {
"ssl": true,