mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Example to 3b7d61b
This commit is contained in:
parent
342c07b411
commit
cd89b1ec6f
4 changed files with 7 additions and 7 deletions
|
@ -913,10 +913,10 @@ SOFTWARE.
|
|||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/3f16a8b
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/3f16a8b/README.md
|
||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/3b7d61b
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/3b7d61b/README.md
|
||||
[example-issue]: https://github.com/hassio-addons/addon-example/issues
|
||||
[example-version-shield]: https://img.shields.io/badge/version-3f16a8b-blue.svg
|
||||
[example-version-shield]: https://img.shields.io/badge/version-3b7d61b-blue.svg
|
||||
[example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/example-armhf.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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v3.5.1
|
||||
- Upgrade add-on base image to 9.0.0 (#24)
|
||||
- Adjust deployment supporting all environments (#23)
|
||||
- Fix deployment workflow (#22)
|
||||
- Add new repository workflow (#21)
|
||||
|
|
|
@ -56,5 +56,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-3f16a8b-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/3f16a8b
|
||||
[release-shield]: https://img.shields.io/badge/version-3b7d61b-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/3b7d61b
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Example",
|
||||
"version": "3f16a8b",
|
||||
"version": "3b7d61b",
|
||||
"slug": "example",
|
||||
"description": "Example add-on by Community Home Assistant Add-ons",
|
||||
"url": "https://github.com/hassio-addons/addon-example",
|
||||
|
@ -12,7 +12,6 @@
|
|||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"hassio_api": true,
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"seconds_between_quotes": 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue