mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Example 8.0.0
This commit is contained in:
parent
5046925fc0
commit
72136cd684
4 changed files with 14 additions and 13 deletions
|
@ -1,9 +1,12 @@
|
|||
## 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.1.1 @renovate ([#148](https://github.com/hassio-addons/addon-example/pull/148))
|
||||
- ⬆️ 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.2.0 @renovate ([#150](https://github.com/hassio-addons/addon-example/pull/150))
|
||||
- ⬆️ 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 v14.2.2 @renovate ([#152](https://github.com/hassio-addons/addon-example/pull/152))
|
||||
- ⬆️ 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))
|
||||
|
|
|
@ -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]: 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-v7.0.4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/v7.0.4
|
||||
[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
|
|
@ -1,5 +1,5 @@
|
|||
name: Example
|
||||
version: 7.0.4
|
||||
version: 8.0.0
|
||||
slug: example
|
||||
description: Example add-on by Community Home Assistant Add-ons
|
||||
url: https://github.com/hassio-addons/addon-example
|
||||
|
@ -8,9 +8,7 @@ init: false
|
|||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
options:
|
||||
log_level: info
|
||||
seconds_between_quotes: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue