⬆️ Updating add-on Example to 8854153

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-10 22:08:14 +00:00
parent 75802f16d3
commit 65ccdd3f68
4 changed files with 8 additions and 38 deletions

View file

@ -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/81d26a6 [addon-example]: https://github.com/hassio-addons/addon-example/tree/8854153
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/81d26a6/README.md [addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/8854153/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-81d26a6-blue.svg [example-version-shield]: https://img.shields.io/badge/version-8854153-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

View file

@ -1,32 +1,2 @@
# Changelog since v4.2.1 # Changelog since v4.3.0
- ⬆️ Upgrades add-on base image to v10.2.0 (#103) - ⬆️ Upgrades add-on base image to 10.2.2 (#104)
- Migrate JSON add-on config to YAML (#102)
- Fix typo in deploy workflow
- Fix missing dispatch token in deploy workflow
- Fix missing deploy workflow
- Switch add-on to centralized GitHub Action Workflows (#101)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#100)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades add-on base image to 10.1.1 (#98)
- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#99)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#97)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#93)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 (#94)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#92)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 (#90)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#89)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 🚑 Fix contributing link in readme (#88)
- 🚀 Add-on CI improvements (#87)

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

View file

@ -16,4 +16,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: 81d26a6 version: '8854153'