Releases: Keyfactor/kfutil
Releases · Keyfactor/kfutil
v0.0.9
Changelog
New Features
- e7ca560: feat(rot): Added ability to pre-populate cert template with certs using
--cn
or--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)
Other work
v0.0.8
Changelog
New Features
- 82d9290: feat(api): Added
GET
andLIST
commands forCertStoreContainers
(@spbsoluble)
Bug fixes
- 917a51b: fix(cli): GET store container by integer ID. (@spbsoluble)
v0.0.7
Changelog
New Features
- 7a7be14: feat(cli): Added scaffolding for store
containers
,orchs
(orchestrators/agents), andstatus
(@spbsoluble) - 3d4a2f7: feat(cli): Adding some basic
store-type
functionality (@spbsoluble) - fb1de18: feat(rot): Added ability for
stores rot reconcile
to take a modified audit report as an input. (@spbsoluble) - 8f9bb98: feat(stores): Added
stores list
andstores get --id $store_id
functions that output JSON to stdout. (@spbsoluble)
Bug fixes
- b1a4f1f: fix(ci): Adding
.goreleaser.yml
(@spbsoluble) - 478d85f: fix(rot): Added logic and input params for determining if a store is a
root store
. (@spbsoluble) - 8d0ec81: fix(rot): Allow a cert to be deployed to multiple stores rather than just one (@spbsoluble)