From 73138d356e99efc367807f22a57c08d2c3bc0f67 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 20 Jun 2019 23:17:38 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to e9967e5 --- README.md | 6 +++--- example/CHANGELOG.md | 15 +++------------ example/README.md | 6 +++--- example/config.json | 2 +- 4 files changed, 10 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index c7b9b0351..cb15dcfc0 100644 --- a/README.md +++ b/README.md @@ -840,10 +840,10 @@ SOFTWARE. [bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/8a89fb0 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/8a89fb0/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/e9967e5 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/e9967e5/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-8a89fb0-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-e9967e5-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 dc81bd0f2..b8ea64912 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,14 +1,5 @@ -# Changelog since v2.0.2 +# Changelog since v3.0.0 -2019/06/20 18:17 UTC - [8a89fb0](https://github.com/hassio-addons/addon-example/commit/8a89fb0a3ad0dd1edc2577174c7f2aa4fe31e5cc) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades coreutils to 8.31-r0 - -2019/06/20 18:17 UTC - [8748b4b](https://github.com/hassio-addons/addon-example/commit/8748b4b28d2d511e4d6a85b6fa8f55de04dbfecc) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades base image to v4.0.0 - -2019/06/20 18:17 UTC - [5bfef19](https://github.com/hassio-addons/addon-example/commit/5bfef193d092610b01f64e625b5a41d789c5a3aa) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades base image to v3.1.2 - -2019/06/20 18:17 UTC - [20fb4ce](https://github.com/hassio-addons/addon-example/commit/20fb4ce77ed1419fa0edd7b1ce6b09587253cc4c) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades add-on base image to 3.1.1 +2019/06/20 23:09 UTC - [e9967e5](https://github.com/hassio-addons/addon-example/commit/e9967e55182bfd1788a0770c674099f29e3208f8) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades add-on base image to v4.0.1 diff --git a/example/README.md b/example/README.md index 5acf5b583..dca225aeb 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/8a89fb0/README.md +[docs]: https://github.com/hassio-addons/addon-example/blob/e9967e5/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/2019.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-8a89fb0-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/8a89fb0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-e9967e5-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/e9967e5 \ No newline at end of file diff --git a/example/config.json b/example/config.json index 228057719..b175ffe2e 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "8a89fb0", + "version": "e9967e5", "slug": "example", "description": "Example add-on by Community Hass.io Add-ons", "url": "https://github.com/hassio-addons/addon-example",