⬆️ Updating add-on Example to f26c392

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-19 13:16:52 +00:00
parent 3c738263f4
commit bcac0eb2c1
4 changed files with 10 additions and 22 deletions

View file

@ -510,10 +510,10 @@ SOFTWARE.
[docker-enabler-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[docker-enabler-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[docker-enabler-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-example]: https://github.com/hassio-addons/addon-example/tree/5ee0420
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/5ee0420/README.md
[addon-example]: https://github.com/hassio-addons/addon-example/tree/f26c392
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/f26c392/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues
[example-version-shield]: https://img.shields.io/badge/version-5ee0420-blue.svg
[example-version-shield]: https://img.shields.io/badge/version-f26c392-blue.svg
[example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/example-armhf.svg
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,17 +1,5 @@
# Changelog since v1.4.0
# Changelog since v1.5.0
2018/08/15 17:36 UTC - [5ee0420](https://github.com/hassio-addons/addon-example/commit/5ee042044ac78919b2dcc91351833043e2f291b6) by [@frenck](https://github.com/frenck)
> :books: :shirt: Updates README and links
2018/08/15 17:36 UTC - [83f7799](https://github.com/hassio-addons/addon-example/commit/83f77998b787fd723b713ce5f1bcc7c8588f3ffc) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v2.1.1
2018/08/15 17:36 UTC - [43d3c2a](https://github.com/hassio-addons/addon-example/commit/43d3c2add104a861583ed36707f0f6834557d86a) by [@frenck](https://github.com/frenck)
> :books: Updates READMEs
2018/08/15 17:36 UTC - [98a8d8a](https://github.com/hassio-addons/addon-example/commit/98a8d8aa9eb2321d470ac12cb7d77440d94d8001) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v2.1.0
2018/08/15 17:36 UTC - [5dc3347](https://github.com/hassio-addons/addon-example/commit/5dc334722b6bfa0d0cb0dc72bb6689aea4c81182) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base images in build.json as well
2018/08/19 06:56 UTC - [f26c392](https://github.com/hassio-addons/addon-example/commit/f26c392b9bc39b652e464f77612208c62bbbcb50) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v2.1.2

View file

@ -52,12 +52,12 @@ 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/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-example/blob/5ee0420/README.md
[docs]: https://github.com/hassio-addons/addon-example/blob/f26c392/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io?u=frenck
[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
[release-shield]: https://img.shields.io/badge/version-5ee0420-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/5ee0420
[release-shield]: https://img.shields.io/badge/version-f26c392-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/f26c392

View file

@ -1,6 +1,6 @@
{
"name": "Example",
"version": "5ee0420",
"version": "f26c392",
"slug": "example",
"description": "Example add-on by Community Hass.io Add-ons",
"url": "https://github.com/hassio-addons/addon-example",