Skip to content

Commit

Permalink
chore: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
spbsoluble committed Oct 9, 2023
1 parent 2b1ead9 commit 498d492
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# v1.2.0
## Features
feat(auth): Added support for sourcing credentials from [Azure Key Vault using Azure ID](docs/auth_providers.md#azure-key-vault)
feat(cli): Added enhanced logging when `KFUTIL_DEBUG` is set.
feat(store-types): `store-types create` now supports the `--all` flag.
feat(stores): `stores` sub CLI is now non-experimental. [See docs](docs/kfutil_stores.md)
feat(stores): Bulk import of stores via `stores import csv` sub CLI is now non-experimental. [See docs](docs/kfutil_stores_import_csv.md)
feat(stores): Added `delete` command to stores as well as a `--all` option.

## Bug Fixes
fix(login): the default `APIPath` no longer overwrites preexisting values.

### Auth
- Added support for sourcing credentials from [Azure Key Vault using Azure ID](docs/auth_providers.md#azure-key-vault)

### CLI
- Added enhanced logging when `KFUTIL_DEBUG` is set.

### Helm
- `helm uo` New sub CLI to configure UO Helm Chart. [See docs](docs/kfutil_helm_uo)

### Orchestrator Extensions
- `orchs ext`: New sub CLI to download orchestrator extensions from GitHub. [See docs](docs/kfutil_orchs_ext)

### Stores
- `stores`: Sub CLI is now non-experimental. [See docs](docs/kfutil_stores.md)
- `stores import csv`: Bulk import of stores via CSV is now non-experimental. [See docs](docs/kfutil_stores_import_csv.md)
- `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.

# v1.1.0

Expand Down

0 comments on commit 498d492

Please sign in to comment.