Skip to content

v0.10.0

Compare
Choose a tag to compare
@Theaxiom Theaxiom released this 26 Jan 10:14
· 157 commits to master since this release
fdfe6b1

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

  • feat: allow users to specify an alternative init directory #410
  • Added install_clean.sh utility #442

Docs

  • Adding "more" to the first sentence. #439
  • Update README.md #444
  • Create CODE_OF_CONDUCT.md #446

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