Releases: Keyfactor/kfutil
Releases · Keyfactor/kfutil
v1.1.0
Changelog
New Features
- 8773cec: feat(pam):
pamsub CLI is now considered non-experimental (@spbsoluble)
v1.0.0
Overview
Initial release of the Keyfactor Command Utility (kfutil)
Production Supported CLIs:
login: kfutil loginstore-types: kfutil store-typesstores rot: kfutil rot
v0.5.0
Changelog
Bug fixes
- 26e996b: fix(ci): Pass token to read internal repo (@spbsoluble)
- a770d9f: fix(script): Install script full cleanup and exported variable scope fix. (@spbsoluble)
- f878349: fix: update mod (@spbsoluble)
Other work
- 13efcf1: Update generated README (@)
- ce3d28c: Update generated README (@)
- 9799eaf: add migrate export commands (@asmith236)
- d958f35: add migrate import commands (@asmith236)
- c7395bf: add new flags to export and import (@asmith236)
- 2fce868: added export and import functions to README (@asmith236)
- ff3a9d5: modified API function calls to work with new wrapper (@asmith236)
- a3f3d78: prettified comments (@asmith236)
- 49f17c1: refactored to store exported info without Ids (@asmith236)
- 2ce9993: update help statements for migration utilities (@asmith236)
- 9e82b38: update kf-go-client-sdk import (@asmith236)
v0.4.1
Changelog
Bug fixes
- 2ddb7fd: fix(make): Command for updating version of utility so
make installwill add latest git tag version to version.go. (@spbsoluble)
v0.4.0
Changelog
Other work
- b0cb9b6: Create --from-file flag to configure type from JSON file (@)
- 49443aa: fix(store-types): Add RFKDB store-type (@spbsoluble)
- 776f280: fix(store-types): Fix RF store Names to mixed case (@spbsoluble)
- 4eccbf4: fix(store-types): RFPCKS12 to RFPkcs12 (@spbsoluble)
- c975415: fix(store-types): Ref JSON to this repo. (@spbsoluble)
v0.3.0
Changelog
New Features
- 45d5021: feat(cli): Implemented
logoutsubcommand that will remove local client config created by interactivelogin. (@spbsoluble)
Other work
- 8b91083: Update generated README (@)
v0.2.0
Changelog
New Features
- 86aad7d: feat(cli): Added
loginsub-command. (@spbsoluble) - 3734f68: feat(cli): Added
store inventoryoperations (@spbsoluble)
Bug fixes
- e9b74de: fix(cli): Removed
syscallrefs because they're not supported by Windows. (@spbsoluble) - 842ed9d: fix(cli):
loginwill actually work as intended now. (@spbsoluble) - 4193487: fix(cmd): Remove
certificatessub CLI as it's not ready. (@spbsoluble) - 95fa22f: fix(rot): Allow for absolute minimum data set
["Thumbprint", "StoreID", "AddCert|RemoveCert"]in arot_audit.csv(@spbsoluble)
Other work
- 2633703: Update generated README (@)
v0.1.0
Changelog
Bug fixes
- a5d50b7: fix(ci): Update starter-workflow (@spbsoluble)
- cbfa248: fix(docs): Updated install docs to have powershell instructions and
gh cliexample for downloading a release. (@spbsoluble)
Other work
- 6d012d3: Delete .vs directory (@joevanwanzeeleKF)
- b49fc64: Delete .vscode directory (@joevanwanzeeleKF)
- 8144aae: Update generated README (@)
- 10b9938: added .vs folder to .gitignore (@joevanwanzeeleKF)
- adbab31: added .vscode to git ignore (@joevanwanzeeleKF)
- c79cdc2: added /.vs/.. to gitignore (@joevanwanzeeleKF)
- e2ae8a9: added missing import (@joevanwanzeeleKF)
- 0ab06e5: completed import functionality, cleanup. result summary. (@joevanwanzeeleKF)
- 4d9dda3: create stores (@joevanwanzeeleKF)
- 7ae6a6d: fix(store-types): Added ability to list valid store types. (@spbsoluble)
- cee9342: removed debug output (@joevanwanzeeleKF)
- a8e6687: removed indentation and updated Usage text. (@joevanwanzeeleKF)
- c8c480e: resolved conflict, updated from main (@joevanwanzeeleKF)
- 5aacfe5: template for bulk store creation command. (@joevanwanzeeleKF)
- ce33e69: updated packages (@joevanwanzeeleKF)
- d8ff999: work on create stores template creation (@joevanwanzeeleKF)
- b3195c3: work on template creation from store type (@joevanwanzeeleKF)
v0.0.10
Changelog
Bug fixes
- daaf9ce: fix(rot): Audit file missing date. (@spbsoluble)
Other work
- 4eb6e26: Update generated README (@)
v0.0.9
Changelog
New Features
- e7ca560: feat(rot): Added ability to pre-populate cert template with certs using
--cnor--collection(@spbsoluble)
Bug fixes
- 82bcc0d: fix(cli): Silent failure when storetypes cannot find valid source file. (@spbsoluble)
- f5de9e9: fix(cmd): If client fails to connect to Keyfactor then error is output to the console rather than silently failing. (@spbsoluble)
- 3f90908: fix(rot): Template generation can handle multiple filter param types and not duplicate data. (@spbsoluble)
Dependency updates
- c76d612: fix(deps): Remove deprecated
ioutil. (@spbsoluble)