Skip to content

v0.14.0 - "It's the little things"

Compare
Choose a tag to compare
@maartenberg maartenberg released this 15 Oct 08:18
· 51 commits to master since this release

This release fixes some minor issues in Vaultenv:

  • Vaultenv will now enable "line buffering" mode for its output, which prevents issues with log messages getting mixed up or delayed if e.g. running under Systemd or Kubernetes.
    This was fixed by @ruuda in #115.

  • When printing the configuration with --log-level info Vaultenv will now correctly specify the unit for the base delay (milliseconds), where it previously printed an ambiguous plain number.
    This was added by @ruuda in #113.

This release also contains fixes to make running the integration tests more reliable / work in more Linux environments.
This was contributed by @ruuda in #114.