🎉 Release of add-on Lutron Certificate 0.2.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-20 09:34:19 +00:00
parent e04567e526
commit 1528a8d083
4 changed files with 16 additions and 21 deletions

View file

@ -820,10 +820,10 @@ SOFTWARE.
[log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[log-viewer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[log-viewer-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.2.0
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.2.0/README.md
[addon-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.2.1
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.2.1/README.md
[lutron-cert-issue]: https://github.com/hassio-addons/addon-lutron-cert/issues
[lutron-cert-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[lutron-cert-version-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg
[lutron-cert-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/lutron-cert-armhf.svg
[lutron-cert-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[lutron-cert-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,21 +1,13 @@
[Full Changelog][changelog]
This is a maintenance release and does not have breaking changes.
### Changes
- 🚚 Moves server files to /opt
- 🐞 Removes debug maps in config.json
- Configure Renovate (#1)
- :fireworks: Updates maintenance year to 2019
- :fire: Removes BountySource links
- :hammer: Makes log_level optional
- :fire: Removes custom log format override
- :arrow_up: Upgrades add-on base image to 3.0.1 + ARMv7 support
- :books: Updates documentation for ARMv7
- :hammer: Rewrite add-on onto Bashio
- :hammer: Moves Python requirement into a requirements file
- :arrow_up: Upgrades python3 to 3.6.8-r1
- :arrow_up: Upgrades py3-cryptography to 2.4.2-r2
- :arrow_up: Upgrades add-on base image to Python 1.1.0
- :sparkles: Adds port descriptions
- :hammer: Refactor add-on to be compatible with new base image
[changelog]: https://github.com/hassio-addons/addon-lutron-cert/compare/v0.1.0...v0.2.0
[changelog]: https://github.com/hassio-addons/addon-lutron-cert/compare/v0.2.0...v0.2.1
Questions? Join our Discord server! https://discord.me/hassioaddons

View file

@ -61,11 +61,11 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.2.1/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-lutron-certificate/70317
[lutron-caseta-docs]: https://www.home-assistant.io/components/lutron_caseta/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.2.0
[release-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.2.1

View file

@ -1,6 +1,6 @@
{
"name": "Lutron Certificate",
"version": "0.2.0",
"version": "0.2.1",
"slug": "lutron-cert",
"description": "Generate certificate to control Lutron Caseta bridge locally",
"url": "https://github.com/hassio-addons/addon-lutron-cert",
@ -20,6 +20,9 @@
"ports": {
"5817/tcp": 5817
},
"ports_description": {
"5817/tcp": "Web interface"
},
"map": [
"ssl:rw"
],