|
2 | 2 |
|
3 | 3 | ## Features |
4 | 4 |
|
5 | | -- Auth: Added support for authenticating to Keyfactor Command using a oAuth Client Credentials grant type. |
| 5 | +- `auth`: Added support for authenticating to Keyfactor Command using a oAuth2 client credentials or access token. |
| 6 | + |
| 7 | +## Fixes |
| 8 | + |
| 9 | +- `cli`: Fixed an issue where the CLI would sometimes terminate with no error messages when calling the |
| 10 | + `keyfactor-go-client-sdk` |
| 11 | + |
| 12 | +## Chores |
| 13 | + |
| 14 | +- `deps`: Bump `go` version to `1.23`. |
| 15 | +- `deps`: Bump `azure-sdk-for-go/sdk/azidentity` version to `v1.8.0`. |
| 16 | +- `deps`: Bump `keyfactor-go-client-sdk` version to `v2.0.0`. |
| 17 | +- `deps`: Bump `keyfactor-go-client` version to `v3.0.0`. |
| 18 | +- `deps`: Bump `golang.org/x/crypto` version to `v0.27.0`. |
| 19 | +- `deps`: Bump `golang.org/x/term` version to `v0.24.0`. |
6 | 20 |
|
7 | 21 | # v1.5.1 |
8 | 22 |
|
|
31 | 45 | - No longer log before the `--debug` flag is evaluated. |
32 | 46 |
|
33 | 47 | # v1.4.0 |
| 48 | + |
34 | 49 | ## Features |
35 | 50 |
|
36 | 51 | ### Stores |
37 | | -- `stores import generate-template`: New sub CLI to generate a CSV template for bulk importing stores. [See docs](docs/kfutil_stores_import_generate-template.md)`. |
| 52 | + |
| 53 | +- `stores import generate-template`: New sub CLI to generate a CSV template for bulk importing |
| 54 | + stores. [See docs](docs/kfutil_stores_import_generate-template.md)`. |
38 | 55 | - `stores delete`: Support for user interactive mode. |
39 | 56 | - `stores delete`: Support of delete from CSV file. |
40 | 57 | - `stores export`: Supports `--all` flag and user interactive mode |
41 | 58 |
|
42 | 59 | ## Fixes |
| 60 | + |
43 | 61 | - Various null pointer references when nothing and/or empty inputs/responses are received. |
44 | 62 | - Installer script checksum check now validates properly. #119 |
45 | 63 | - `stores import` sub CLI is now listed and documented #71 |
46 | 64 |
|
47 | 65 | ### Store Types |
48 | | -- Empty `storepath` values are no longer passed to the API. #56 |
| 66 | + |
| 67 | +- Empty `storepath` values are no longer passed to the API. #56 |
49 | 68 |
|
50 | 69 | ### PAM Types |
| 70 | + |
51 | 71 | - Handle duplicate provider type that is already created without crashing. #139 |
52 | 72 |
|
53 | 73 | ## Docs |
| 74 | + |
54 | 75 | - [Examples for certificate store bulk operations](https://github.com/Keyfactor/kfutil/tree/epic_54795/examples/cert_stores/bulk_operations#readme) |
55 | 76 |
|
56 | 77 | # v1.3.2 |
57 | 78 |
|
58 | 79 | ### Package |
| 80 | + |
59 | 81 | - Bump deps `cobra` version to `v1.8.0`, `azcore` version to `v1.9.0`, `pty` version to `v1.1.21` |
60 | 82 |
|
61 | 83 | # v1.3.1 |
62 | 84 |
|
63 | 85 | ## Bug Fixes |
64 | 86 |
|
65 | 87 | ### Package |
| 88 | + |
66 | 89 | - Bump package version to `1.3.1` to fix an issue with the `1.3.0` release. |
67 | 90 |
|
68 | 91 | ### Installer |
| 92 | + |
69 | 93 | - Remove `v` prefix from installer URL path to accommodate for the new build process. |
70 | 94 |
|
71 | 95 | # v1.3.0 |
| 96 | + |
72 | 97 | ## Features |
73 | 98 |
|
74 | 99 | ### StoreTypes |
75 | | -- 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. |
76 | | -- Updated usage: `kfutil store-types get [-i <store-type-id> | -n <store-type-name>] [-b <git-ref>] [-g | --output-to-integration-manifest]` |
| 100 | + |
| 101 | +- Added `--output-to-integration-manifest` flag to `kfutil store-types get` to download a remote certificate store type |
| 102 | + definition into an `integration-manifest.json` file locally. |
| 103 | +- Updated usage: |
| 104 | + `kfutil store-types get [-i <store-type-id> | -n <store-type-name>] [-b <git-ref>] [-g | --output-to-integration-manifest]` |
77 | 105 |
|
78 | 106 | # v1.2.1 |
79 | 107 |
|
|
93 | 121 | # v1.2.0 |
94 | 122 |
|
95 | 123 | ## Features |
96 | | - |
| 124 | + |
97 | 125 | ### Auth |
98 | 126 |
|
99 | 127 | - Added support for sourcing credentials from [Azure Key Vault using Azure ID](docs/auth_providers.md#azure-key-vault) |
|
0 commit comments