From 09e9fc48370dca700141e8b8ffabf3e9ac2489eb Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 7 Oct 2021 12:20:57 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to 851e607 --- README.md | 6 +++--- example/CHANGELOG.md | 2 ++ example/README.md | 4 ++-- example/config.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 77a61bd3c..9aad6ba42 100644 --- a/README.md +++ b/README.md @@ -755,10 +755,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/71abdb3 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/71abdb3/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/851e607 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/851e607/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-71abdb3-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-851e607-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 51eea0ad1..bcef86a8a 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog since v4.2.1 +- ⬆️ Upgrades add-on base image to 10.1.1 (#98) +- ⬆ Upgrade lock-threads workflow to 3.0.0 (#99) - ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#97) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> diff --git a/example/README.md b/example/README.md index 994589e63..f697fa36b 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-71abdb3-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/71abdb3 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-851e607-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/851e607 \ No newline at end of file diff --git a/example/config.json b/example/config.json index 570798aef..b54835e5d 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "71abdb3", + "version": "851e607", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",