diff --git a/README.md b/README.md index b0ac1e55..07e8d706 100644 --- a/README.md +++ b/README.md @@ -835,10 +835,10 @@ SOFTWARE. [grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grocy-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v2.1.0 -[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.1.0/README.md +[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v2.1.1 +[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.1.1/README.md [home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues -[home-panel-version-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg +[home-panel-version-shield]: https://img.shields.io/badge/version-v2.1.1-blue.svg [home-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/home-panel/CHANGELOG.md b/home-panel/CHANGELOG.md index 3d70d39c..7502abcf 100644 --- a/home-panel/CHANGELOG.md +++ b/home-panel/CHANGELOG.md @@ -2,18 +2,11 @@ ## 🧰 Maintenance -- Update Home Panel to v2.11.2 @timmo001 (#87) -- Fix output path @timmo001 (#89) -- Update and fix paths @timmo001 (#90) -- Update path @timmo001 (#88) +- ⬆️ Update Home Panel to [v2.11.5](https://github.com/timmo001/home-panel/releases/tag/v2.11.5) @timmo001 (#95) ## ⬆️ Dependency updates -- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#78) -- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#79) -- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#80) -- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#81) -- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#82) -- Upgrade add-on base image to 9.1.4 @frenck (#84) -- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#83) -- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#85) +- ⬆ Upgrades nodejs-current to 15.10.0-r0 @frenck (#92) +- ⬆ Upgrades add-on base image to v9.1.5 @frenck (#93) +- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#91) +- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#94) diff --git a/home-panel/README.md b/home-panel/README.md index 70bf8257..0d9fe4cb 100644 --- a/home-panel/README.md +++ b/home-panel/README.md @@ -32,8 +32,8 @@ A web frontend for controlling the home. Integrates with [home-panel]: https://github.com/timmo001/home-panel [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.1.0 +[release-shield]: https://img.shields.io/badge/version-v2.1.1-blue.svg +[release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.1.1 [screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-configuration-main.png [screen-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-main.png [showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/docs/showcase/timmo/purple-space.png \ No newline at end of file diff --git a/home-panel/config.json b/home-panel/config.json index eaee56d9..4613c56b 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -1,6 +1,6 @@ { "name": "Home Panel", - "version": "2.1.0", + "version": "2.1.1", "slug": "home-panel", "description": "A web frontend for controlling the home", "url": "https://github.com/hassio-addons/addon-home-panel",