🎉 Release of add-on Example 4.0.5

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-10 14:51:32 +00:00
parent 770d596428
commit 67814547be
4 changed files with 30 additions and 9 deletions

View file

@ -1,8 +1,29 @@
## Whats changed
Small bugfix release that fixes an issue that during add-on startup, it would always show an update was available.
This patch release addresses that.
## 🧰 Maintenance
- Upgrade Code of Conduct @frenck (#33)
- Fix add-on description extraction @frenck (#34)
## ⬆️ Dependency updates
- Upgrade add-on base image to 9.0.1 @frenck (#31)
- ⬆️ 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)

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.4-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/v4.0.4
[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

View file

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