From ef3f9bd5b33b81f34df327bf23dbf01ead18fa40 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 8 Apr 2021 10:42:58 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to 7b8d2ba --- README.md | 6 +++--- example/CHANGELOG.md | 9 +++++++++ example/README.md | 4 ++-- example/config.json | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4e566333c..0ed1ee568 100644 --- a/README.md +++ b/README.md @@ -815,10 +815,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/7f70e55 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/7f70e55/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/7b8d2ba +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/7b8d2ba/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-7f70e55-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-7b8d2ba-blue.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 [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 2b2a965b5..41bf35ba4 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v4.0.4 +- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 (#53) + +Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.1 to v1.0.2. +- [Release notes](https://github.com/docker/setup-qemu-action/releases) +- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.1...25f0500ff22e406f7191a2a8ba8cda16901ca018) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 (#52) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.3.0 to v2.4.0. diff --git a/example/README.md b/example/README.md index a5f9db109..90b34e786 100644 --- a/example/README.md +++ b/example/README.md @@ -56,5 +56,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-7f70e55-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/7f70e55 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-7b8d2ba-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/7b8d2ba \ No newline at end of file diff --git a/example/config.json b/example/config.json index 26ef84626..6645244d5 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "7f70e55", + "version": "7b8d2ba", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",