Skip to content

Releases: sorah/etcenv

v0.5.0

13 Apr 03:08
Compare
Choose a tag to compare

New feature

  • Supports sorah/etcvault.
    • Raises error when encountered _etcvault_error.
      (e.g. decryption key not found)

v0.4.0

13 Apr 03:08
Compare
Choose a tag to compare

Enhancements

  • Show what key had failed to find, when received Etcd::KeyNotFound
    exception

Bug fix

  • dotenv_file: Treat CR+LF values correctly (escape as \n)

v0.3.0

13 Apr 03:08
Compare
Choose a tag to compare

Enhancements

  • Now accept keys even if it's not a directory
    • Use case: .include only specific keys, not directories

v0.2.0

08 Apr 00:13
Compare
Choose a tag to compare

Breaking change

  • _include => .include (ab84cd4)
    • _include is unlisted key in etcd

Enhancements

  • --watch now retries for errors

Bug fixes

  • relative .include didn't work as we expected
  • --watch might crash with Net::ReadTimeout
  • --watch might trigger reload immediately, forever
    (cb3c234,
    1cb5ca4)