Skip to content

v5.1.0

Compare
Choose a tag to compare
@amcclain amcclain released this 31 Oct 15:55
· 695 commits to develop since this release

🎁 New Features

  • InstanceConfigUtils can now read bootstrap configuration values from a directory of files, each containing a single config, in addition to the previous support for yaml files. This supports reading low-level configuration from Docker/Kubernetes configs and secrets, which are mounted to the container filesystem as a directory.

🐞 Bug Fixes

  • An admin client that happens to be polling for a non-existent log file (e.g. one that has just been archived) will no longer spam the logs with stracktraces.

:octocat: Commit Log