Skip to content

Commit cf11cbb

Browse files
committed
chore(docs): Update CHANGELOG.md with dep upgrades.
Signed-off-by: spbsoluble <[email protected]>
1 parent 44a9da6 commit cf11cbb

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

CHANGELOG.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
## Features
44

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`.
620

721
# v1.5.1
822

@@ -31,49 +45,63 @@
3145
- No longer log before the `--debug` flag is evaluated.
3246

3347
# v1.4.0
48+
3449
## Features
3550

3651
### 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)`.
3855
- `stores delete`: Support for user interactive mode.
3956
- `stores delete`: Support of delete from CSV file.
4057
- `stores export`: Supports `--all` flag and user interactive mode
4158

4259
## Fixes
60+
4361
- Various null pointer references when nothing and/or empty inputs/responses are received.
4462
- Installer script checksum check now validates properly. #119
4563
- `stores import` sub CLI is now listed and documented #71
4664

4765
### 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
4968

5069
### PAM Types
70+
5171
- Handle duplicate provider type that is already created without crashing. #139
5272

5373
## Docs
74+
5475
- [Examples for certificate store bulk operations](https://github.com/Keyfactor/kfutil/tree/epic_54795/examples/cert_stores/bulk_operations#readme)
5576

5677
# v1.3.2
5778

5879
### Package
80+
5981
- Bump deps `cobra` version to `v1.8.0`, `azcore` version to `v1.9.0`, `pty` version to `v1.1.21`
6082

6183
# v1.3.1
6284

6385
## Bug Fixes
6486

6587
### Package
88+
6689
- Bump package version to `1.3.1` to fix an issue with the `1.3.0` release.
6790

6891
### Installer
92+
6993
- Remove `v` prefix from installer URL path to accommodate for the new build process.
7094

7195
# v1.3.0
96+
7297
## Features
7398

7499
### 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]`
77105

78106
# v1.2.1
79107

@@ -93,7 +121,7 @@
93121
# v1.2.0
94122

95123
## Features
96-
124+
97125
### Auth
98126

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

0 commit comments

Comments
 (0)