⬆️ Updating add-on Octobox to 7b454fe

This commit is contained in:
Community Hass.io Add-ons Bot 2018-09-09 10:31:23 +00:00
parent f41a052e22
commit e694188428
4 changed files with 10 additions and 12 deletions

View file

@ -632,10 +632,10 @@ SOFTWARE.
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[node-red-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-octobox]: https://github.com/hassio-addons/addon-octobox/tree/05f612e
[addon-doc-octobox]: https://github.com/hassio-addons/addon-octobox/blob/05f612e/README.md
[addon-octobox]: https://github.com/hassio-addons/addon-octobox/tree/7b454fe
[addon-doc-octobox]: https://github.com/hassio-addons/addon-octobox/blob/7b454fe/README.md
[octobox-issue]: https://github.com/hassio-addons/addon-octobox/issues
[octobox-version-shield]: https://img.shields.io/badge/version-05f612e-blue.svg
[octobox-version-shield]: https://img.shields.io/badge/version-7b454fe-blue.svg
[octobox-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/octobox.svg
[octobox-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,7 +1,5 @@
# Changelog since v0.3.0
# Changelog since v0.3.1
2018/08/27 18:59 UTC - [05f612e](https://github.com/hassio-addons/addon-octobox/commit/05f612e311660c23ce34674573476569f96e1ce2) by [@tjorim](https://github.com/tjorim)
> :ambulance: Fixes secrets by adding permission reading config (#3)
Otherwise secrets can't be used
2018/09/09 09:35 UTC - [7b454fe](https://github.com/hassio-addons/addon-octobox/commit/7b454fedfdd53797e55c6970d9c60c6b11b37402) by [@ludeeus](https://github.com/ludeeus)
> Move LANG ENV, and add description to it (#5)

View file

@ -49,11 +49,11 @@ 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/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-octobox/blob/05f612e/README.md
[docs]: https://github.com/hassio-addons/addon-octobox/blob/7b454fe/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-octobox/57695?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-05f612e-blue.svg
[release]: https://github.com/hassio-addons/addon-octobox/tree/05f612e
[release-shield]: https://img.shields.io/badge/version-7b454fe-blue.svg
[release]: https://github.com/hassio-addons/addon-octobox/tree/7b454fe
[screenshot]: https://github.com/hassio-addons/addon-octobox/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Octobox",
"version": "05f612e",
"version": "7b454fe",
"slug": "octobox",
"description": "Take back control of your GitHub notifications",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-octobox/57695?u=frenck",