Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 6d2db1341f - Show all commits

View file

@ -16,6 +16,7 @@ The **patch** part changes incrementally at each release.
### Changed
* elasticsearch: listen on local interface only by default
* squid: Remove wait time when we turn off squid
* evomaintenance: Turn on API by default (instead of DB)
### Fixed
* lxc-php: Don't remove the default pool

View file

@ -34,8 +34,8 @@ evomaintenance_realm: "{{ evolinux_internal_domain }}"
evomaintenance_api_endpoint: Null
evomaintenance_api_key: Null
evomaintenance_hook_api: False
evomaintenance_hook_db: True
evomaintenance_hook_api: True
evomaintenance_hook_db: False
evomaintenance_hook_commit: True
evomaintenance_hook_mail: True