Merge pull request #11626 from jpbetz/changelog-11613-backport

changelog: Add #11613 backport to 3.2, 3.3 and 3.4 changelogs
This commit is contained in:
Joe Betz 2020-02-13 14:53:30 -08:00 committed by GitHub
commit bdf69dff90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,9 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.
## [v3.2.29](https://github.com/etcd-io/etcd/releases/tag/v3.2.29) (2019-TBD)
### etcd server
- [Fix corruption bug in defrag](https://github.com/etcd-io/etcd/pull/11613).
<hr>

View File

@ -7,6 +7,13 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.
<hr>
## v3.3.19 (TDB)
### etcd server
- [Fix corruption bug in defrag](https://github.com/etcd-io/etcd/pull/11613).
<hr>
## v3.3.18 (2019-11-26)

View File

@ -15,6 +15,10 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.3...v3.4.4) and
**Again, before running upgrades from any previous release, please make sure to read change logs below and [v3.4 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_4.md).**
### etcd server
- [Fix corruption bug in defrag](https://github.com/etcd-io/etcd/pull/11613).
### Metrics, Monitoring
See [List of metrics](https://github.com/etcd-io/etcd/tree/master/Documentation/metrics) for all metrics per release.