From c9724b59ba1b8a3de2469d707ff8e5264010d1a1 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 7 Mar 2022 17:41:14 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to cb30898 --- README.md | 6 +++--- example/CHANGELOG.md | 2 ++ example/README.md | 4 ++-- example/config.yaml | 3 ++- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 39536c6d9..8d746c1f5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index d94d565b4..c911ad1f1 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -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) diff --git a/example/README.md b/example/README.md index 7c9e51610..7a1400e7b 100644 --- a/example/README.md +++ b/example/README.md @@ -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 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-cb30898-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/cb30898 \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index dcfb48f4b..c9e7a27ab 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -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