8000 Tags · fugue/credstash · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: fugue/credstash

Tags

v1.17.1

Toggle v1.17.1's commit message
Version 1.17.1

* Bugfix: #291 Move `kms_region` optional parameter to end of parameter list to preserve existing functionality when parameters are used positionally

v1.17.0

Toggle v1.17.0's commit message
Release 1.17.0

* New: add `--kms-region` argument to set the KMS region independently from the DDB region. This allows the use of DDB tables in multiple regions with the same KMS key, for example, with DDB Global Tables
* New: `get_session()` now supports passing in only the `profile_name` without AKIDs or SAKs (@eisjcormier)
* Bugfix: #273 #274 Disable logging when `credstash` is imported as a library. This allows `credstash` to be used in contexts where writing to the local disk is not allowed, such as AWS Lambda
* Bugfix: #269 Remove incompatible Python 3 code to ensure compatibility with Python 2
* Bugfix: #276 Do not catch errors when `credstash` is imported as a library

v1.16.2

Toggle v1.16.2's commit message
Release 1.16.2

v1.16.1

Toggle v1.16.1's commit message
Release 1.16.1

v1.16.0

Toggle v1.16.0's commit message
Version 1.16.0

* New: @freddyVandalay added a programmatic way to autoversion: `putSecretAutoversion`
* New: @corrjo added the ability to tag the `credstash` DDB table using `credstash setup --tags Tag=Value`
* New: @alkersan added the ability to specify the `credstash` DDB table using an environment variable
* New: @cheethoe added the ability to pass custom dynamodb/kms sessions to `putSecret`
* Bugfix: @dbanttari fixed large deletes and made them more efficient by using `query` instead of `scan`
* Bugfix: Update to pyyaml>=4.2b1 due to security vulnerability in older versions
* Added basic integration tests

v1.15.0

Toggle v1.15.0's commit message
update changelog

v1.14.0

Toggle v1.14.0's commit message
- New: @stephen-164 added -f to `credstash get` for wildcard gets

- New: @mrwacky42 added `credstash keys`
- New: @evanstachowiak added `credstash putall`
- Updated: @gene1wood, @nkhoshini, and @wyattwalter updated the docs
- Bugfix: @pm990320 fixed a bug by adding pagination for large credential stores
- Bugfix: @artburkart fixed a bug where writing csv files did not have proper line separators
- Removed: Python 3.2 removed from build matrix

New release is in PYPI!

v1.13.4

Toggle v1.13.4's commit message
Merge pull request #177 from fugue/release/1.13.4

Release/1.13.4

v1.13.3

Toggle v1.13.3's commit message
Merge pull request #161 from fugue/release/1.13.3

bumped version and added changelog

v1.13.2

Toggle v1.13.2's commit message
bumped version. close #124

0