diff --git a/README.md b/README.md index df0d2d1d..ff4ec81f 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.2.0 -[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.2.0/README.md +[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.3.0 +[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.3.0/README.md [grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues -[grocy-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[grocy-version-shield]: https://img.shields.io/badge/version-v0.3.0-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 6f0316fc..bc3a3984 100644 --- a/grocy/CHANGELOG.md +++ b/grocy/CHANGELOG.md @@ -1,17 +1,34 @@ [Full Changelog][changelog] -This release updates Grocy to v2.4.1! -Adds some neat new features: Meal planning, custom user fields, new languages & tons of improvements! +✨ This release adds support for Hass.io Ingress 🎉 + +Besides Ingress, this release adds major upgrades about every single thing inside this add-on ⬆️ + +### 🚨Breaking change + +The addition of Ingress makes this add-on not accessible directly. If you have added Grocy via an iframe panel, this release will break that. However, you can simply toggle the "Show in sidebar" switch now 🎉 + +You can enable direct access again by going into the add-on configuration. A section is visible: "Network". Enter port `9192` (or anything else if you want) in the `disabled` field. Hit the "SAVE" followed by the "RESTART" button to make your iframe and others work as before. ### 🔨 Changes -- :arrow_up: Upgrades nginx to 1.14.2-r1 -- :arrow_up: Upgrades PHP to 7.2.18-r0 -- :arrow_up: Upgrades add-on base image to 3.1.1 -- ⬆️ Upgrades Grocy to v2.4.1 (#20) (@tjorim) -- :ambulance: Ensures viewcache folder exists +- :arrow_up: Upgrades Grocy to v2.4.2 +- :sparkles: Adds en_GB as selectable language +- :pencil2: Maintaince -> Maintenance +- :arrow_up: Upgrades add-on base image to v4.0.1 +- :arrow_up: Upgrades nginx to 1.16.0-r2 +- :arrow_up: Upgrades php to 7.3.6-r0 +- :arrow_up: Upgrades git to 2.22.0-r0 +- :arrow_up: Upgrades yarn to 1.16.0-r0 +- :arrow_up: Upgrades composer to 1.8.6-r0 +- :sparkles: Adds FUNDING.yml +- :sparkles: Adds Ingress support +- :fire: Removes now deprecated ssl directive +- :books: Adds extra language option to docs (#26) (@tjorim) +- :hammer: Disable direct access by default +- :ambulance: Adds missing port declaration -[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.1.0...v0.2.0 +[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.2.0...v0.3.0 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 6a6d889b..2f57478d 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.2.0/README.md +[docs]: https://github.com/hassio-addons/addon-grocy/blob/v0.3.0/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.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.2.0 +[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg +[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.3.0 [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 357aca9f..94ed97e0 100644 --- a/grocy/config.json +++ b/grocy/config.json @@ -1,10 +1,12 @@ { "name": "Grocy", - "version": "0.2.0", + "version": "0.3.0", "slug": "grocy", "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", + "ingress": true, + "ingress_port": 1337, "startup": "system", "arch": [ "aarch64", @@ -20,10 +22,10 @@ "ssl" ], "ports": { - "80/tcp": 9192 + "80/tcp": null }, "ports_description": { - "80/tcp": "Web interface" + "80/tcp": "Web interface (Not required for Hass.io Ingress)" }, "options": { "culture": "en", @@ -44,7 +46,7 @@ }, "schema": { "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", - "culture": "match(^(da|de|en|es|fr|it|nl|no|pl|ru|sv_SE|ta|tr)$)", + "culture": "match(^(da|de|en|en_GB|es|fr|it|nl|no|pl|ru|sv_SE|ta|tr)$)", "currency": "str", "features": { "batteries": "bool",