mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Example to 1e0243c
This commit is contained in:
parent
9c4f327d3d
commit
6432ec61f6
4 changed files with 8 additions and 25 deletions
|
@ -759,10 +759,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/6c7ca38
|
[addon-example]: https://github.com/hassio-addons/addon-example/tree/1e0243c
|
||||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/6c7ca38/README.md
|
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/1e0243c/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-6c7ca38-blue.svg
|
[example-version-shield]: https://img.shields.io/badge/version-1e0243c-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
|
||||||
|
|
|
@ -1,17 +1,2 @@
|
||||||
# Changelog since v7.0.3
|
# Changelog since v7.0.4
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.2 (#152)
|
- Drop support for armhf & i386 (#153)
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.1 (#151)
|
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.0 (#150)
|
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.1.3 (#149)
|
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
- Ditch CAS
|
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.1.1 (#148)
|
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
|
|
|
@ -56,5 +56,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-6c7ca38-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-1e0243c-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-example/tree/6c7ca38
|
[release]: https://github.com/hassio-addons/addon-example/tree/1e0243c
|
|
@ -1,5 +1,5 @@
|
||||||
name: Example
|
name: Example
|
||||||
version: 6c7ca38
|
version: 1e0243c
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue