mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Grocy 0.9.0
This commit is contained in:
parent
b0d6c83fa6
commit
d12706a85e
4 changed files with 16 additions and 18 deletions
|
@ -906,10 +906,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.8.0
|
||||
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.8.0/README.md
|
||||
[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.9.0
|
||||
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.9.0/README.md
|
||||
[grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues
|
||||
[grocy-version-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg
|
||||
[grocy-version-shield]: https://img.shields.io/badge/version-v0.9.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
|
||||
|
|
|
@ -2,18 +2,16 @@
|
|||
|
||||
### 🔨 Changes
|
||||
|
||||
- 📚 Update README features tweaks (#81)
|
||||
- ⬆ Upgrades add-on base image to v7.2.0
|
||||
- 🔨 Implement OCI image specification on labels
|
||||
- ⬆ Upgrades git to 2.24.3-r0
|
||||
- ⬆ Upgrades php7 to 7.3.18-r0
|
||||
- 🚑 Do not use cache on package cleanup
|
||||
- 🚑 Remove base path variable (#84)
|
||||
- 🔨 Update cultures (#85)
|
||||
- ⬆ Update Grocy to v2.7.1 (#86)
|
||||
- ✏ Split add-on documentation
|
||||
- ⬆ Upgrades base image to v8.0.1
|
||||
- ⬆ Upgrades nginx to 1.18.0-r0
|
||||
- ⬆ Upgrades php7 to 7.3.20-r0
|
||||
- ⬆ Upgrades git to 2.26.2-r0
|
||||
- ⬆ Upgrades yarn to 1.22.4-r0
|
||||
- ⬆ Upgrades composer to 1.10.9-r0
|
||||
- ✨ Add support for cs, ja, zh_TW locales
|
||||
- 🔥 Remove Renovatebot
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.7.1...v0.8.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.8.0...v0.9.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
|
|
|
@ -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.8.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.8.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.9.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grocy/raw/master/images/screenshot.gif
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Grocy",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"slug": "grocy",
|
||||
"description": "ERP beyond your fridge! A groceries & household management solution for your home",
|
||||
"url": "https://github.com/hassio-addons/addon-grocy",
|
||||
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"culture": "list(da|de|en|en_GB|es|fr|hu|it|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|tr)",
|
||||
"culture": "list(cs|da|de|en|en_GB|es|fr|hu|it|ja|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|tr|zh_TW)",
|
||||
"currency": "match(^[A-Z]{3}$)",
|
||||
"entry_page": "list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)",
|
||||
"features": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue