mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 19:41:27 +00:00
🎉 Release of add-on Example 4.0.4
This commit is contained in:
parent
abe2379d3f
commit
0bc63742c5
4 changed files with 11 additions and 8 deletions
|
@ -829,10 +829,10 @@ SOFTWARE.
|
||||||
[esphome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[esphome-i386-shield]: https://img.shields.io/badge/i386-no-red.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.3
|
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.0.4
|
||||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.0.3/README.md
|
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.0.4/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-v4.0.3-blue.svg
|
[example-version-shield]: https://img.shields.io/badge/version-v4.0.4-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
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
## What’s changed
|
## What’s changed
|
||||||
|
|
||||||
## 🧰 Maintenance
|
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.
|
||||||
|
|
||||||
- Dispatch correct version number to updater @frenck (#29)
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
|
- Upgrade add-on base image to 9.0.1 @frenck (#31)
|
||||||
|
|
|
@ -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-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-v4.0.3-blue.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.3
|
[release]: https://github.com/hassio-addons/addon-example/tree/v4.0.4
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Example",
|
"name": "Example",
|
||||||
"version": "4.0.3",
|
"version": "4.0.4",
|
||||||
"slug": "example",
|
"slug": "example",
|
||||||
"description": "Example add-on by Community Home Assistant Add-ons",
|
"description": "Example add-on by Community Home Assistant Add-ons",
|
||||||
"url": "https://github.com/hassio-addons/addon-example",
|
"url": "https://github.com/hassio-addons/addon-example",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue