From 1d875d59e1d627864bc916c2c8334ca8351a979a Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 20 Mar 2019 18:06:37 +0000 Subject: [PATCH] :tada: Release of add-on Matrix 0.3.0 --- README.md | 6 +++--- matrix/CHANGELOG.md | 20 ++++++++------------ matrix/README.md | 6 +++--- matrix/config.json | 3 ++- 4 files changed, 16 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 5ce4207b..98ed62d4 100644 --- a/README.md +++ b/README.md @@ -795,10 +795,10 @@ SOFTWARE. [mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [mqtt-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/v0.2.3 -[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/v0.2.3/README.md +[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/v0.3.0 +[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/v0.3.0/README.md [matrix-issue]: https://github.com/hassio-addons/addon-matrix/issues -[matrix-version-shield]: https://img.shields.io/badge/version-v0.2.3-blue.svg +[matrix-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg [matrix-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/matrix.svg [matrix-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [matrix-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/matrix/CHANGELOG.md b/matrix/CHANGELOG.md index 38941eaf..36eaee19 100644 --- a/matrix/CHANGELOG.md +++ b/matrix/CHANGELOG.md @@ -1,12 +1,8 @@ -## Changes - -- :arrow_up: Update Synapse to 0.99.2 -- :arrow_up: Update Riot to v1.0.3 -- :arrow_up: Update base image to v2.3.2 -- :arrow_up: Update build dep libressl-dev to 2.7.5-r0 -- :arrow_up: Update libressl to 2.7.5-r0 - -[Full Changelog][changelog] - -[reporeleaser]: https://pypi.org/project/reporeleaser/ -[changelog]: https://github.com/hassio-addons/addon-matrix/compare/v0.2.2...v0.2.3 +## Changes + +- 37d7819 :arrow_up: Upgrade to base 3.0.0 and migrate to bashio +- 82bc89c :arrow_up: Update Riot to v1.0.4 + +[Full Changelog][changelog] + +[changelog]: https://github.com/hassio-addons/addon-matrix/compare/v0.2.3...v0.3.0 \ No newline at end of file diff --git a/matrix/README.md b/matrix/README.md index 56955664..8c005bad 100644 --- a/matrix/README.md +++ b/matrix/README.md @@ -39,12 +39,12 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/timmo [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-matrix/blob/v0.2.3/README.md +[docs]: https://github.com/hassio-addons/addon-matrix/blob/v0.3.0/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io [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.3-blue.svg -[release]: https://github.com/hassio-addons/addon-matrix/tree/v0.2.3 +[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg +[release]: https://github.com/hassio-addons/addon-matrix/tree/v0.3.0 [screenshot]: https://github.com/hassio-addons/addon-matrix/raw/master/images/screenshot.png [clients]: https://matrix.org/docs/projects/try-matrix-now.html \ No newline at end of file diff --git a/matrix/config.json b/matrix/config.json index ed9cd625..190a61fe 100644 --- a/matrix/config.json +++ b/matrix/config.json @@ -1,6 +1,6 @@ { "name": "Matrix", - "version": "0.2.3", + "version": "0.3.0", "slug": "matrix", "description": "A secure and decentralized communication platform.", "url": "https://community.home-assistant.io", @@ -10,6 +10,7 @@ "aarch64", "amd64", "armhf", + "armv7", "i386" ], "boot": "auto",