🎉 Release of add-on Grocy 0.13.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-19 22:30:48 +00:00
parent 76ace0f5ea
commit 0daacf2336
4 changed files with 14 additions and 26 deletions

View file

@ -846,10 +846,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.12.0 [addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.13.0
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.12.0/README.md [addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.13.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.12.0-blue.svg [grocy-version-shield]: https://img.shields.io/badge/version-v0.13.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,26 +1,14 @@
## Whats changed ## Whats changed
🙏 Finally, the annoying 404-page bug when using Ingress is fixed. ## 🧰 Maintenance
The add-on now patches Grocy to handle relative URLs better, fixing support for Ingress at full. 😎 - Apply updated repository structure & CI workflow @frenck (#166)
## ✨ New features
- Implement feature setting stock count opened products against minimum stock amount @tringler (#151)
## 🐛 Bug fixes
- Add missing php7-ldap and php7-exif packages @mountainsandcode (#150)
- Fix Grocy current relative URL handling brain-damage @frenck (#157)
## 🚀 Enhancements
- Make NGinx doing less log spam @frenck (#156)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#143) - ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#159)
- ⬆️ Upgrades git to 2.30.2-r0 @frenck (#149) - ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#161)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#148) - ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#162)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#152) - ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#163)
- ⬆️ Upgrades add-on base image to v9.1.6 @frenck (#155) - ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#164)
- Upgrades add-on base image to v9.2.0 @frenck (#165)

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.12.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.13.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.12.0 [release]: https://github.com/hassio-addons/addon-grocy/tree/v0.13.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.12.0", "version": "0.13.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",