🎉 Release of add-on Grocy 0.19.0

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-26 11:30:11 +00:00
parent fd35603bb9
commit c211403212
5 changed files with 51 additions and 44 deletions

View file

@ -1,12 +1,19 @@
## Whats changed
## 🧰 Maintenance
- 🔨 Migrate old-style S6 scripts to s6-rc.d @frenck ([#327](https://github.com/hassio-addons/addon-grocy/pull/327))
- 🎆 Updates maintenance/license year to 2023 @frenck ([#331](https://github.com/hassio-addons/addon-grocy/pull/331))
- Add Renovate for dependency management @frenck ([#341](https://github.com/hassio-addons/addon-grocy/pull/341))
## 📚 Documentation
- Fixed broken link @monsieurhannes ([#349](https://github.com/hassio-addons/addon-grocy/pull/349))
## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to 12.2.1 @frenck (#306)
- ⬆️ Upgrades add-on base image to 12.2.3 @frenck (#311)
- ⬆️ Upgrades php8 to 8.0.25-r0 @frenck (#317)
- ⬆️ Upgrades composer to 2.4.2-r0 @frenck (#318)
- ⬆️ Upgrades nginx to 1.22.1-r0 @frenck (#319)
- ⬆️ Upgrades git to 2.36.3-r0 @frenck (#320)
- ⬆️ Upgrades Grocy to 3.3.2 @frenck (#321)
- ⬆️ Upgrades add-on base image to 12.2.7 @frenck (#322)
- ⬆️ Upgrades add-on base image to 13.0.0 @frenck ([#324](https://github.com/hassio-addons/addon-grocy/pull/324))
- ⬆️ Upgrades add-on base image to 13.1.1 @frenck ([#332](https://github.com/hassio-addons/addon-grocy/pull/332))
- ⬆️ Upgrades add-on base image to 13.1.3 @frenck ([#339](https://github.com/hassio-addons/addon-grocy/pull/339))
- ⬆️ Update PHP to v8.1.17-r0 @renovate ([#347](https://github.com/hassio-addons/addon-grocy/pull/347))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 @renovate ([#348](https://github.com/hassio-addons/addon-grocy/pull/348))

View file

@ -247,7 +247,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2019-2022 Franck Nijhof
Copyright (c) 2019-2023 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -281,4 +281,4 @@ SOFTWARE.
[python-packages]: https://pypi.org/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-grocy/releases
[semver]: http://semver.org/spec/v2.0.0.htm
[semver]: http://semver.org/spec/v2.0.0.html

View file

@ -50,10 +50,10 @@ If you are more interested in stable releases of our add-ons:
[github-sponsors]: https://github.com/sponsors/frenck
[grocy-demo]: https://demo-en.grocy.info
[grocy]: https://grocy.info/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[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.18.3-blue.svg
[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.18.3
[release-shield]: https://img.shields.io/badge/version-v0.19.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.19.0
[screenshot]: https://github.com/hassio-addons/addon-grocy/raw/main/images/screenshot.gif

View file

@ -1,21 +1,28 @@
name: Grocy
version: 0.19.0
slug: grocy
description: ERP beyond your fridge! A groceries & household management solution for
your home
url: https://github.com/hassio-addons/addon-grocy
codenotary: codenotary@frenck.dev
ingress: true
ingress_stream: true
init: false
panel_icon: mdi:cart
panel_admin: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
codenotary: codenotary@frenck.dev
description: ERP beyond your fridge! A groceries & household management solution for
your home
image: ghcr.io/hassio-addons/grocy/{arch}
ingress: true
ingress_stream: true
init: false
map:
- ssl
name: Grocy
ports:
80/tcp: null
ports_description:
80/tcp: Web interface (Not required for Ingress)
options:
certfile: fullchain.pem
culture: en
currency: USD
entry_page: stock
@ -28,26 +35,21 @@ options:
shoppinglist: true
stock: true
tasks: true
grocy_ingress_user: ''
keyfile: privkey.pem
ssl: true
tweaks:
chores_assignment: true
multiple_shopping_lists: true
stock_best_before_date_tracking: true
stock_count_opened_products_against_minimum_stock_amount: true
stock_location_tracking: true
stock_price_tracking: true
stock_product_freezing: true
stock_product_opened_tracking: true
panel_admin: false
panel_icon: mdi:cart
ports:
80/tcp: null
ports_description:
80/tcp: Web interface (Not required for Ingress)
stock_count_opened_products_against_minimum_stock_amount: true
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
grocy_ingress_user: ''
schema:
certfile: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
culture: list(ca|cs|da|de|el_GR|en|en_GB|es|fi|fr|he_IL|hu|it|ja|ko_KR|lt|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sl|sv_SE|ta|tr|uk|zh_CN|zh_TW)
currency: match(^[A-Z]{3}$)
entry_page: list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)
@ -60,21 +62,19 @@ schema:
shoppinglist: bool
stock: bool
tasks: bool
grocy_ingress_user: str
keyfile: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
tweaks:
calendar_first_day_of_week: int(0,6)?
chores_assignment: bool
meal_plan_first_day_of_week: int(0,6)?
multiple_shopping_lists: bool
stock_best_before_date_tracking: bool
stock_count_opened_products_against_minimum_stock_amount: bool
stock_location_tracking: bool
stock_price_tracking: bool
stock_product_freezing: bool
stock_product_opened_tracking: bool
slug: grocy
url: https://github.com/hassio-addons/addon-grocy
version: 0.18.3
stock_count_opened_products_against_minimum_stock_amount: bool
ssl: bool
certfile: str
keyfile: str
grocy_ingress_user: str
image: ghcr.io/hassio-addons/grocy/{arch}