🎉 Release of add-on Home Panel 2.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-19 22:49:52 +00:00
parent 070d3acc0e
commit c5c9c55979
4 changed files with 18 additions and 27 deletions

View file

@ -855,10 +855,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

View file

@ -1,28 +1,19 @@
## Whats 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)

View file

@ -48,8 +48,8 @@ If you are more interested in stable releases of our add-ons:
[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

View file

@ -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",