Releases: olcf/pkpass
Releases · olcf/pkpass
2.6.4
- fixes bug while in interpreter mode where distributing passwords would overwrite cached passworddb limited to what passwords were just distributed.
2.6.3
List speed ups:
- detect cpu cores for pwdb population to appropriately leverage multiprocessing
- cache pwdb for interpreter and refresh on certain circumstances
2.6.2
- populate fixes:
- preserve quotes on strings
- indentation issue fixed when list of unnamed objects created in yaml file in puppet
2.6.1
Allows for rc file to have a yaml
file extension, but does not require it.
First shot at puppet-eyaml population from pkpass
2.6.0
- Better progress bar
- speed up
list
- some pylint fixes
2.5.4
left debug in there
2.5.2
- allow
--no-cache
to be used inside the interepreter
shouldn't have release 2.5.1 yet; whomp
2.5.1
code cleanup, allow --debug anywhere
2.5.0
- Adds a more helpful error when someone has a password distributed to them but private keys/public keys aren't matching up
2.4.9
- Fixes user list in update
- adds user list in distribute
- pylint minor fixes as well