mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Grocy to ee5b43b
This commit is contained in:
parent
ce47656bb6
commit
eabbca1afa
4 changed files with 15 additions and 6 deletions
|
@ -800,10 +800,10 @@ SOFTWARE.
|
||||||
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
[grafana-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[grafana-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
[grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||||
[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/84bef96
|
[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/ee5b43b
|
||||||
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/84bef96/README.md
|
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/ee5b43b/README.md
|
||||||
[grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues
|
[grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues
|
||||||
[grocy-version-shield]: https://img.shields.io/badge/version-84bef96-blue.svg
|
[grocy-version-shield]: https://img.shields.io/badge/version-ee5b43b-blue.svg
|
||||||
[grocy-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[grocy-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[grocy-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[grocy-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
# Changelog since v0.16.0
|
# Changelog since v0.16.0
|
||||||
|
- 🔒 Pass sign token to main workflow (#290)
|
||||||
|
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#289)
|
||||||
|
|
||||||
|
* 🔒 Sign add-on with Codenotary Community Attestation Service (CAS)
|
||||||
|
|
||||||
|
* Prettified Code!
|
||||||
|
|
||||||
|
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
||||||
- ⬆️ Upgrades add-on base image to 11.1.0 (#288)
|
- ⬆️ Upgrades add-on base image to 11.1.0 (#288)
|
||||||
- ⬆️ Upgrades php8 to 8.0.16-r0 (#287)
|
- ⬆️ Upgrades php8 to 8.0.16-r0 (#287)
|
||||||
- ⬆️ Upgrades add-on base image to 11.0.1 (#279)
|
- ⬆️ Upgrades add-on base image to 11.0.1 (#279)
|
||||||
|
|
|
@ -57,6 +57,6 @@ 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-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-84bef96-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-ee5b43b-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-grocy/tree/84bef96
|
[release]: https://github.com/hassio-addons/addon-grocy/tree/ee5b43b
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-grocy/raw/main/images/screenshot.gif
|
[screenshot]: https://github.com/hassio-addons/addon-grocy/raw/main/images/screenshot.gif
|
|
@ -4,6 +4,7 @@ arch:
|
||||||
- armhf
|
- armhf
|
||||||
- armv7
|
- armv7
|
||||||
- i386
|
- i386
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
description: ERP beyond your fridge! A groceries & household management solution for
|
description: ERP beyond your fridge! A groceries & household management solution for
|
||||||
your home
|
your home
|
||||||
image: ghcr.io/hassio-addons/grocy/{arch}
|
image: ghcr.io/hassio-addons/grocy/{arch}
|
||||||
|
@ -73,4 +74,4 @@ schema:
|
||||||
stock_product_opened_tracking: bool
|
stock_product_opened_tracking: bool
|
||||||
slug: grocy
|
slug: grocy
|
||||||
url: https://github.com/hassio-addons/addon-grocy
|
url: https://github.com/hassio-addons/addon-grocy
|
||||||
version: 84bef96
|
version: ee5b43b
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue