mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on AirCast 2.0.0
This commit is contained in:
parent
690c02df2c
commit
af6435e62b
4 changed files with 21 additions and 24 deletions
|
@ -2,15 +2,16 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Removes BountySource links
|
||||
- Removes Anchore.io links
|
||||
- Replaces add-on link with GitHub link
|
||||
- Updates maintenance year to 2019
|
||||
- Upgrades AirConnect to 0.2.2.4
|
||||
- Upgrades libssl1.0.0 to 1.0.2n-1ubuntu5.2
|
||||
- Refactor of GitLab CI
|
||||
- Configure Renovate (#13)
|
||||
- Upgrades add-on base image to 2.2.1
|
||||
- Fixes spelling error in Dockerfile
|
||||
- Upgrades add-on base image to 3.0.0
|
||||
- Updates documentation for ARMv7
|
||||
- Removes custom log format override
|
||||
- Makes log_level optional
|
||||
- Upgrades libssl1.0.0 to 1.0.2n-1ubuntu5.3
|
||||
- Rewrite add-on onto Bashio
|
||||
- Fixes typo in GitLab CI file
|
||||
- Correct Aircast binary filename
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-aircast/compare/v1.1.0...v1.2.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-aircast/compare/v1.2.0...v2.0.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -42,12 +42,12 @@ 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/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-aircast/blob/v1.2.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-aircast/blob/v2.0.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-aircast/36742?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[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]: https://github.com/hassio-addons/addon-aircast/tree/v1.2.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-aircast/tree/v2.0.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AirCast",
|
||||
"version": "1.2.0",
|
||||
"version": "2.0.0",
|
||||
"slug": "aircast",
|
||||
"description": "AirPlay capabilities for your Chromecast devices.",
|
||||
"url": "https://github.com/hassio-addons/addon-aircast",
|
||||
|
@ -8,7 +8,7 @@
|
|||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
|
@ -20,21 +20,17 @@
|
|||
"config:rw"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"address": "",
|
||||
"latency_rtp": 0,
|
||||
"latency_http": 0,
|
||||
"drift": false
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"address": "str",
|
||||
"latency_rtp": "int",
|
||||
"latency_http": "int",
|
||||
"drift": "bool"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
},
|
||||
"image": "hassioaddons/aircast-{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue