🎉 Release of add-on Grocy 0.15.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-07-19 13:26:17 +00:00
parent 13e97cfde7
commit a8ef284b69
4 changed files with 22 additions and 15 deletions

View file

@ -781,10 +781,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/v0.14.0 [addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.15.0
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.14.0/README.md [addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.15.0/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-v0.14.0-blue.svg [grocy-version-shield]: https://img.shields.io/badge/version-v0.15.0-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

View file

@ -1,13 +1,20 @@
## Whats changed ## Whats changed
This release upgrades Grocy to 3.1.0! 🎉
## 🐛 Bug fixes
- Adjust runtime for PHP8 @frenck (#206)
- Hot patch more Grocy Javascript braindamage @frenck (#207)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#180) - ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#195)
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#184) - ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#196)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#183) - ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#198)
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#182) - ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#200)
- ⬆️ Upgrades add-on base image to v9.2.1 @frenck (#185) - ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#201)
- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 @dependabot (#186) - ⬆️ Upgrades php7 to 7.4.21-r0 @frenck (#202)
- ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#189) - ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#204)
- ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#193) - ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#203)
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#192) - ⬆️ Upgrades Grocy to 3.1.0 @frenck (#205)

View file

@ -54,6 +54,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-v0.14.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.14.0 [release]: https://github.com/hassio-addons/addon-grocy/tree/v0.15.0
[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

View file

@ -1,6 +1,6 @@
{ {
"name": "Grocy", "name": "Grocy",
"version": "0.14.0", "version": "0.15.0",
"slug": "grocy", "slug": "grocy",
"description": "ERP beyond your fridge! A groceries & household management solution for your home", "description": "ERP beyond your fridge! A groceries & household management solution for your home",
"url": "https://github.com/hassio-addons/addon-grocy", "url": "https://github.com/hassio-addons/addon-grocy",