Releases: bluelabsio/db-facts
Releases · bluelabsio/db-facts
5.1.1 Better error logging when 1password entry is invalid
What's Changed
Full Changelog: v5.1.0...v5.1.1
5.1.0 better 1password integration, support pulling creds from notesPlain
What's Changed
- Update secret retrieval for onepassword by @naswierczek in #41
New Contributors
- @naswierczek made their first contribution in #41
Full Changelog: 5.0.0...v5.1.0
Replace lastpass credential backend with 1password
What's Changed
- Add published API documentation by @vinceatbluelabs in #24
- Fix sphinx-autodoc-typehints issue by @vinceatbluelabs in #25
- Pull in db_facts version while publishing docs by @vinceatbluelabs in #26
- Fix CircleCI and automated test configurations by @austinweisgrau in #32
- Enable the use of secrets-manager as a backend, like lastpass by @austinweisgrau in #28
- Update pyenv python version for macos compatibility by @austinweisgrau in #30
- New lastpass export type for AWS IAM credentials by @austinweisgrau in #33
- Sanitize exports - remove characters that are not letters, numbers, or _ by @Brunope in #35
- replace lastpass cli with 1password cli by @Brunope in #39
New Contributors
- @austinweisgrau made their first contribution in #32
- @Brunope made their first contribution in #35
Full Changelog: v4.0.0...v5.0.0
Breaking change: db_connect_method -> exports_from in YAML config
Breaking changes:
- Rename
db_connect_method
toexports_from
in YAML config
New features:
- None
Bug fixes / reliability improvements:
- None
Other updates:
- Better configuration documentation
Fix error message when no config exists
Bug fixes / reliability improvements:
- Avoid KeyError and give good error message when user has no config at all.