From fad78724d0ceae872ac8d227f1fdc2f669df73fb Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 11 Jun 2018 19:10:17 +0000 Subject: [PATCH] :tada: Release of add-on AirCast 0.5.0 --- README.md | 6 +++--- aircast/CHANGELOG.md | 23 ++++++----------------- aircast/README.md | 6 +++--- aircast/config.json | 2 +- 4 files changed, 13 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 372e1f43..ea5e4900 100644 --- a/README.md +++ b/README.md @@ -381,10 +381,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v0.4.0 -[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v0.4.0/README.md +[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v0.5.0 +[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v0.5.0/README.md [aircast-issue]: https://github.com/hassio-addons/addon-aircast/issues -[aircast-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[aircast-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg [aircast-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/aircast-armhf.svg [aircast-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [aircast-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/aircast/CHANGELOG.md b/aircast/CHANGELOG.md index 27078ad5..be6370e1 100644 --- a/aircast/CHANGELOG.md +++ b/aircast/CHANGELOG.md @@ -2,27 +2,16 @@ ### Added -- Adds .yamllint configuration -- Adds Probot configuration -- Adds initial add-on README template -- Adds Gitlab CI +- Adds known issues and limitations to README ### 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 -- Updates README -- Changes add-on base to Ubuntu -- Updates AirConnect to v0.2.0.8 +- Moves build-env to latest +- Upgrades Ubuntu base image to 2.0.0 +- Rewrites GitLab CI -### Removed - -- Removes CodeClimate -- Removes CircleCI - -[changelog]: https://github.com/hassio-addons/addon-aircast/compare/v0.3.0...v0.4.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-aircast/compare/v0.4.0...v0.5.0 \ No newline at end of file diff --git a/aircast/README.md b/aircast/README.md index 098890ab..66674aef 100644 --- a/aircast/README.md +++ b/aircast/README.md @@ -40,10 +40,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-aircast/blob/v0.4.0/README.md +[docs]: https://github.com/hassio-addons/addon-aircast/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-aircast/36742?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-aircast/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-aircast/tree/v0.5.0 \ No newline at end of file diff --git a/aircast/config.json b/aircast/config.json index cdbcf3dc..d37996d2 100644 --- a/aircast/config.json +++ b/aircast/config.json @@ -1,6 +1,6 @@ { "name": "AirCast", - "version": "0.4.0", + "version": "0.5.0", "slug": "aircast", "description": "AirPlay capabilities for your Chromecast devices.", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-aircast/36742?u=frenck",