🎉 Release of add-on Home Assistant Control Panel 1.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-13 19:33:01 +00:00
parent 1ce991d3cc
commit cc96e510af
4 changed files with 10 additions and 16 deletions

View file

@ -444,10 +444,10 @@ SOFTWARE.
[happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-control-panel]: https://github.com/hassio-addons/addon-control-panel/tree/v1.2.0 [addon-control-panel]: https://github.com/hassio-addons/addon-control-panel/tree/v1.3.0
[addon-doc-control-panel]: https://github.com/hassio-addons/addon-control-panel/blob/v1.2.0/README.md [addon-doc-control-panel]: https://github.com/hassio-addons/addon-control-panel/blob/v1.3.0/README.md
[control-panel-issue]: https://github.com/hassio-addons/addon-control-panel/issues [control-panel-issue]: https://github.com/hassio-addons/addon-control-panel/issues
[control-panel-version-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg [control-panel-version-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
[control-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/control-panel-armhf.svg [control-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/control-panel-armhf.svg
[control-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [control-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[control-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [control-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -2,13 +2,7 @@
### Changed ### Changed
- Upgrades base image in GitLab CI to 1.4.2 - Upgrade HACP to the release of 2018-06-12
- Rewrites GitLab CI - Added control panel statically to add-on
- Upgrades base image to v1.4.2
- Moves build-env to latest
### Removed [changelog]: https://github.com/hassio-addons/addon-control-panel/compare/v1.2.0...v1.3.0
- Removes old links
[changelog]: https://github.com/hassio-addons/addon-control-panel/compare/v1.1.0...v1.2.0

View file

@ -39,11 +39,11 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-control-panel/blob/v1.2.0/README.md [docs]: https://github.com/hassio-addons/addon-control-panel/blob/v1.3.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-home-assistant-control-panel/49634?u=frenck [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-home-assistant-control-panel/49634?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-control-panel/tree/v1.2.0 [release]: https://github.com/hassio-addons/addon-control-panel/tree/v1.3.0
[screenshot]: https://github.com/hassio-addons/addon-control-panel/raw/master/images/screenshot.jpg [screenshot]: https://github.com/hassio-addons/addon-control-panel/raw/master/images/screenshot.jpg

View file

@ -1,6 +1,6 @@
{ {
"name": "Home Assistant Control Panel", "name": "Home Assistant Control Panel",
"version": "1.2.0", "version": "1.3.0",
"slug": "control-panel", "slug": "control-panel",
"description": "Simple to use control panel for the ultimate home automation setup", "description": "Simple to use control panel for the ultimate home automation setup",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-home-assistant-control-panel/49634?u=frenck", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-home-assistant-control-panel/49634?u=frenck",