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 2 additions and 1 deletions
Showing only changes of commit ac6414076c - Show all commits

View file

@ -67,6 +67,7 @@ The **patch** part changes incrementally at each release.
* nagios-nrpe: update check_redis_instances (same as redis role)
* nagios-nrpe: change default haproxy socket path
* nagios-nrpe: check_mode per cpu dynamically
* nodejs: change default version to 12 (new LTS)
* php: By default, allow 128M for OpCache (instead of 64M)
* php: Don't set a chroot for the default fpm pool
* php: Make sure the default pool we define can be fully functionnal witout debian's default pool file

View file

@ -1,3 +1,3 @@
---
nodejs_apt_version: 'node_8.x'
nodejs_apt_version: 'node_12.x'
nodejs_install_yarn: False