Skip to content

Commit

Permalink
Update changelog & go.mod (#3943)
Browse files Browse the repository at this point in the history
* Update changelog

* add principal changes for Vault SSH Signed Certs

* update go.mod for API & SDK changes

* update changelog
  • Loading branch information
elimt authored Oct 27, 2023
1 parent 5574342 commit e1b7593
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.

## Next

## 0.14.2 (2023/10/27)

### New and Improved
* Expose Valid Principals for Vault SSH Signed Certs: Allow users to add additional valid principals when creating a vault ssh signed cert credential library ([PR](https://github.com/hashicorp/boundary/pull/3791)).

### Bug Fixes
* High CPU consumption: A background GRPC connection state check caused high CPU utilization. This was caused by a long running loop that was checking for GRPC connection state changes between a worker and an upstream connection address. The loop was not correctly waiting for GRPC connection state changes before running. The issue was fixed by correctly updating the state that determines when the loop in GRPC connection state check should run. ([PR](https://github.com/hashicorp/boundary/pull/3884))
* LDAP auth methods: Fix encoding of mTLS client key which prevented Boundary
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ require (
github.com/google/go-cmp v0.5.9
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
github.com/hashicorp/boundary/api v0.0.39
github.com/hashicorp/boundary/sdk v0.0.35
github.com/hashicorp/boundary/api v0.0.42
github.com/hashicorp/boundary/sdk v0.0.38
github.com/hashicorp/cap v0.3.3
github.com/hashicorp/dawdle v0.4.0
github.com/hashicorp/eventlogger v0.2.5
Expand Down

0 comments on commit e1b7593

Please sign in to comment.