mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-04-13 12:25:36 +00:00
Update Draupnir from v2.9.0 to v3.0.0 (#5110)
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,3 +1,22 @@
|
||||
# 2026-04-02
|
||||
|
||||
## (BC Break) Draupnir for all Self Service Provisioning is now disabled by default
|
||||
|
||||
💡 If you don't use [Draupnir for all](./docs/configuring-playbook-appservice-draupnir-for-all.md), then this breaking change does not concern you..
|
||||
|
||||
[Draupnir for all](./docs/configuring-playbook-appservice-draupnir-for-all.md) now ships with `allowSelfServiceProvisioning: false` as default upstream and in this playbook.
|
||||
|
||||
This means users can no longer provision Draupnir instances by inviting the appservice bot unless you explicitly opt in.
|
||||
|
||||
Manual provisioning by administrators is now the recommended approach. You do not want to enable Self Service Provisioning unless you have additional custom safeguards like those used by asgard.chat in place.
|
||||
|
||||
If you want to enable Self Service Provisioning, add the following to your `vars.yml`:
|
||||
|
||||
```yaml
|
||||
matrix_appservice_draupnir_for_all_configuration_extension_yaml: |
|
||||
allowSelfServiceProvisioning: true
|
||||
```
|
||||
|
||||
# 2026-03-23
|
||||
|
||||
## Migration validation system introduced
|
||||
|
||||
Reference in New Issue
Block a user