🎉 Release of add-on Example 4.2.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-10 01:06:28 +00:00
parent 785b2a42df
commit 158373e40a
4 changed files with 14 additions and 26 deletions

View file

@ -736,10 +736,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.2.0
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.2.0/README.md
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.2.1
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.2.1/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues
[example-version-shield]: https://img.shields.io/badge/version-v4.2.0-blue.svg
[example-version-shield]: https://img.shields.io/badge/version-v4.2.1-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,24 +1,12 @@
## Whats changed
## 🐛 Bug fixes
- Fix example script permissions @frenck (#75)
## ⬆️ Dependency updates
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#60)
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#59)
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#61)
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#62)
- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#63)
- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#64)
- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#65)
- ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#66)
- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#67)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#69)
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#68)
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#70)
- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 @dependabot (#71)
- ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#72)
- ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#74)
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#73)
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#77)
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#78)
- ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#79)
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#81)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#82)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#83)
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#84)
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#86)

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

View file

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