From 2adb6bc1899d642c7c8f94bf0213b41eab42c2b9 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 18 Feb 2021 08:49:43 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to d63405b --- 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 6a9a09532..d3140aba4 100644 --- a/README.md +++ b/README.md @@ -829,10 +829,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/9407d09 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/9407d09/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/d63405b +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/d63405b/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-9407d09-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-d63405b-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 84c49ff74..d1fe5b0fa 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v4.0.4 +- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 (#47) + +Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.2.2 to v2.3.0. +- [Release notes](https://github.com/docker/build-push-action/releases) +- [Commits](https://github.com/docker/build-push-action/compare/v2.2.2...9379083e426e2e84abb80c8c091f5cdeb7d3fd7a) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#46) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.13.0 to v5.14.0. diff --git a/example/README.md b/example/README.md index 97539cbec..b5dfeee88 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-9407d09-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/9407d09 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-d63405b-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/d63405b \ No newline at end of file diff --git a/example/config.json b/example/config.json index aafd58971..405b3116d 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "9407d09", + "version": "d63405b", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",