Skip to content

Commit 498d492

Browse files
committed
chore: Update CHANGELOG.md
[skip ci]
1 parent 2b1ead9 commit 498d492

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
# v1.2.0
22
## Features
3-
feat(auth): Added support for sourcing credentials from [Azure Key Vault using Azure ID](docs/auth_providers.md#azure-key-vault)
4-
feat(cli): Added enhanced logging when `KFUTIL_DEBUG` is set.
5-
feat(store-types): `store-types create` now supports the `--all` flag.
6-
feat(stores): `stores` sub CLI is now non-experimental. [See docs](docs/kfutil_stores.md)
7-
feat(stores): Bulk import of stores via `stores import csv` sub CLI is now non-experimental. [See docs](docs/kfutil_stores_import_csv.md)
8-
feat(stores): Added `delete` command to stores as well as a `--all` option.
9-
10-
## Bug Fixes
11-
fix(login): the default `APIPath` no longer overwrites preexisting values.
3+
4+
### Auth
5+
- Added support for sourcing credentials from [Azure Key Vault using Azure ID](docs/auth_providers.md#azure-key-vault)
6+
7+
### CLI
8+
- Added enhanced logging when `KFUTIL_DEBUG` is set.
9+
10+
### Helm
11+
- `helm uo` New sub CLI to configure UO Helm Chart. [See docs](docs/kfutil_helm_uo)
12+
13+
### Orchestrator Extensions
14+
- `orchs ext`: New sub CLI to download orchestrator extensions from GitHub. [See docs](docs/kfutil_orchs_ext)
15+
16+
### Stores
17+
- `stores`: Sub CLI is now non-experimental. [See docs](docs/kfutil_stores.md)
18+
- `stores import csv`: Bulk import of stores via CSV is now non-experimental. [See docs](docs/kfutil_stores_import_csv.md)
19+
- `stores delete`: Added delete a store from Keyfactor Command, as well as a `--all` option that will delete all stores from Keyfactor Command.
20+
21+
### StoreTypes
22+
- `store-types create`: now supports the `--all` flag and will attempt to create all store types available from Keyfactor's GitHub org.
23+
24+
## Bug fixes
25+
26+
### Auth
27+
- the default `APIPath` no longer overwrites preexisting values.
1228

1329
# v1.1.0
1430

0 commit comments

Comments
 (0)