🎉 Release of add-on Octobox 0.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-14 15:42:18 +00:00
parent df14c5e818
commit 5af2a7afc4
4 changed files with 23 additions and 10 deletions

View file

@ -517,10 +517,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/v0.1.1
[addon-doc-octobox]: https://github.com/hassio-addons/addon-octobox/blob/v0.1.1/README.md
[addon-octobox]: https://github.com/hassio-addons/addon-octobox/tree/v0.2.0
[addon-doc-octobox]: https://github.com/hassio-addons/addon-octobox/blob/v0.2.0/README.md
[octobox-issue]: https://github.com/hassio-addons/addon-octobox/issues
[octobox-version-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
[octobox-version-shield]: https://img.shields.io/badge/version-v0.2.0-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,20 @@
[Full Changelog][changelog]
### Fixed
### Changed
- Adds missing apache2-utils package
- Upgrades base image to v2.0.1
- Upgrades autoconf to 2.69-r2
- Upgrades curl-dev to 7.61.0-r0
- Upgrades gcc g++ to 6.4.0-r8
- Upgrades libsass to 3.5.4-r0
- Upgrades libxml2 to 2.9.8-r0
- Upgrades libxslt to 1.1.32-r0
- Upgrades make to 4.2.1-r2
- Upgrades MariaDB-dev to 10.2.15-r0
- Upgrades apache2-utils to 2.4.33-r1
- Upgrades git to 2.18.0-r0
- Upgrades nginx to 1.14.0-r0
- Upgrades nodejs to 8.11.3-r1
- Get ruby from release repo
[changelog]: https://github.com/hassio-addons/addon-octobox/compare/v0.1.0...v0.1.1
[changelog]: https://github.com/hassio-addons/addon-octobox/compare/v0.1.1...v0.2.0

View file

@ -46,11 +46,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/v0.1.1/README.md
[docs]: https://github.com/hassio-addons/addon-octobox/blob/v0.2.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-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-v0.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-octobox/tree/v0.1.1
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-octobox/tree/v0.2.0
[screenshot]: https://github.com/hassio-addons/addon-octobox/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Octobox",
"version": "0.1.1",
"version": "0.2.0",
"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",