From 5a3f3d4eb0b81aaf977a5d02bc0b2a623dfb1cd9 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 7 Jul 2018 06:54:51 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to 5dc3347 --- 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 b9f73ad25..c497bb20b 100644 --- a/README.md +++ b/README.md @@ -459,10 +459,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/07fefa9 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/07fefa9/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/5dc3347 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/5dc3347/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-07fefa9-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-5dc3347-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 7ba299b50..b7995e616 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,14 +1,5 @@ -# Changelog since v1.3.3 +# Changelog since v1.4.0 -2018/07/06 20:00 UTC - [07fefa9](https://github.com/hassio-addons/addon-example/commit/07fefa98f5795b3153ff18e95d62f68ac9d93769) by [@frenck](https://github.com/frenck) -> :shirt: Fixes hadolint warning - -2018/07/06 20:00 UTC - [e289bb7](https://github.com/hassio-addons/addon-example/commit/e289bb7c9d47f2b2283c1a6072583f49f2bf8434) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades coreutils to 8.29-r2 - -2018/07/06 20:00 UTC - [308edb7](https://github.com/hassio-addons/addon-example/commit/308edb7d37d1f9b8e80082c037e82422e75e2ee0) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades Hadolint to latest version - -2018/07/06 20:00 UTC - [2d2b837](https://github.com/hassio-addons/addon-example/commit/2d2b83735357618b56298505c89e5628474b9db4) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades base image to v2.0.0 +2018/07/07 06:41 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 diff --git a/example/README.md b/example/README.md index c2e140f36..9af557ce0 100644 --- a/example/README.md +++ b/example/README.md @@ -52,8 +52,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-07fefa9-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/07fefa9 -[docs]: https://github.com/hassio-addons/addon-example/blob/07fefa9/README.md +[release-shield]: https://img.shields.io/badge/version-5dc3347-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/5dc3347 +[docs]: https://github.com/hassio-addons/addon-example/blob/5dc3347/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 a3402e20b..b43fca0dd 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "07fefa9", + "version": "5dc3347", "slug": "example", "description": "Example add-on by Community Hass.io Add-ons", "url": "https://github.com/hassio-addons/addon-example",