From bcac0eb2c15d4a101e8605288fcd509aeb6e8aac Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 19 Aug 2018 13:16:52 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to f26c392 --- README.md | 6 +++--- example/CHANGELOG.md | 18 +++--------------- example/README.md | 6 +++--- example/config.json | 2 +- 4 files changed, 10 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 9ff943010..66ce4a000 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index c52bf17cd..35476c661 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -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 diff --git a/example/README.md b/example/README.md index 661089c75..1f9abd92c 100644 --- a/example/README.md +++ b/example/README.md @@ -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 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-f26c392-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/f26c392 \ No newline at end of file diff --git a/example/config.json b/example/config.json index f50b78d92..55ba955af 100644 --- a/example/config.json +++ b/example/config.json @@ -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",