mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Example to b47e099
This commit is contained in:
parent
a9cc87dfd2
commit
4001e47d2d
4 changed files with 15 additions and 6 deletions
|
@ -764,10 +764,10 @@ SOFTWARE.
|
||||||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[bookstack-i386-shield]: https://img.shields.io/badge/i386-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/a2fa61b
|
[addon-example]: https://github.com/hassio-addons/addon-example/tree/b47e099
|
||||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/a2fa61b/README.md
|
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/b47e099/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-a2fa61b-blue.svg
|
[example-version-shield]: https://img.shields.io/badge/version-b47e099-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,4 +1,13 @@
|
||||||
# Changelog since v4.1.0
|
# Changelog since v4.1.0
|
||||||
|
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 (#70)
|
||||||
|
|
||||||
|
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
|
||||||
|
- [Release notes](https://github.com/actions/cache/releases)
|
||||||
|
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
- ⬆ Bump docker/build-push-action from 2.4.0 to 2.5.0 (#68)
|
- ⬆ Bump docker/build-push-action from 2.4.0 to 2.5.0 (#68)
|
||||||
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 (#69)
|
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 (#69)
|
||||||
|
|
||||||
|
|
|
@ -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-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-a2fa61b-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-b47e099-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-example/tree/a2fa61b
|
[release]: https://github.com/hassio-addons/addon-example/tree/b47e099
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Example",
|
"name": "Example",
|
||||||
"version": "a2fa61b",
|
"version": "b47e099",
|
||||||
"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