From 679e7f875f31c35622949eaa002c7b1d34a064c8 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 6 Oct 2023 19:25:27 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to 1bda5d5 --- README.md | 6 +++--- example/CHANGELOG.md | 3 +++ example/README.md | 4 ++-- example/config.yaml | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3719b9703..aaef854be 100644 --- a/README.md +++ b/README.md @@ -759,10 +759,10 @@ SOFTWARE. [emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [emqx-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [emqx-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/2c5f7a5 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/2c5f7a5/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/1bda5d5 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/1bda5d5/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-2c5f7a5-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-1bda5d5-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 b01ef1083..a4236a334 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v7.0.3 +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.1 (#151) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> - ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.0 (#150) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> diff --git a/example/README.md b/example/README.md index 89bf43268..4bfc63709 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-2c5f7a5-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/2c5f7a5 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-1bda5d5-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/1bda5d5 \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index 2ff17a936..ba73f6275 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,5 +1,5 @@ name: Example -version: 2c5f7a5 +version: 1bda5d5 slug: example description: Example add-on by Community Home Assistant Add-ons url: https://github.com/hassio-addons/addon-example