🎉 Release of add-on Grocy 0.16.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-12-20 13:04:13 +00:00
parent 0ec538ac5e
commit 9429ea2a9a
4 changed files with 40 additions and 135 deletions

View file

@ -786,10 +786,10 @@ SOFTWARE.
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/7cc3aa3 [addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.16.0
[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/7cc3aa3/README.md [addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.16.0/README.md
[grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues [grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues
[grocy-version-shield]: https://img.shields.io/badge/version-7cc3aa3-blue.svg [grocy-version-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg
[grocy-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,139 +1,44 @@
# Changelog since v0.15.0 ## Whats changed
- Apply location fix only when using Ingress (#267)
- ⬆️ Upgrades php8 to 8.0.14-r0 (#266)
- 🚀 Update CI to latest version (#263)
- Upgrades Grocy to 3.1.3 (#262)
- Fix issue #208 (#254)
Co-authored-by: Artain <artain@posteo.de>
- Allow non-administrator HA users to see Grocy (#256)
- Add missing php8-iconv package (#253)
- ⬆️ Upgrades add-on base image to 11.0.0 (#257)
- Upgrades Grocy to 3.1.2 (#248)
- ⬆️ Upgrades add-on base image to 10.2.2 (#251)
- ⬆️ Upgrades add-on base image to 10.2.0 (#247)
- Migrate JSON config to YAML (#246)
- Switch to centralized GitHub Action Workflows (#245)
- ⬆️ Upgrades php8 to 8.0.12-r0 (#244)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#239)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
--- ## 🐛 Bug fixes
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> - Add missing php8-iconv package @Zorvalt (#253)
- Fix issue #208 @Artain (#254)
- Apply location fix only when using Ingress @frenck (#267)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ## 🚀 Enhancements
- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#236)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#232)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.3...v2.4.1)
--- - 🔑 Update NGINX SSL parameters @frenck (#217)
updated-dependencies: - 🏎 Enable streaming mode for Ingress @frenck (#218)
- dependency-name: frenck/action-addon-linter - Migrate JSON config to YAML @frenck (#246)
dependency-type: direct:production - Allow non-administrator HA users to see Grocy @MattDahEpic (#256)
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> ## 🧰 Maintenance
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - 🚀 Add-on CI improvements @frenck (#215)
- ⬆️ Upgrades Grocy to 3.1.1 (#229) - Switch to centralized GitHub Action Workflows @frenck (#245)
- ⬆️ Upgrades php8 to 8.0.11-r0 (#228) - 🚀 Update CI to latest version @frenck (#263)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#226)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.1...v1.6.0)
--- ## 📚 Documentation
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> - 🚑 Fix contributing link in readme @frenck (#216)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ## ⬆️ Dependency updates
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 (#227)
Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 3.3 to 4.0.
- [Release notes](https://github.com/creyD/prettier_action/releases)
- [Commits](https://github.com/creyD/prettier_action/compare/v3.3...v4.0)
--- - ⬆️ Upgrades php8 to 8.0.9-r0 @frenck (#214)
updated-dependencies: - ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#219)
- dependency-name: creyD/prettier_action - ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#220)
dependency-type: direct:production - ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#223)
update-type: version-update:semver-major - ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#227)
... - ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#226)
- ⬆️ Upgrades php8 to 8.0.11-r0 @frenck (#228)
Signed-off-by: dependabot[bot] <support@github.com> - ⬆️ Upgrades Grocy to 3.1.1 @frenck (#229)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#232)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#239)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#223) - ⬆️ Upgrades php8 to 8.0.12-r0 @frenck (#244)
- ⬆️ Upgrades add-on base image to 10.2.0 @frenck (#247)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.2 to 2.3. - ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#251)
- [Release notes](https://github.com/frenck/action-addon-linter/releases) - Upgrades Grocy to 3.1.2 @facastagnini (#248)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.2...v2.3) - ⬆️ Upgrades add-on base image to 11.0.0 @frenck (#257)
- Upgrades Grocy to 3.1.3 @MaoZ1993 (#262)
--- - ⬆️ Upgrades php8 to 8.0.14-r0 @frenck (#266)
updated-dependencies:
- dependency-name: frenck/action-addon-linter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 (#220)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#219)
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2)
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 🏎 Enable streaming mode for Ingress (#218)
- 🔑 Update NGINX SSL parameters (#217)
- 🚑 Fix contributing link in readme (#216)
- 🚀 Add-on CI improvements (#215)
- ⬆️ Upgrades php8 to 8.0.9-r0 (#214)

View file

@ -57,6 +57,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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-7cc3aa3-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grocy/tree/7cc3aa3 [release]: https://github.com/hassio-addons/addon-grocy/tree/v0.16.0
[screenshot]: https://github.com/hassio-addons/addon-grocy/raw/main/images/screenshot.gif [screenshot]: https://github.com/hassio-addons/addon-grocy/raw/main/images/screenshot.gif

View file

@ -73,4 +73,4 @@ schema:
stock_product_opened_tracking: bool stock_product_opened_tracking: bool
slug: grocy slug: grocy
url: https://github.com/hassio-addons/addon-grocy url: https://github.com/hassio-addons/addon-grocy
version: 7cc3aa3 version: 0.16.0