🎉 Release of add-on Happy Bubbles 1.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-15 18:57:15 +00:00
parent 0edc552529
commit f7e57234f1
4 changed files with 28 additions and 14 deletions

View file

@ -491,10 +491,10 @@ SOFTWARE.
[grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [grafana-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.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/v1.0.0 [addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v1.1.0
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v1.0.0/README.md [addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v1.1.0/README.md
[happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg [happy-bubbles-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
[happy-bubbles-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/happy-bubbles-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,9 +1,18 @@
[Full Changelog][changelog] [Full Changelog][changelog]
### Added
- Adds support for using secrets
### Fixed
- Fixes Markdownlint warnings
### Changed ### Changed
- Upgrades base image to v2.0.1 - Enables SSL by default
- Upgrades nginx to 1.14.0-r0 - Upgrades hadolint to latest
- Updates project badges to production ready - Upgrades base image to v2.1.1
- Updates README and links
[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v0.4.1...v1.0.0 [changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v1.0.0...v1.1.0

View file

@ -6,6 +6,8 @@
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[![Support my work on Patreon][patreon-shield]][patreon]
Presence detection server for Happy Bubbles Bluetooth beacon-based Presence detection server for Happy Bubbles Bluetooth beacon-based
presence detection system. presence detection system.
@ -45,12 +47,14 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v1.0.0/README.md [docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v1.1.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 [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/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.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 [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v1.0.0 [release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v1.1.0

View file

@ -1,6 +1,6 @@
{ {
"name": "Happy Bubbles", "name": "Happy Bubbles",
"version": "1.0.0", "version": "1.1.0",
"slug": "happy-bubbles", "slug": "happy-bubbles",
"description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.", "description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?u=frenck", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?u=frenck",
@ -17,6 +17,7 @@
"homeassistant_api": false, "homeassistant_api": false,
"host_network": false, "host_network": false,
"map": [ "map": [
"config",
"ssl" "ssl"
], ],
"ports": { "ports": {
@ -24,7 +25,7 @@
}, },
"options": { "options": {
"log_level": "info", "log_level": "info",
"ssl": false, "ssl": true,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"ipv6": false, "ipv6": false,