From 9be1adbf059a9651b7c5e8af12d2539d2812a623 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 2 Feb 2024 09:52:08 +0000 Subject: [PATCH] :tada: Release of add-on Example 8.0.3 --- README.md | 6 +++--- example/CHANGELOG.md | 10 ++++------ example/README.md | 4 ++-- example/config.yaml | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a6aa767d0253..0825dd5d19c5 100644 --- a/README.md +++ b/README.md @@ -841,10 +841,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/v8.0.2 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v8.0.2/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/v8.0.3 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v8.0.3/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-v8.0.2-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-v8.0.3-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-no-red.svg diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 22651fd17b9d..300dccc80c1b 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,10 +1,8 @@ ## What’s changed -## 🧰 Maintenance - -- 🎆 Updates maintenance/license year to 2024 @frenck ([#162](https://github.com/hassio-addons/addon-example/pull/162)) - ## ⬆️ Dependency updates -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.2 @renovate ([#160](https://github.com/hassio-addons/addon-example/pull/160)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.3 @renovate ([#161](https://github.com/hassio-addons/addon-example/pull/161)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.4 @renovate ([#163](https://github.com/hassio-addons/addon-example/pull/163)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.5 @renovate ([#164](https://github.com/hassio-addons/addon-example/pull/164)) +- ⬆️ Update alpine_3_19/coreutils to v9.4-r2 @renovate ([#165](https://github.com/hassio-addons/addon-example/pull/165)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.6 @renovate ([#166](https://github.com/hassio-addons/addon-example/pull/166)) diff --git a/example/README.md b/example/README.md index 120f79eb302d..231a51d2f7af 100644 --- a/example/README.md +++ b/example/README.md @@ -37,5 +37,5 @@ It shows off several features and structures like: [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-v8.0.2-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/v8.0.2 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v8.0.3-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/v8.0.3 \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index 1ac7c028c37e..9f95222abd74 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,5 +1,5 @@ name: Example -version: 8.0.2 +version: 8.0.3 slug: example description: Example add-on by Community Home Assistant Add-ons url: https://github.com/hassio-addons/addon-example