⬆️ Updating add-on Example to cb30898

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-07 17:41:14 +00:00
parent f6efea58a8
commit c9724b59ba
4 changed files with 9 additions and 6 deletions

View file

@ -755,10 +755,10 @@ SOFTWARE.
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-example]: https://github.com/hassio-addons/addon-example/tree/602ab08
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/602ab08/README.md
[addon-example]: https://github.com/hassio-addons/addon-example/tree/cb30898
[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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,6 @@
# 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)
- Use yaml instead of json for add-on files (#111)
- ⬆️ Upgrades add-on base image to 11.0.1 (#109)

View file

@ -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]: 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-602ab08-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/602ab08
[release-shield]: https://img.shields.io/badge/version-cb30898-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/cb30898

View file

@ -4,6 +4,7 @@ arch:
- armhf
- armv7
- i386
codenotary: codenotary@frenck.dev
description: Example add-on by Community Home Assistant Add-ons
image: ghcr.io/hassio-addons/example/{arch}
init: false
@ -16,4 +17,4 @@ schema:
seconds_between_quotes: int(1,120)
slug: example
url: https://github.com/hassio-addons/addon-example
version: 602ab08
version: cb30898