🎉 Release of add-on Example 8.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2023-12-08 16:05:35 +00:00
parent 5046925fc0
commit 72136cd684
4 changed files with 14 additions and 13 deletions

View file

@ -750,10 +750,10 @@ SOFTWARE.
[emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[emqx-i386-shield]: https://img.shields.io/badge/i386-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/v7.0.4 [addon-example]: https://github.com/hassio-addons/addon-example/tree/v8.0.0
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v7.0.4/README.md [addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v8.0.0/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues [example-issue]: https://github.com/hassio-addons/addon-example/issues
[example-version-shield]: https://img.shields.io/badge/version-v7.0.4-blue.svg [example-version-shield]: https://img.shields.io/badge/version-v8.0.0-blue.svg
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[example-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [example-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,9 +1,12 @@
## Whats changed ## Whats changed
## 🚨 Breaking changes
- Drop support for armhf & i386 @frenck ([#153](https://github.com/hassio-addons/addon-example/pull/153))
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.1.1 @renovate ([#148](https://github.com/hassio-addons/addon-example/pull/148)) - ⬆️ 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.1.3 @renovate ([#149](https://github.com/hassio-addons/addon-example/pull/149)) - ⬆️ 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.2.0 @renovate ([#150](https://github.com/hassio-addons/addon-example/pull/150)) - ⬆️ 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 v14.2.1 @renovate ([#151](https://github.com/hassio-addons/addon-example/pull/151)) - ⬆️ 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 v14.2.2 @renovate ([#152](https://github.com/hassio-addons/addon-example/pull/152))

View file

@ -53,5 +53,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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v7.0.4-blue.svg [release-shield]: https://img.shields.io/badge/version-v8.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/v7.0.4 [release]: https://github.com/hassio-addons/addon-example/tree/v8.0.0

View file

@ -1,5 +1,5 @@
name: Example name: Example
version: 7.0.4 version: 8.0.0
slug: example slug: example
description: Example add-on by Community Home Assistant Add-ons description: Example add-on by Community Home Assistant Add-ons
url: https://github.com/hassio-addons/addon-example url: https://github.com/hassio-addons/addon-example
@ -8,9 +8,7 @@ init: false
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armhf
- armv7 - armv7
- i386
options: options:
log_level: info log_level: info
seconds_between_quotes: 5 seconds_between_quotes: 5