diff --git a/README.md b/README.md index 232472a9..f677d14e 100644 --- a/README.md +++ b/README.md @@ -846,10 +846,10 @@ SOFTWARE. [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-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-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.12.0/README.md +[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.13.0/README.md [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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/grocy/CHANGELOG.md b/grocy/CHANGELOG.md index b35b77e7..db6bdf7b 100644 --- a/grocy/CHANGELOG.md +++ b/grocy/CHANGELOG.md @@ -1,26 +1,14 @@ ## What’s 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. 😎 - -## ✨ 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) +- Apply updated repository structure & CI workflow @frenck (#166) ## ⬆️ Dependency updates -- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#143) -- ⬆️ Upgrades git to 2.30.2-r0 @frenck (#149) -- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#148) -- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#152) -- ⬆️ Upgrades add-on base image to v9.1.6 @frenck (#155) +- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#159) +- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#161) +- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#162) +- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#163) +- ⬆️ 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) diff --git a/grocy/README.md b/grocy/README.md index 4f096f5a..3be9d4f5 100644 --- a/grocy/README.md +++ b/grocy/README.md @@ -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]: https://www.patreon.com/frenck [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]: https://github.com/hassio-addons/addon-grocy/tree/v0.12.0 +[release-shield]: https://img.shields.io/badge/version-v0.13.0-blue.svg +[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 \ No newline at end of file diff --git a/grocy/config.json b/grocy/config.json index 8622a48e..e0eb77ac 100644 --- a/grocy/config.json +++ b/grocy/config.json @@ -1,6 +1,6 @@ { "name": "Grocy", - "version": "0.12.0", + "version": "0.13.0", "slug": "grocy", "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy",