mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Lutron Certificate 0.7.0
This commit is contained in:
parent
39af95c133
commit
95875a0ac1
5 changed files with 29 additions and 31 deletions
|
@ -891,10 +891,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.6.0
|
||||
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.6.0/README.md
|
||||
[addon-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.7.0
|
||||
[addon-doc-lutron-cert]: https://github.com/hassio-addons/addon-lutron-cert/blob/v0.7.0/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.6.0-blue.svg
|
||||
[lutron-cert-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.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
|
||||
[lutron-cert-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
[Full Changelog][changelog]
|
||||
## What’s changed
|
||||
|
||||
### 🔨 Changes
|
||||
## 🧰 Maintenance
|
||||
|
||||
- ⬆ Updates requests to v2.24.0 (#14)
|
||||
- ⬆ Upgrades add-on base image to v5.3.2
|
||||
- 🔨 Update wheels server location
|
||||
- ⬆ Upgrades dbus to 1.12.18-r0
|
||||
- ⬆ Upgrades gcc to 9.3.0-r2
|
||||
- ⬆ Upgrades libffi-dev to 3.3-r2
|
||||
- ⬆ Upgrades libc-dev to 0.7.2-r3
|
||||
- ⬆ Updates cryptography to v3.2.1 (#15)
|
||||
- Cleanup repository @frenck (#23)
|
||||
- Happy New Year @frenck (#24)
|
||||
- Upgrade Code of Conduct @frenck (#25)
|
||||
- Add new repository workflow @frenck (#26)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-lutron-cert/compare/v0.5.2...v0.6.0
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
- ⬆ Updates requests to v2.25.0 @renovate (#19)
|
||||
- ⬆ Updates cryptography to v3.3.1 @renovate (#20)
|
||||
- ⬆ Updates requests to v2.25.1 @renovate (#22)
|
||||
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#27)
|
||||
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#28)
|
||||
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#29)
|
||||
- Upgrade add-on base image to 9.1.2 @frenck (#30)
|
||||
|
|
|
@ -62,7 +62,7 @@ dealing with an unknown issue. Possible values are:
|
|||
- `debug`: Shows detailed debug information.
|
||||
- `info`: Normal (usually) interesting events.
|
||||
- `warning`: Exceptional occurrences that are not errors.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||
|
||||
Please note that each level automatically includes log messages from a
|
||||
|
@ -73,16 +73,15 @@ you are troubleshooting.
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
Releases are based on [Semantic Versioning][semver], and use the format
|
||||
of ``MAJOR.MINOR.PATCH``. In a @xxxxshell, the version will be incremented
|
||||
of `MAJOR.MINOR.PATCH`. In a @xxxxshell, the version will be incremented
|
||||
based on the following:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -110,7 +109,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-2020 Dale Higgs
|
||||
Copyright (c) 2018-2021 Dale Higgs
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -136,7 +135,6 @@ SOFTWARE.
|
|||
[discord]: https://discord.me/hassioaddons
|
||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-lutron-certificate/70317?u=frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-lutron-cert/issues
|
||||
[keepchangelog]: https://keepachangelog.com/en/1.0.0/
|
||||
[lutron-caseta-docs]: https://www.home-assistant.io/components/lutron_caseta/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-lutron-cert/releases
|
||||
|
|
|
@ -62,7 +62,7 @@ If you are more interested in stable releases of our add-ons:
|
|||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-lutron-certificate/70317?u=frenck
|
||||
[lutron-caseta-docs]: https://www.home-assistant.io/components/lutron_caseta/
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.6.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lutron-cert/tree/v0.7.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Lutron Certificate",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"slug": "lutron-cert",
|
||||
"description": "Generate certificate to control Lutron Caseta bridge locally",
|
||||
"url": "https://github.com/hassio-addons/addon-lutron-cert",
|
||||
|
@ -15,7 +15,6 @@
|
|||
],
|
||||
"boot": "manual",
|
||||
"init": false,
|
||||
"hassio_role": "default",
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": true,
|
||||
"ports": {
|
||||
|
@ -27,9 +26,8 @@
|
|||
"map": [
|
||||
"ssl:rw"
|
||||
],
|
||||
"options": {},
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
|
||||
},
|
||||
"image": "hassioaddons/lutron-cert-{arch}"
|
||||
"image": "ghcr.io/hassio-addons/lutron-cert/{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue