Skip to content

Releases: bluelabsio/db-facts

5.1.1 Better error logging when 1password entry is invalid

31 Jan 22:24
8594787
Compare
Choose a tag to compare

What's Changed

  • log 1pass entry name and field on error by @Brunope in #42

Full Changelog: v5.1.0...v5.1.1

5.1.0 better 1password integration, support pulling creds from notesPlain

23 Dec 21:37
0c65b5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...v5.1.0

Replace lastpass credential backend with 1password

21 Nov 18:28
6e96b83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

Breaking change: db_connect_method -> exports_from in YAML config

11 May 16:13
95fea68
Compare
Choose a tag to compare

Breaking changes:

  • Rename db_connect_method to exports_from in YAML config

New features:

  • None

Bug fixes / reliability improvements:

  • None

Other updates:

  • Better configuration documentation

Fix error message when no config exists

07 Mar 14:20
6160053
Compare
Choose a tag to compare

Bug fixes / reliability improvements:

  • Avoid KeyError and give good error message when user has no config at all.