|
1 | 1 | # v1.2.1
|
| 2 | + |
2 | 3 | ## Bug Fixes
|
3 | 4 |
|
4 | 5 | ### 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. |
8 | 11 |
|
9 | 12 | # v1.2.0
|
| 13 | + |
10 | 14 | ## Features
|
11 | 15 |
|
12 | 16 | ### Auth
|
| 17 | + |
13 | 18 | - Added support for sourcing credentials from [Azure Key Vault using Azure ID](docs/auth_providers.md#azure-key-vault)
|
14 | 19 |
|
15 | 20 | ### CLI
|
| 21 | + |
16 | 22 | - Added enhanced logging when `KFUTIL_DEBUG` is set.
|
17 | 23 |
|
18 | 24 | ### Helm
|
| 25 | + |
19 | 26 | - `helm uo` New sub CLI to configure UO Helm Chart. [See docs](docs/kfutil_helm_uo)
|
20 | 27 |
|
21 | 28 | ### Orchestrator Extensions
|
| 29 | + |
22 | 30 | - `orchs ext`: New sub CLI to download orchestrator extensions from GitHub. [See docs](docs/kfutil_orchs_ext)
|
23 | 31 |
|
24 | 32 | ### Stores
|
| 33 | + |
25 | 34 | - `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. |
28 | 39 |
|
29 | 40 | ### 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. |
31 | 44 |
|
32 | 45 | ## Bug fixes
|
33 | 46 |
|
34 | 47 | ### Auth
|
| 48 | + |
35 | 49 | - the default `APIPath` no longer overwrites preexisting values.
|
36 | 50 |
|
37 | 51 | # v1.1.0
|
38 | 52 |
|
39 | 53 | ## Features
|
| 54 | + |
40 | 55 | - `pam`: [kfutil pam](docs/kfutil_pam.md)
|
41 | 56 |
|
42 | 57 | # v1.0.0
|
43 | 58 |
|
44 | 59 | ## Overview
|
| 60 | + |
45 | 61 | Initial release of the Keyfactor Command Utility (kfutil)
|
46 | 62 |
|
47 | 63 | Production Supported CLIs:
|
| 64 | + |
48 | 65 | - `login`: [kfutil login](docs/kfutil_login.md)
|
49 | 66 | - `store-types`: [kfutil store-types](docs/kfutil_store-types.md)
|
50 | 67 | - `stores rot`: [kfutil rot](docs/kfutil_stores_rot.md)
|
0 commit comments