From 06a1271b74ccf4b8f97a9d4eab5cd7aaf3450c3f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 7 Jul 2018 06:45:58 +0000 Subject: [PATCH] :tada: Release of add-on Example 1.4.0 --- README.md | 6 +++--- example/CHANGELOG.md | 12 ++++++++++-- example/README.md | 6 +++--- example/config.json | 2 +- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3bd44c2f..787652a1 100644 --- a/README.md +++ b/README.md @@ -436,10 +436,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.3.3 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v1.3.3/README.md +[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 [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-v1.3.3-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-v1.4.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 be09449a..369b6a1b 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,13 @@ [Full Changelog][changelog] -Nothing changed. +### Fixed -[changelog]: https://github.com/hassio-addons/addon-example/compare/v1.3.2...v1.3.3 \ No newline at end of file +- Fixes hadolint warning + +### Changed + +- Upgrades base image to v2.0.0 +- Upgrades Hadolint to latest version +- Upgrades coreutils to 8.29-r2 + +[changelog]: https://github.com/hassio-addons/addon-example/compare/v1.3.3...v1.4.0 diff --git a/example/README.md b/example/README.md index 5a62ff80..4dc62ea0 100644 --- a/example/README.md +++ b/example/README.md @@ -49,8 +49,8 @@ If you are more interested in stable releases of our add-ons: [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.3.3-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/v1.3.3 -[docs]: https://github.com/hassio-addons/addon-example/blob/v1.3.3/README.md +[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 diff --git a/example/config.json b/example/config.json index 8a7e41ae..d66de160 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "1.3.3", + "version": "1.4.0", "slug": "example", "description": "Example add-on by Community Hass.io Add-ons", "url": "https://github.com/hassio-addons/addon-example",