v0.10.0
A lot of work and contributions went into this release, this is an API breaking release so we have versioned the minor version to 10.
A special thank you goes out to all who have helped work to prepare this release as well as all contributors and users of Phusion Baseimage.
We are currently working on putting automated releases into place so we will always have current Docker images pushed, keep an eye out for that!
Fixed
- Syslog messages are not forwarded #437
- Lost log messages in docker logs #436
- Gracefully handle syslog-ng shutdown #447
Added
Docs
Changed
- Remove 3 unnecessary layers from the layer count #409
- sanitize_shenvname returns string with [0-9a-zA-Z_] characters #423
- Evaluate if fix_pam_bug is still needed #404
- Replaces #410 #432
- Reflect 'latest' in imagelayers.io image. #435
- Use syslog-ng built-in pipe to forward messages #324
- configured syslog-ng to log to stdout directly instead of using tail #438
- Have syslog forward to docker by itself #287
- Start syslog-ng before runit, and stop after runit. #425
- Fork syslog-ng into a new process group via bash monitor mode #453