mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Example 4.2.0
This commit is contained in:
parent
ecc01d613b
commit
792f4587c1
4 changed files with 24 additions and 11 deletions
|
@ -750,10 +750,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.1.0
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.1.0/README.md
|
||||
[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
|
||||
[example-issue]: https://github.com/hassio-addons/addon-example/issues
|
||||
[example-version-shield]: https://img.shields.io/badge/version-v4.1.0-blue.svg
|
||||
[example-version-shield]: https://img.shields.io/badge/version-v4.2.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
|
||||
|
|
|
@ -1,11 +1,24 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Update repository structure & CI @frenck (#58)
|
||||
- Fix example script permissions @frenck (#75)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ 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)
|
||||
- ⬆️ 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)
|
||||
|
|
|
@ -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.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/v4.1.0
|
||||
[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
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Example",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"slug": "example",
|
||||
"description": "Example add-on by Community Home Assistant Add-ons",
|
||||
"url": "https://github.com/hassio-addons/addon-example",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue