From 3c2d54a309e0a7252438caa001b1cda965116028 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 11 Jun 2018 21:02:02 +0000 Subject: [PATCH] :tada: Release of add-on AirSonos 0.5.0 --- README.md | 6 +++--- airsonos/CHANGELOG.md | 26 ++++++-------------------- airsonos/README.md | 6 +++--- airsonos/config.json | 2 +- 4 files changed, 13 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 01ade94a..9247bcf1 100644 --- a/README.md +++ b/README.md @@ -390,10 +390,10 @@ SOFTWARE. [aircast-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [aircast-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [aircast-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/v0.4.0 -[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v0.4.0/README.md +[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/v0.5.0 +[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v0.5.0/README.md [airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues -[airsonos-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[airsonos-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg [airsonos-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/airsonos-armhf.svg [airsonos-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [airsonos-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/airsonos/CHANGELOG.md b/airsonos/CHANGELOG.md index 6310cf54..62258bd9 100644 --- a/airsonos/CHANGELOG.md +++ b/airsonos/CHANGELOG.md @@ -1,28 +1,14 @@ [Full Changelog][changelog] -### Added - -- Adds .yamllint configuration -- Adds Probot configuration -- Adds initial add-on README template -- Adds Gitlab CI - ### Fixed -- Fixes Markdownlint warning in License -- Fixes hadolint warnings +- Fixed incorrect base images in GitLab CI ### Changed -- Replaces Changelog with GitHub releases -- Adds all architectures to add-on config -- Changes add-on base to Ubuntu -- Updates README -- Updates AirConnect to v0.2.0.8 +- Moves build-env to latest +- Adds known issues and limitations to README +- Upgrades Ubuntu base image to 2.0.0 +- Rewrites GitLab CI -### Removed - -- Removes CodeClimate -- Removes CircleCI - -[changelog]: https://github.com/hassio-addons/addon-airsonos/compare/v0.3.1...v0.4.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-airsonos/compare/v0.4.0...v0.5.0 \ No newline at end of file diff --git a/airsonos/README.md b/airsonos/README.md index a348e76e..4617113d 100644 --- a/airsonos/README.md +++ b/airsonos/README.md @@ -43,10 +43,10 @@ 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-airsonos/blob/v0.4.0/README.md +[docs]: https://github.com/hassio-addons/addon-airsonos/blob/v0.5.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-airsonos/36796?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg -[release]: https://github.com/hassio-addons/addon-airsonos/tree/v0.4.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-airsonos/tree/v0.5.0 \ No newline at end of file diff --git a/airsonos/config.json b/airsonos/config.json index af1e2e3d..98561099 100644 --- a/airsonos/config.json +++ b/airsonos/config.json @@ -1,6 +1,6 @@ { "name": "AirSonos", - "version": "0.4.0", + "version": "0.5.0", "slug": "airsonos", "description": "AirPlay capabilities for your Sonos (and UPnP) devices.", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-airsonos/36796?u=frenck",