⬆️ Updating add-on Matrix to 8c6b198

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-15 12:45:07 +00:00
parent 764633666b
commit 58c00c0406
4 changed files with 22 additions and 12 deletions

View file

@ -1086,10 +1086,10 @@ SOFTWARE.
[magicmirror-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [magicmirror-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[magicmirror-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [magicmirror-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[magicmirror-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [magicmirror-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/a59eb22 [addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/8c6b198
[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/a59eb22/README.md [addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/8c6b198/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-a59eb22-blue.svg [matrix-version-shield]: https://img.shields.io/badge/version-8c6b198-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,2 +1,12 @@
# Changelog since v0.8.0 # Changelog since v0.8.0
- :arrow_up: Upgrades libpq to 12.2-r0
- :arrow_up: Upgrades postgresql-dev to 12.2-r0
- :arrow_up: Upgrades add-on base image to v5.0.0
- :hammer: Updates for upstream Supervisor changes
- :hammer: Update add-on config with new password & list features
- :hammer: Re-branding
- :books: Update add-on documentation to use new YAML configuration format
- :arrow_up: Updates matrix-synapse to v1.9.1 (#44)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
- :arrow_up: Upgrades riot-web to v1.5.8 - :arrow_up: Upgrades riot-web to v1.5.8

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: Matrix # Home Assistant Community Add-on: Matrix
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -21,8 +21,8 @@ Matrix is a secure and decentralized communication platform served as an
## WARNING! THIS IS AN EDGE VERSION! ## WARNING! THIS IS AN EDGE VERSION!
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds This Home Assistant Add-ons repository contains edge builds of add-ons.
add-ons are based upon the latest development version. Edge builds add-ons are based upon the latest development version.
- They may not work at all. - They may not work at all.
- They might stop working at any time. - They might stop working at any time.
@ -42,12 +42,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/a59eb22/README.md [docs]: https://github.com/hassio-addons/addon-matrix/blob/8c6b198/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/2020.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.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-a59eb22-blue.svg [release-shield]: https://img.shields.io/badge/version-8c6b198-blue.svg
[release]: https://github.com/hassio-addons/addon-matrix/tree/a59eb22 [release]: https://github.com/hassio-addons/addon-matrix/tree/8c6b198
[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": "a59eb22", "version": "8c6b198",
"slug": "matrix", "slug": "matrix",
"description": "A secure and decentralized communication platform.", "description": "A secure and decentralized communication platform.",
"url": "https://github.com/hassio-addons/addon-matrix", "url": "https://github.com/hassio-addons/addon-matrix",
@ -27,7 +27,7 @@
}, },
"ports_description": { "ports_description": {
"8448/tcp": "Matrix Synapse Home Server", "8448/tcp": "Matrix Synapse Home Server",
"80/tcp": "Riot Matrix web client (Not required for Hass.io Ingress)" "80/tcp": "Riot Matrix web client (Not required for Ingress)"
}, },
"map": [ "map": [
"config:rw", "config:rw",
@ -41,7 +41,7 @@
"server_name": "hassio.local" "server_name": "hassio.local"
}, },
"schema": { "schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssl": "bool", "ssl": "bool",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",