Releases: turnerlabs/cstore
Releases · turnerlabs/cstore
v4.1.0-alpha
tokenize file path
v4.0.0-alpha: Merge pull request #7 from turnerlabs/importlibrary
- using Go v2 and beyond versioning
- library
Pull
returns binary, andPullEnv
return a map
v3.8.3-alpha
- fixed purge/repush error when storing multiple files
v3.8.1-alpha
- return error when secret manager pull fails
- return empty kms key id when no parameter store kms key exists
v3.8.0-alpha
- secret manager store support for all text based file types when storing as single secret
v3.7.0-alpha
- warn users when overwriting versions
- update catalog description link
- adding C# wrapper docs
- bug: stop pushing linked catalogs to remote store
v3.6.0-alpha
- store .env or .json configuration in AWS Secrets Manager as a single secret json blob
- store .env or .json secrets in AWS Secrets Manager as separate secrets or a single secret json blob
- support for secret injection in json string arrays
v3.5.0-alpha
- send
.env
files to stdout in JSON object format - improved Secrets Manager vault authentication
- improved OSX Keychain integration
v3.4.0-alpha
-e
changed to the formatting flag-g terminal-export
as the -e flag now exports raw configs- auto-detect and save secrets (no longer need the -m flag)
- export to Stdout multiple config files in a single command in any format
- simplified documentation
v3.3.1-alpha
bug: AWS Parameter Store should only be updated when configuration changes