Skip to content

Releases: Keyfactor/kfutil

1.5.0-rc.4

09 May 21:43
4699f22

Choose a tag to compare

1.5.0-rc.4 Pre-release
Pre-release

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

1.5.0-rc.3

09 May 20:52
54f7bf1

Choose a tag to compare

1.5.0-rc.3 Pre-release
Pre-release

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

1.5.0-rc.2

09 May 19:46
181428c

Choose a tag to compare

1.5.0-rc.2 Pre-release
Pre-release

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

1.5.0-rc.1

09 May 19:45
dc07334

Choose a tag to compare

1.5.0-rc.1 Pre-release
Pre-release

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

1.5.0-rc.0

03 Apr 22:41
f7257b7

Choose a tag to compare

1.5.0-rc.0 Pre-release
Pre-release

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

1.4.0

06 Mar 21:06
34c2d48

Choose a tag to compare

Features

Stores

  • stores import generate-template: New sub CLI to generate a CSV template for bulk importing stores. See docs`.
  • stores delete: Support for user interactive mode.
  • stores delete: Support of delete from CSV file.
  • stores export: Supports --all flag and user interactive mode

Fixes

  • Various null pointer references when nothing and/or empty inputs/responses are received.
  • Installer script checksum check now validates properly. #119
  • stores import sub CLI is now listed and documented #71

Store Types

  • Empty storepath values are no longer passed to the API. #56

PAM Types

  • Handle duplicate provider type that is already created without crashing. #139

Docs

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

1.3.1

06 Dec 19:52
9656029

Choose a tag to compare

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

1.3.0

20 Nov 17:29
ff6f5cf

Choose a tag to compare

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository

What's Changed

Store-Type Get

  • Added --output-to-integration-manifest flag to kfutil store-types get to download a remote certificate store type definition into an integration-manifest.json file locally.
    • This path now has the following usage: get [-i | -n ] [-b ] [-g | --output-to-integration-manifest]

Full Changelog: v1.2.0...1.3.0

v1.2.1

02 Nov 19:43

Choose a tag to compare

Changelog

StoreTypes

  • store-type templates-fetch now supports a --git-ref flag to specify a specific branch, tag, or commit to fetch
    templates from.
  • store-types create now omits the StorePath value when not specified. This fixes the issue where the StorePath
    value was being set to "" which Command interpreted as only allowing "" for store paths on created store types.

CLI

  • login now un-hidden from CLI help.

v1.2.0

09 Oct 20:12

Choose a tag to compare

Changelog

Features

Auth

CLI

  • Added enhanced logging when KFUTIL_DEBUG is set.

Helm

  • helm uo New sub CLI to configure UO Helm Chart. See docs

Orchestrator Extensions

  • orchs ext: New sub CLI to download orchestrator extensions from GitHub. See docs

Stores

  • stores: Sub CLI is now non-experimental. See docs
  • stores import csv: Bulk import of stores via CSV is now non-experimental. See docs
  • stores delete: Added delete a store from Keyfactor Command, as well as a --all option that will delete all stores from Keyfactor Command.

StoreTypes

  • store-types create: now supports the --all flag and will attempt to create all store types available from Keyfactor's GitHub org.

Bug fixes

Auth

  • the default APIPath no longer overwrites preexisting values.