CHANGELOG.md v1.1.2

This commit is contained in:
Sara Aimée Smiseth 2020-10-02 06:16:14 +02:00
parent 58f5d18987
commit ade86ee812

View file

@ -2,13 +2,28 @@
## Unreleased
* Nothing
## v1.1.2
### Updates
* Updated to Prosody version [0.11.7](https://blog.prosody.im/prosody-0.11.7-released/).
* Updated luarocks to version 3.4.0.
### New features
* Made 04-server_contact_info.cfg.lua configurable with ENV variables. Fixes [#4](https://github.com/SaraSmiseth/prosody/issues/4).
* Made 03-e2e-policy.cfg.lua configurable with ENV variables. Fixes [#9](https://github.com/SaraSmiseth/prosody/issues/9).
* Added E2E_POLICY_WHITELIST ENV variable to configure e2e_policy_whitelist. Fixes [#10](https://github.com/SaraSmiseth/prosody/issues/10).
### Bug fixes
* Cherry picked [commit](https://github.com/zipizap/prosody/commit/fa13a990a1b87745ae5f5fe8297cb0669f9e8779) from [zipizap/prosody](https://github.com/zipizap/prosody) which fixes a bug with env-vars not beeing initialized.
* Updated to Prosody version [0.11.7](https://blog.prosody.im/prosody-0.11.7-released/).
### Other changes
* Changed hashing of downloaded packages in Dockerfile to sha256.
* Updated luarocks to version 3.4.0.
## v1.1.1