⬆️ Updating add-on Example to 5dc3347

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-07 06:54:51 +00:00
parent 505930eadf
commit 5a3f3d4eb0
4 changed files with 10 additions and 19 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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",