Skip to content

Commit

Permalink
Merge pull request etcd-io#12641 from retroflexer/update-CHANGELOG-3.2
Browse files Browse the repository at this point in the history
CHANGELOG: Update for cherry picks for CVE
  • Loading branch information
hexfusion authored Jan 21, 2021
2 parents 7d444ee + 3d2bb07 commit 330b157
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.

<hr>

## [v3.2.32](https://github.com/etcd-io/etcd/releases/tag/v3.2.32) (2021 TBD)
See [code changes](https://github.com/etcd-io/etcd/compare/v3.2.31...v3.2.32) and [v3.2 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_2.md) for any breaking changes.

### Package `wal`
- add wal slice bound check to make sure entry index is not greater than the number of entries
- check slice size in decodeRecord
- fix panic when decoder not set

### Package `fileutil`
- fix constant for linux locking

## [v3.2.31](https://github.com/etcd-io/etcd/releases/tag/v3.2.31) (2020-08-18)

Expand Down

0 comments on commit 330b157

Please sign in to comment.