mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Matrix to 58a23e9
This commit is contained in:
parent
f6abeab56e
commit
064ee20ff8
4 changed files with 14 additions and 7 deletions
|
@ -1061,10 +1061,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/3aa388f
|
||||
[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/3aa388f/README.md
|
||||
[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/58a23e9
|
||||
[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/58a23e9/README.md
|
||||
[matrix-issue]: https://github.com/hassio-addons/addon-matrix/issues
|
||||
[matrix-version-shield]: https://img.shields.io/badge/version-3aa388f-blue.svg
|
||||
[matrix-version-shield]: https://img.shields.io/badge/version-58a23e9-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
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
# Changelog since v0.9.0
|
||||
- :hammer: Disable Docker init
|
||||
- :arrow_up: Upgrades musl-dev to 1.1.24-r2
|
||||
- :arrow_up: Upgrades add-on base image to v5.0.4
|
||||
- :arrow_up: Updates matrix-synapse to v1.12.0 (#47)
|
||||
|
||||
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
||||
- :arrow_up: Upgrades riot-web to v1.5.13
|
||||
- :arrow_up: Upgrades musl-dev to 1.1.24-r1
|
||||
- :arrow_up: Upgrades add-on base image to v5.0.3
|
||||
|
|
|
@ -42,12 +42,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/3aa388f/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-matrix/blob/58a23e9/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/2020.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-3aa388f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-matrix/tree/3aa388f
|
||||
[release-shield]: https://img.shields.io/badge/version-58a23e9-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-matrix/tree/58a23e9
|
||||
[screenshot]: https://github.com/hassio-addons/addon-matrix/raw/master/images/screenshot.png
|
||||
[clients]: https://matrix.org/docs/projects/try-matrix-now.html
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Matrix",
|
||||
"version": "3aa388f",
|
||||
"version": "58a23e9",
|
||||
"slug": "matrix",
|
||||
"description": "A secure and decentralized communication platform.",
|
||||
"url": "https://github.com/hassio-addons/addon-matrix",
|
||||
|
@ -17,6 +17,7 @@
|
|||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"init": false,
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue