Skip to content

Commit

Permalink
Merge pull request #14133 from ahrtr/changelog_auth_bundle_20220618
Browse files Browse the repository at this point in the history
update changelog for both 3.5 and 3.6 to cover the authBundle overwrite issue
  • Loading branch information
serathius committed Jun 20, 2022
2 parents 43434af + 449ff7b commit 0bac609
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/

## v3.5.5 (TBD)

### Package `clientv3`
- Fix [do not overwrite authTokenBundle on dial](https://github.com/etcd-io/etcd/pull/14132).

### etcd server
- Fix [lease leak issue due to tokenProvider isn't enabled when restoring auth store from a snapshot](https://github.com/etcd-io/etcd/pull/13205).
- Fix [the race condition between goroutine and channel on the same leases to be revoked](https://github.com/etcd-io/etcd/pull/14087).
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0).
- Add command to generate [shell completion](https://github.com/etcd-io/etcd/pull/13142).
- Add `migrate` command for downgrading/upgrading etcd data dir files.

### Package `clientv3`
- Fix [do not overwrite authTokenBundle on dial](https://github.com/etcd-io/etcd/pull/12992).

### Package `server`

- Package `mvcc` was moved to `storage/mvcc`
Expand Down

0 comments on commit 0bac609

Please sign in to comment.