Skip to content

Commit

Permalink
Merge pull request #11666 from jingyih/update_changelog_from_11638
Browse files Browse the repository at this point in the history
CHANGELOG: update from #11638
  • Loading branch information
spzala authored Mar 11, 2020
2 parents 6d1982e + e2ff769 commit 23c2380
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-3.3.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,10 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.

- [Fix corruption bug in defrag](https://github.com/etcd-io/etcd/pull/11613).

### etcdctl v3

- Fix [`etcdctl member add`](https://github.com/etcd-io/etcd/pull/11638) command to prevent potential timeout.

<hr>

## v3.3.18 (2019-11-26)
16 changes: 16 additions & 0 deletions CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,19 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.
<hr>


## [v3.4.5](https://github.com/etcd-io/etcd/releases/tag/v3.4.5) (TBD)

See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.4...v3.4.5) and [v3.4 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_4.md) for any breaking changes.

**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).**

### etcdctl v3

- Fix [`etcdctl member add`](https://github.com/etcd-io/etcd/pull/11638) command to prevent potential timeout.


<hr>

## [v3.4.4](https://github.com/etcd-io/etcd/releases/tag/v3.4.4) (2020-02-24)

See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.3...v3.4.4) and [v3.4 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_4.md) for any breaking changes.
@@ -35,6 +48,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- Fix [NoPassword check when adding user through GRPC gateway](https://github.com/etcd-io/etcd/pull/11418) ([issue#11414](https://github.com/etcd-io/etcd/issues/11414))
- Fix bug where [some auth related messages are logged at wrong level](https://github.com/etcd-io/etcd/pull/11586)

<hr>

## [v3.4.3](https://github.com/etcd-io/etcd/releases/tag/v3.4.3) (2019-10-24)

See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.2...v3.4.3) and [v3.4 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_4.md) for any breaking changes.
@@ -53,6 +68,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.

- Compile with [*Go 1.12.12*](https://golang.org/doc/devel/release.html#go1.12).

<hr>

## [v3.4.2](https://github.com/etcd-io/etcd/releases/tag/v3.4.2) (2019-10-11)

2 changes: 1 addition & 1 deletion CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- Use [ServerName as the authority](https://github.com/etcd-io/etcd/pull/11574) after bumping to grpc v1.26.0. Remove workaround in [#11184](https://github.com/etcd-io/etcd/pull/11184).
### etcdctl v3

- Fix [`etcdctl member add`](https://github.com/etcd-io/etcd/pull/11194) command to prevent potential timeout.
- Fix `etcdctl member add` command to prevent potential timeout. ([PR#11194](https://github.com/etcd-io/etcd/pull/11194) and [PR#11638](https://github.com/etcd-io/etcd/pull/11638))
- Add [`etcdctl watch --progress-notify`](https://github.com/etcd-io/etcd/pull/11462) flag.
- Add [`etcdctl auth status`](https://github.com/etcd-io/etcd/pull/11536) command to check if authentication is enabled

0 comments on commit 23c2380

Please sign in to comment.