From 42578698a38a2ae6db709f9ffe40189cfc64a532 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 6 Dec 2019 05:51:46 +0000 Subject: [PATCH] :tada: Release of add-on Matrix 0.7.4 --- README.md | 6 +++--- matrix/CHANGELOG.md | 26 +++++++++++++------------- matrix/README.md | 6 +++--- matrix/config.json | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 4fcae18b..63642dc4 100644 --- a/README.md +++ b/README.md @@ -920,10 +920,10 @@ SOFTWARE. [mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [mqtt-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/v0.7.3 -[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/v0.7.3/README.md +[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/v0.7.4 +[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/v0.7.4/README.md [matrix-issue]: https://github.com/hassio-addons/addon-matrix/issues -[matrix-version-shield]: https://img.shields.io/badge/version-v0.7.3-blue.svg +[matrix-version-shield]: https://img.shields.io/badge/version-v0.7.4-blue.svg [matrix-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/matrix-armhf.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 129dcaf1..5f307409 100644 --- a/matrix/CHANGELOG.md +++ b/matrix/CHANGELOG.md @@ -2,20 +2,20 @@ ## Changes -- :arrow_up: Updates matrix-synapse to v1.3.1 (#30) -- :arrow_up: Upgrades add-on base image to v2.1.0 -- :arrow_up: Upgrades libjpeg-turbo-dev to 2.1.0-r0 -- :arrow_up: Upgrades libjpeg-turbo to 2.0.2-r0 -- :arrow_up: Upgrades musl-dev to 1.1.22-r3 -- :arrow_up: Upgrades libpq to 11.5-r0 -- :arrow_up: Upgrades nginx-mod-http-lua to 1.16.1-r0 -- :arrow_up: Upgrades nginx to 1.16.1-r0 -- :ambulance: Fixes path handling for SSL certificates -- :hammer: Updates HA Auth URL in NGinx LUA script -- :hammer: Use Hass.io DNS as NGinx resolver +- :arrow_up: Update riot to v1.4.0 +- :arrow_up: Upgrades libjpeg-turbo to 2.0.3-r0 +- :arrow_up: Upgrades libxslt to 1.1.33-r2 +- :arrow_up: Upgrades libpq to 11.6-r0 +- :arrow_up: Upgrades nginx to 1.16.1-r1 +- :arrow_up: Updates pysaml2 to v4.9.0 (#35) +- :arrow_up: Updates matrix-synapse to v1.6.1 (#36) +- :arrow_up: Upgrades add-on base image to v3.0.2 +- :arrow_up: Upgrades tiff to 4.0.10-r3 +- :books: Update add-on installation instructions +- :sparkles: Adds in yq binaries [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-matrix/compare/v0.7.2...v0.7.3 -[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-matrix/badges/v0.7.3/pipeline.svg +[changelog]: https://github.com/hassio-addons/addon-matrix/compare/v0.7.3...v0.7.4 +[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-matrix/badges/v0.7.4/pipeline.svg [gitlabci]: https://gitlab.com/hassio-addons/addon-matrix/pipelines diff --git a/matrix/README.md b/matrix/README.md index ac0925ff..8dd0bda8 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.7.3/README.md +[docs]: https://github.com/hassio-addons/addon-matrix/blob/v0.7.4/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.7.3-blue.svg -[release]: https://github.com/hassio-addons/addon-matrix/tree/v0.7.3 +[release-shield]: https://img.shields.io/badge/version-v0.7.4-blue.svg +[release]: https://github.com/hassio-addons/addon-matrix/tree/v0.7.4 [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 92655c20..9e83100d 100644 --- a/matrix/config.json +++ b/matrix/config.json @@ -1,6 +1,6 @@ { "name": "Matrix", - "version": "0.7.3", + "version": "0.7.4", "slug": "matrix", "description": "A secure and decentralized communication platform.", "url": "https://github.com/hassio-addons/addon-matrix",