🎉 Release of add-on Octobox 0.4.1

This commit is contained in:
Community Hass.io Add-ons Bot 2018-10-01 22:25:29 +00:00
parent 56947225ae
commit 88182b333e
4 changed files with 15 additions and 16 deletions

View file

@ -642,10 +642,10 @@ SOFTWARE.
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[node-red-i386-shield]: https://img.shields.io/badge/i386-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/v0.4.0 [addon-octobox]: https://github.com/hassio-addons/addon-octobox/tree/v0.4.1
[addon-doc-octobox]: https://github.com/hassio-addons/addon-octobox/blob/v0.4.0/README.md [addon-doc-octobox]: https://github.com/hassio-addons/addon-octobox/blob/v0.4.1/README.md
[octobox-issue]: https://github.com/hassio-addons/addon-octobox/issues [octobox-issue]: https://github.com/hassio-addons/addon-octobox/issues
[octobox-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg [octobox-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg
[octobox-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/octobox.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,12 +1,9 @@
[Full Changelog][changelog] [Full Changelog][changelog]
- Move LANG ENV, and add a description to it (#5) - Upgrades GCC/G++ to 6.4.0-r9
- Upgrades curl-dev to 7.61.1-r0 - Adds support for opening issues in same browser tab
- Upgrades nginx to 1.14.0-r1 - Run database migrations and sync in correct environment
- Adds Hassio API security role - Allows sync failures on add-on start
- Upgrades base image to v2.3.0 - Do not rely on HASSIO_TOKEN for secrets
- Upgrades Octobox to b145970
- Fixes /opt permissions error in add-on log
- Improvements to spelling & grammar
[changelog]: https://github.com/hassio-addons/addon-octobox/compare/v0.3.1...v0.4.0 [changelog]: https://github.com/hassio-addons/addon-octobox/compare/v0.4.0...v0.4.1

View file

@ -46,11 +46,11 @@ If you are more interested in stable releases of our add-ons:
[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/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-octobox/blob/v0.4.0/README.md [docs]: https://github.com/hassio-addons/addon-octobox/blob/v0.4.1/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-octobox/57695?u=frenck [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 [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[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-v0.4.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg
[release]: https://github.com/hassio-addons/addon-octobox/tree/v0.4.0 [release]: https://github.com/hassio-addons/addon-octobox/tree/v0.4.1
[screenshot]: https://github.com/hassio-addons/addon-octobox/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-octobox/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Octobox", "name": "Octobox",
"version": "0.4.0", "version": "0.4.1",
"slug": "octobox", "slug": "octobox",
"description": "Take back control of your GitHub notifications", "description": "Take back control of your GitHub notifications",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-octobox/57695?u=frenck", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-octobox/57695?u=frenck",
@ -34,6 +34,7 @@
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"sync_timeout": 600, "sync_timeout": 600,
"open_in_same_tab": false,
"fetch_subject": true, "fetch_subject": true,
"minimum_refresh_interval": 1, "minimum_refresh_interval": 1,
"allow_personal_access_token": false, "allow_personal_access_token": false,
@ -52,6 +53,7 @@
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",
"sync_timeout": "int", "sync_timeout": "int",
"open_in_same_tab": "bool",
"fetch_subject": "bool", "fetch_subject": "bool",
"minimum_refresh_interval": "int", "minimum_refresh_interval": "int",
"allow_personal_access_token": "bool", "allow_personal_access_token": "bool",