mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Example to cb30898
This commit is contained in:
parent
f6efea58a8
commit
c9724b59ba
4 changed files with 9 additions and 6 deletions
|
@ -755,10 +755,10 @@ SOFTWARE.
|
||||||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/602ab08
|
[addon-example]: https://github.com/hassio-addons/addon-example/tree/cb30898
|
||||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/602ab08/README.md
|
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/cb30898/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-602ab08-blue.svg
|
[example-version-shield]: https://img.shields.io/badge/version-cb30898-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
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
# Changelog since v4.4.0
|
# Changelog since v4.4.0
|
||||||
|
- Pass in CAS API Key to deployment (#114)
|
||||||
|
- Sign add-on with Codenotary Community Attestation Service (CAS) (#113)
|
||||||
- ⬆️ Upgrades add-on base image to 11.1.0 (#112)
|
- ⬆️ Upgrades add-on base image to 11.1.0 (#112)
|
||||||
- Use yaml instead of json for add-on files (#111)
|
- Use yaml instead of json for add-on files (#111)
|
||||||
- ⬆️ Upgrades add-on base image to 11.0.1 (#109)
|
- ⬆️ Upgrades add-on base image to 11.0.1 (#109)
|
||||||
|
|
|
@ -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-602ab08-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-cb30898-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-example/tree/602ab08
|
[release]: https://github.com/hassio-addons/addon-example/tree/cb30898
|
|
@ -4,6 +4,7 @@ arch:
|
||||||
- armhf
|
- armhf
|
||||||
- armv7
|
- armv7
|
||||||
- i386
|
- i386
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
description: Example add-on by Community Home Assistant Add-ons
|
description: Example add-on by Community Home Assistant Add-ons
|
||||||
image: ghcr.io/hassio-addons/example/{arch}
|
image: ghcr.io/hassio-addons/example/{arch}
|
||||||
init: false
|
init: false
|
||||||
|
@ -16,4 +17,4 @@ schema:
|
||||||
seconds_between_quotes: int(1,120)
|
seconds_between_quotes: int(1,120)
|
||||||
slug: example
|
slug: example
|
||||||
url: https://github.com/hassio-addons/addon-example
|
url: https://github.com/hassio-addons/addon-example
|
||||||
version: 602ab08
|
version: cb30898
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue