🎉 Release of add-on Example 4.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-19 12:32:19 +00:00
parent 497e701d33
commit 50bbfd7dff
5 changed files with 20 additions and 28 deletions

View file

@ -801,10 +801,10 @@ SOFTWARE.
[esphome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[esphome-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[esphome-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.0.5
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.0.5/README.md
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.1.0
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.1.0/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues
[example-version-shield]: https://img.shields.io/badge/version-v4.0.5-blue.svg
[example-version-shield]: https://img.shields.io/badge/version-v4.1.0-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

@ -2,28 +2,10 @@
## 🧰 Maintenance
- Upgrade Code of Conduct @frenck (#33)
- Fix add-on description extraction @frenck (#34)
- Update repository structure & CI @frenck (#58)
## ⬆️ Dependency updates
- ⬆️ Bump frenck/action-addon-linter from v1.2.0 to v1.3.1 @dependabot (#35)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#37)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#38)
- Upgrade add-on base image to 9.1.1 @frenck (#39)
- Upgrade add-on base image to 9.1.2 @frenck (#40)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#41)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#42)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#43)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#44)
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#45)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#46)
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#47)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#48)
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#49)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#50)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#51)
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#52)
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#53)
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#54)
- ⬆️ Upgrades add-on base image to v9.1.7 @frenck (#55)
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#56)
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#57)
- Update repository structure & CI @frenck (#58)

View file

@ -53,5 +53,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-v4.0.5-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/v4.0.5
[release-shield]: https://img.shields.io/badge/version-v4.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/v4.1.0

View file

@ -1,6 +1,6 @@
{
"name": "Example",
"version": "4.0.5",
"version": "4.1.0",
"slug": "example",
"description": "Example add-on by Community Home Assistant Add-ons",
"url": "https://github.com/hassio-addons/addon-example",

View file

@ -0,0 +1,10 @@
---
configuration:
log_level:
name: Log level
description: The amount of logging the add-on should do.
seconds_between_quotes:
name: Seconds between quotes
description: >-
The number of seconds the add-on waits until showing a new quote in the
add-on log.