mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Update matrix-appservice-irc to 0.16.0
Note the potential breaking change Resolves #474
This commit is contained in:
parent
29f606bac7
commit
a2df0016eb
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,16 @@
|
|||||||
|
# 2020-04-28
|
||||||
|
|
||||||
|
## Newer IRC bridge (with potential breaking change)
|
||||||
|
|
||||||
|
This upgrades matrix-appservice-irc from 0.14.1 to 0.16.0. Upstream
|
||||||
|
made a change to how you define manual mappings. If you added a
|
||||||
|
`mapping` to your configuration, you will need to update it accoring
|
||||||
|
to the [upstream
|
||||||
|
instructions](https://github.com/matrix-org/matrix-appservice-irc/blob/master/CHANGELOG.md#0150-2020-02-05).
|
||||||
|
If you did not include `mappings` in your configuration for IRC, no
|
||||||
|
change is necessary. `mappings` is not part of the default
|
||||||
|
configuration.
|
||||||
|
|
||||||
# 2020-04-23
|
# 2020-04-23
|
||||||
|
|
||||||
## Slack bridging support
|
## Slack bridging support
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
matrix_appservice_irc_enabled: true
|
matrix_appservice_irc_enabled: true
|
||||||
|
|
||||||
matrix_appservice_irc_docker_image: "matrixdotorg/matrix-appservice-irc:release-0.14.1"
|
matrix_appservice_irc_docker_image: "matrixdotorg/matrix-appservice-irc:release-0.16.0"
|
||||||
matrix_appservice_irc_docker_image_force_pull: "{{ matrix_appservice_irc_docker_image.endswith(':latest') }}"
|
matrix_appservice_irc_docker_image_force_pull: "{{ matrix_appservice_irc_docker_image.endswith(':latest') }}"
|
||||||
|
|
||||||
matrix_appservice_irc_base_path: "{{ matrix_base_data_path }}/appservice-irc"
|
matrix_appservice_irc_base_path: "{{ matrix_base_data_path }}/appservice-irc"
|
||||||
|
Loading…
Reference in New Issue
Block a user