🎉 Release of add-on Home Assistant Control Panel 1.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-12 19:10:02 +00:00
parent bc0406a64c
commit 3a55420156
4 changed files with 13 additions and 25 deletions

View file

@ -444,10 +444,10 @@ SOFTWARE.
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-control-panel]: https://github.com/hassio-addons/addon-control-panel/tree/v1.1.0
[addon-doc-control-panel]: https://github.com/hassio-addons/addon-control-panel/blob/v1.1.0/README.md
[addon-control-panel]: https://github.com/hassio-addons/addon-control-panel/tree/v1.2.0
[addon-doc-control-panel]: https://github.com/hassio-addons/addon-control-panel/blob/v1.2.0/README.md
[control-panel-issue]: https://github.com/hassio-addons/addon-control-panel/issues
[control-panel-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
[control-panel-version-shield]: https://img.shields.io/badge/version-v1.2.0-blue.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,26 +1,14 @@
[Full Changelog][changelog]
### Added
- Adds .yamllint configuration
- Adds Probot configuration
- Adds add-on README template
- Adds Gitlab CI
### Fixed
- Fixes Markdownlint warning in License
- Fixes hadolint warnings
### Changed
- Replaces Changelog with GitHub releases
- Updates README
- Upgrades add-on base image to v1.4.1
- Upgrades base image in GitLab CI to 1.4.2
- Rewrites GitLab CI
- Upgrades base image to v1.4.2
- Moves build-env to latest
### Removed
- Removes CodeClimate
- Removes CircleCI
- Removes old links
[changelog]: https://github.com/hassio-addons/addon-control-panel/compare/v1.0.0...v1.1.0
[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
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-control-panel/blob/v1.1.0/README.md
[docs]: https://github.com/hassio-addons/addon-control-panel/blob/v1.2.0/README.md
[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
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-control-panel/tree/v1.1.0
[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-control-panel/tree/v1.2.0
[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",
"version": "1.1.0",
"version": "1.2.0",
"slug": "control-panel",
"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",