Skip to content

Commit 26818b3

Browse files
committed
chore(docs): Format CHANGELOG.md
1 parent 8ad49ad commit 26818b3

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,67 @@
11
# v1.2.1
2+
23
## Bug Fixes
34

45
### StoreTypes
5-
- `store-type templates-fetch` now supports a `--git-ref` flag to specify a specific branch, tag, or commit to fetch templates from.
6-
- `store-types create` now omits the `StorePath` value when not specified. This fixes the issue where the `StorePath`
7-
value was being set to "" which Command interpreted as only allowing "" for store paths on created store types.
6+
7+
- `store-type templates-fetch` now supports a `--git-ref` flag to specify a specific branch, tag, or commit to fetch
8+
templates from.
9+
- `store-types create` now omits the `StorePath` value when not specified. This fixes the issue where the `StorePath`
10+
value was being set to "" which Command interpreted as only allowing "" for store paths on created store types.
811

912
# v1.2.0
13+
1014
## Features
1115

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

1520
### CLI
21+
1622
- Added enhanced logging when `KFUTIL_DEBUG` is set.
1723

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

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

2432
### Stores
33+
2534
- `stores`: Sub CLI is now non-experimental. [See docs](docs/kfutil_stores.md)
26-
- `stores import csv`: Bulk import of stores via CSV is now non-experimental. [See docs](docs/kfutil_stores_import_csv.md)
27-
- `stores delete`: Added delete a store from Keyfactor Command, as well as a `--all` option that will delete all stores from Keyfactor Command.
35+
- `stores import csv`: Bulk import of stores via CSV is now
36+
non-experimental. [See docs](docs/kfutil_stores_import_csv.md)
37+
- `stores delete`: Added delete a store from Keyfactor Command, as well as a `--all` option that will delete all stores
38+
from Keyfactor Command.
2839

2940
### StoreTypes
30-
- `store-types create`: now supports the `--all` flag and will attempt to create all store types available from Keyfactor's GitHub org.
41+
42+
- `store-types create`: now supports the `--all` flag and will attempt to create all store types available from
43+
Keyfactor's GitHub org.
3144

3245
## Bug fixes
3346

3447
### Auth
48+
3549
- the default `APIPath` no longer overwrites preexisting values.
3650

3751
# v1.1.0
3852

3953
## Features
54+
4055
- `pam`: [kfutil pam](docs/kfutil_pam.md)
4156

4257
# v1.0.0
4358

4459
## Overview
60+
4561
Initial release of the Keyfactor Command Utility (kfutil)
4662

4763
Production Supported CLIs:
64+
4865
- `login`: [kfutil login](docs/kfutil_login.md)
4966
- `store-types`: [kfutil store-types](docs/kfutil_store-types.md)
5067
- `stores rot`: [kfutil rot](docs/kfutil_stores_rot.md)

0 commit comments

Comments
 (0)