Skip to content

Releases: olcf/pkpass

2.6.4

15 Jul 15:11
Compare
Choose a tag to compare
  • fixes bug while in interpreter mode where distributing passwords would overwrite cached passworddb limited to what passwords were just distributed.

2.6.3

25 Jun 16:12
Compare
Choose a tag to compare

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

21 Jun 18:11
Compare
Choose a tag to compare
  • populate fixes:
    • preserve quotes on strings
    • indentation issue fixed when list of unnamed objects created in yaml file in puppet

2.6.1

11 May 13:26
Compare
Choose a tag to compare

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

07 Jan 15:35
7af7876
Compare
Choose a tag to compare
  • Better progress bar
  • speed up list
  • some pylint fixes

2.5.4

05 Nov 16:58
Compare
Choose a tag to compare
left debug in there

2.5.2

27 Oct 19:33
8c79f78
Compare
Choose a tag to compare
  • allow --no-cache to be used inside the interepreter

shouldn't have release 2.5.1 yet; whomp

2.5.1

27 Oct 18:45
24400d4
Compare
Choose a tag to compare

code cleanup, allow --debug anywhere

2.5.0

21 Oct 16:27
d0caf81
Compare
Choose a tag to compare
  • 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

30 Sep 14:38
bca4def
Compare
Choose a tag to compare
  • Fixes user list in update
  • adds user list in distribute
  • pylint minor fixes as well