From b8fde8b332b5fa3b9d02778b955ae602b1934b09 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 15 Aug 2018 17:52:28 +0000 Subject: [PATCH] :tada: Release of add-on Example 1.5.0 --- README.md | 6 +++--- example/CHANGELOG.md | 11 +++-------- example/README.md | 20 ++++++++++++-------- example/config.json | 2 +- 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f6a26184..13e377be 100644 --- a/README.md +++ b/README.md @@ -464,10 +464,10 @@ SOFTWARE. [appdaemon3-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [appdaemon3-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/v1.4.0 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v1.4.0/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/v1.5.0 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v1.5.0/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-v1.4.0-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-v1.5.0-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 369b6a1b..2622d7bd 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,13 +1,8 @@ [Full Changelog][changelog] -### Fixed - -- Fixes hadolint warning - ### Changed -- Upgrades base image to v2.0.0 -- Upgrades Hadolint to latest version -- Upgrades coreutils to 8.29-r2 +- Upgrades base image to v2.1.1 +- Updates README and links -[changelog]: https://github.com/hassio-addons/addon-example/compare/v1.3.3...v1.4.0 +[changelog]: https://github.com/hassio-addons/addon-example/compare/v1.4.0...v1.5.0 diff --git a/example/README.md b/example/README.md index 4dc62ea0..0ecab1b2 100644 --- a/example/README.md +++ b/example/README.md @@ -6,6 +6,8 @@ [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] +[![Support my work on Patreon][patreon-shield]][patreon] + Example add-on by Community Hass.io add-ons. ## About @@ -43,14 +45,16 @@ If you are more interested in stable releases of our add-ons: -[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[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/v1.5.0/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io?u=frenck -[discord-shield]: https://img.shields.io/discord/330944238910963714.svg -[discord]: https://discord.gg/c5DvZ4e [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[release-shield]: https://img.shields.io/badge/version-v1.4.0-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/v1.4.0 -[docs]: https://github.com/hassio-addons/addon-example/blob/v1.4.0/README.md -[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg -[buymeacoffee]: https://www.buymeacoffee.com/frenck \ No newline at end of file +[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-v1.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/v1.5.0 \ No newline at end of file diff --git a/example/config.json b/example/config.json index d66de160..f2412a3d 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "1.4.0", + "version": "1.5.0", "slug": "example", "description": "Example add-on by Community Hass.io Add-ons", "url": "https://github.com/hassio-addons/addon-example",