diff --git a/README.md b/README.md index e5a6e823..38479e97 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.0.0 -[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.0.0/README.md +[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 [home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues -[home-panel-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg +[home-panel-version-shield]: https://img.shields.io/badge/version-v2.1.0-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 13bdbf49..3d70d39c 100644 --- a/home-panel/CHANGELOG.md +++ b/home-panel/CHANGELOG.md @@ -1,28 +1,19 @@ ## What’s changed -## 🐛 Bug fixes - -- Cleanup Supervisor service discovery @frenck (#73) - -## 🚀 Enhancements - -- Refactor NGINX configuration and API access @frenck (#77) - ## 🧰 Maintenance -- Cleanup repository @frenck (#66) -- Happy New Year @frenck (#67) -- Upgrade Code of Conduct @frenck (#68) -- Add new repository workflow @frenck (#69) -- Remove obsolete webui from configuration @frenck (#72) - -## 📚 Documentation - -- Update name @fabaff (#74) +- Update Home Panel to v2.11.2 @timmo001 (#87) +- Fix output path @timmo001 (#89) +- Update and fix paths @timmo001 (#90) +- Update path @timmo001 (#88) ## ⬆️ Dependency updates -- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#70) -- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#71) -- Upgrade add-on base image to 9.1.2 @frenck (#75) -- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#76) +- ⬆️ 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) diff --git a/home-panel/README.md b/home-panel/README.md index 1c58b7e1..70bf8257 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.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.0.0 +[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 [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 e674fd21..eaee56d9 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -1,6 +1,6 @@ { "name": "Home Panel", - "version": "2.0.0", + "version": "2.1.0", "slug": "home-panel", "description": "A web frontend for controlling the home", "url": "https://github.com/hassio-addons/addon-home-panel",