diff --git a/README.md b/README.md index 5a6b378bd..7ba8c9257 100644 --- a/README.md +++ b/README.md @@ -786,10 +786,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/7cc3aa3 -[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/7cc3aa3/README.md +[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.16.0 +[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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/grocy/CHANGELOG.md b/grocy/CHANGELOG.md index 139e9438e..3007e1e9d 100644 --- a/grocy/CHANGELOG.md +++ b/grocy/CHANGELOG.md @@ -1,139 +1,44 @@ -# Changelog since v0.15.0 -- 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 -- 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) +## What’s changed ---- -updated-dependencies: -- dependency-name: actions/checkout - dependency-type: direct:production - update-type: version-update:semver-patch -... +## 🐛 Bug fixes -Signed-off-by: dependabot[bot] +- 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> -- ⬆️ 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) +## 🚀 Enhancements ---- -updated-dependencies: -- dependency-name: frenck/action-addon-linter - dependency-type: direct:production - update-type: version-update:semver-minor -... +- 🔑 Update NGINX SSL parameters @frenck (#217) +- 🏎 Enable streaming mode for Ingress @frenck (#218) +- Migrate JSON config to YAML @frenck (#246) +- Allow non-administrator HA users to see Grocy @MattDahEpic (#256) -Signed-off-by: dependabot[bot] +## 🧰 Maintenance -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Upgrades Grocy to 3.1.1 (#229) -- ⬆️ Upgrades php8 to 8.0.11-r0 (#228) -- ⬆️ 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) +- 🚀 Add-on CI improvements @frenck (#215) +- Switch to centralized GitHub Action Workflows @frenck (#245) +- 🚀 Update CI to latest version @frenck (#263) ---- -updated-dependencies: -- dependency-name: docker/setup-buildx-action - dependency-type: direct:production - update-type: version-update:semver-minor -... +## 📚 Documentation -Signed-off-by: dependabot[bot] +- 🚑 Fix contributing link in readme @frenck (#216) -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ 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) +## ⬆️ Dependency updates ---- -updated-dependencies: -- dependency-name: creyD/prettier_action - dependency-type: direct:production - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#223) - -Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.2 to 2.3. -- [Release notes](https://github.com/frenck/action-addon-linter/releases) -- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.2...v2.3) - ---- -updated-dependencies: -- dependency-name: frenck/action-addon-linter - dependency-type: direct:production - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] - -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] - -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] - -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) +- ⬆️ Upgrades php8 to 8.0.9-r0 @frenck (#214) +- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#219) +- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#220) +- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#223) +- ⬆️ 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) +- ⬆️ Upgrades Grocy to 3.1.1 @frenck (#229) +- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#232) +- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#239) +- ⬆️ Upgrades php8 to 8.0.12-r0 @frenck (#244) +- ⬆️ Upgrades add-on base image to 10.2.0 @frenck (#247) +- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#251) +- Upgrades Grocy to 3.1.2 @facastagnini (#248) +- ⬆️ 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) diff --git a/grocy/README.md b/grocy/README.md index cb90d99c3..a1fa77c1a 100644 --- a/grocy/README.md +++ b/grocy/README.md @@ -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]: 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-7cc3aa3-blue.svg -[release]: https://github.com/hassio-addons/addon-grocy/tree/7cc3aa3 +[release-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg +[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 \ No newline at end of file diff --git a/grocy/config.yaml b/grocy/config.yaml index 1f851baed..59fe864d0 100644 --- a/grocy/config.yaml +++ b/grocy/config.yaml @@ -73,4 +73,4 @@ schema: stock_product_opened_tracking: bool slug: grocy url: https://github.com/hassio-addons/addon-grocy -version: 7cc3aa3 +version: 0.16.0