diff --git a/README.md b/README.md index 5e458598..557f1963 100644 --- a/README.md +++ b/README.md @@ -815,10 +815,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.3.1 -[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.3.1/README.md +[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.3.2 +[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.3.2/README.md [grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues -[grocy-version-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg +[grocy-version-shield]: https://img.shields.io/badge/version-v0.3.2-blue.svg [grocy-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grocy-armhf.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 diff --git a/grocy/CHANGELOG.md b/grocy/CHANGELOG.md index 07431fa6..c0134eff 100644 --- a/grocy/CHANGELOG.md +++ b/grocy/CHANGELOG.md @@ -4,12 +4,17 @@ This is a maintenance release. ### 🔨 Changes -- ✨ Adds icon to show in the sidebar (#28) (@tjorim) -- 📚 Removes references to iframe due to Ingress (#32) (@sinclairpaul) -- :ambulance: Changes Currency to ISO4217 Format (#34) (@sinclairpaul) -- :arrow_up: Upgrades Grocy to v2.4.4 +- :arrow_up: Upgrades add-on base image to v4.0.2 +- :arrow_up: Upgrades php to 7.3.7-r0 +- :arrow_up: Upgrades add-on base image to v4.0.3 +- :arrow_up: Upgrades php7 to 7.3.8-r0 +- :arrow_up: Upgrades nginx to 1.16.1-r0 +- :ambulance: Fixes path handling for SSL certificates +- :arrow_up: Upgrades add-on base image to v4.1.1 +- :hammer: Use Hass.io DNS as NGinx resolver +- :ambulance: Mimic commit 3dbce7547fb2b0c9b5acbed1926d98b5f61d10b0 (#44) (@tjorim) -[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.3.0...v0.3.1 +[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.3.1...v0.3.2 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/grocy/README.md b/grocy/README.md index 020525f4..cb0d04ab 100644 --- a/grocy/README.md +++ b/grocy/README.md @@ -48,7 +48,7 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-grocy/blob/v0.3.1/README.md +[docs]: https://github.com/hassio-addons/addon-grocy/blob/v0.3.2/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-grocy/112422?u=frenck [grocy-demo]: https://demo-en.grocy.info @@ -57,6 +57,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://www.frenck.nl/images/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.3.1-blue.svg -[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.3.1 +[release-shield]: https://img.shields.io/badge/version-v0.3.2-blue.svg +[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.3.2 [screenshot]: https://github.com/hassio-addons/addon-grocy/raw/master/images/screenshot.gif \ No newline at end of file diff --git a/grocy/config.json b/grocy/config.json index f628771e..e203a8a2 100644 --- a/grocy/config.json +++ b/grocy/config.json @@ -1,6 +1,6 @@ { "name": "Grocy", - "version": "0.3.1", + "version": "0.3.2", "slug": "grocy", "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy",