mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Example 7.0.0
This commit is contained in:
parent
fde9b020fc
commit
470c63dc1d
4 changed files with 17 additions and 14 deletions
|
@ -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/v6.0.2
|
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v7.0.0
|
||||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v6.0.2/README.md
|
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v7.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-v6.0.2-blue.svg
|
[example-version-shield]: https://img.shields.io/badge/version-v7.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-yes-green.svg
|
[example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -2,4 +2,7 @@
|
||||||
|
|
||||||
## ⬆️ Dependency updates
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
- ⬆️ Upgrades add-on base image to 13.1.3 @frenck ([#129](https://github.com/hassio-addons/addon-example/pull/129))
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.0 @renovate ([#134](https://github.com/hassio-addons/addon-example/pull/134))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.1 @renovate ([#135](https://github.com/hassio-addons/addon-example/pull/135))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.2 @renovate ([#136](https://github.com/hassio-addons/addon-example/pull/136))
|
||||||
|
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 @renovate ([#138](https://github.com/hassio-addons/addon-example/pull/138))
|
||||||
|
|
|
@ -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-v6.0.2-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v7.0.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-example/tree/v6.0.2
|
[release]: https://github.com/hassio-addons/addon-example/tree/v7.0.0
|
|
@ -1,20 +1,20 @@
|
||||||
|
name: Example
|
||||||
|
version: 7.0.0
|
||||||
|
slug: example
|
||||||
|
description: Example add-on by Community Home Assistant Add-ons
|
||||||
|
url: https://github.com/hassio-addons/addon-example
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
|
init: false
|
||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
- armhf
|
- armhf
|
||||||
- armv7
|
- armv7
|
||||||
- i386
|
- i386
|
||||||
codenotary: codenotary@frenck.dev
|
|
||||||
description: Example add-on by Community Home Assistant Add-ons
|
|
||||||
image: ghcr.io/hassio-addons/example/{arch}
|
|
||||||
init: false
|
|
||||||
name: Example
|
|
||||||
options:
|
options:
|
||||||
log_level: info
|
log_level: info
|
||||||
seconds_between_quotes: 5
|
seconds_between_quotes: 5
|
||||||
schema:
|
schema:
|
||||||
log_level: list(trace|debug|info|notice|warning|error|fatal)
|
log_level: list(trace|debug|info|notice|warning|error|fatal)
|
||||||
seconds_between_quotes: int(1,120)
|
seconds_between_quotes: int(1,120)
|
||||||
slug: example
|
image: ghcr.io/hassio-addons/example/{arch}
|
||||||
url: https://github.com/hassio-addons/addon-example
|
|
||||||
version: 6.0.2
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue