🎉 Release of add-on Matrix 0.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-25 09:20:39 +00:00
parent 6f7f0699a6
commit 20fc43d388
4 changed files with 15 additions and 24 deletions

View file

@ -865,10 +865,10 @@ SOFTWARE.
[mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[mqtt-i386-shield]: https://img.shields.io/badge/i386-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.4.0 [addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/v0.5.0
[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/v0.4.0/README.md [addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/v0.5.0/README.md
[matrix-issue]: https://github.com/hassio-addons/addon-matrix/issues [matrix-issue]: https://github.com/hassio-addons/addon-matrix/issues
[matrix-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg [matrix-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[matrix-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/matrix-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[matrix-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [matrix-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,27 +1,16 @@
[![GitLab CI][gitlabci-shield]][gitlabci] [![GitLab CI][gitlabci-shield]][gitlabci]
This version adds ingress support. :tada: Please note that the ports setup has changed in this release to default to using ingress only for the frontend (Riot). To go back to the traditional setup, map a preferred port in the network section. ✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
Also, note that the Synapse (the Matrix server) will still be on port 8448 (by default) so you will still have to forward that port (or use a VPN solution) if you want to use Matrix outside of your home network. Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
## Changes ## Changes
- f5e8919 :hammer: Major refactor of add-on (#11) - ✨ Adds support for showing in the sidebar
- Moves add-on onto Python base images - ⬆️ Updates Home Assistant requirement to 0.92.0b2
- Moves requirements into a separate TXT file, so renovatebot can help out
- Adds support for Ingress
- Adds port descriptions
- Adds HA authentication when accessing riot directly
- Replaces Nginx configuration
- Improved python cleanup logic in Dockerfile
- Updated documentation
- Makes NGinx wait for Synapse to start
- Forces ports & interfaces to use
- 2ac6f21 :arrow_up: Updates pysaml2 to v4.7.0 (#12)
- 38351f8 :ambulance: Ensure keys are generated on the first run
[Full Changelog][changelog] [Full Changelog][changelog]
[changelog]: https://github.com/hassio-addons/addon-matrix/compare/v0.3.1...v0.4.0 [changelog]: https://github.com/hassio-addons/addon-matrix/compare/v0.4.0...v0.5.0
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-matrix/badges/v0.4.0/pipeline.svg [gitlabci-shield]: https://gitlab.com/hassio-addons/addon-matrix/badges/v0.5.0/pipeline.svg
[gitlabci]: https://gitlab.com/hassio-addons/addon-matrix/pipelines [gitlabci]: https://gitlab.com/hassio-addons/addon-matrix/pipelines

View file

@ -39,12 +39,12 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/timmo [buymeacoffee]: https://www.buymeacoffee.com/timmo
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-matrix/blob/v0.4.0/README.md [docs]: https://github.com/hassio-addons/addon-matrix/blob/v0.5.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io [forum]: https://community.home-assistant.io
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.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-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-matrix/tree/v0.4.0 [release]: https://github.com/hassio-addons/addon-matrix/tree/v0.5.0
[screenshot]: https://github.com/hassio-addons/addon-matrix/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-matrix/raw/master/images/screenshot.png
[clients]: https://matrix.org/docs/projects/try-matrix-now.html [clients]: https://matrix.org/docs/projects/try-matrix-now.html

View file

@ -1,6 +1,6 @@
{ {
"name": "Matrix", "name": "Matrix",
"version": "0.4.0", "version": "0.5.0",
"slug": "matrix", "slug": "matrix",
"description": "A secure and decentralized communication platform.", "description": "A secure and decentralized communication platform.",
"url": "https://community.home-assistant.io", "url": "https://community.home-assistant.io",
@ -8,6 +8,8 @@
"startup": "application", "startup": "application",
"ingress": true, "ingress": true,
"ingress_port": 1337, "ingress_port": 1337,
"panel_icon": "mdi:chat",
"homeassistant": "0.92.0b2",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",