From 9a0003ae6c8c91e73102aac129765ec0ed7e36e3 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 9 Dec 2023 10:01:35 +0000 Subject: [PATCH] :tada: Release of add-on Example 8.0.1 --- README.md | 6 +++--- example/CHANGELOG.md | 9 +-------- example/README.md | 4 ++-- example/config.yaml | 2 +- 4 files changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7d46a3d44e01..5fde75129536 100644 --- a/README.md +++ b/README.md @@ -720,10 +720,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.0 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v8.0.0/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/v8.0.1 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v8.0.1/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-v8.0.0-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-v8.0.1-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 f86c5c3302b4..93db557431b4 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,12 +1,5 @@ ## What’s changed -## 🚨 Breaking changes - -- Drop support for armhf & i386 @frenck ([#153](https://github.com/hassio-addons/addon-example/pull/153)) - ## ⬆️ Dependency updates -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.0 @renovate ([#154](https://github.com/hassio-addons/addon-example/pull/154)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.1 @renovate ([#155](https://github.com/hassio-addons/addon-example/pull/155)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.3 @renovate ([#157](https://github.com/hassio-addons/addon-example/pull/157)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 @renovate ([#158](https://github.com/hassio-addons/addon-example/pull/158)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.1 @renovate ([#159](https://github.com/hassio-addons/addon-example/pull/159)) diff --git a/example/README.md b/example/README.md index e8630e2d0fa6..bbfa98a999b7 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.0-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/v8.0.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v8.0.1-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/v8.0.1 \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index 513485823d64..64015ce4587e 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,5 +1,5 @@ name: Example -version: 8.0.0 +version: 8.0.1 slug: example description: Example add-on by Community Home Assistant Add-ons url: https://github.com/hassio-addons/addon-example