Skip to content

Commit 8e35c0b

Browse files
committed
CHANGELOG: bump to include etcd-io#11694
Signed-off-by: Sam Batschelet <[email protected]>
1 parent 7444d3a commit 8e35c0b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Diff for: CHANGELOG-3.3.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.
1717

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

20+
### gRPC Proxy
21+
22+
- Fix [`panic on error`](https://github.com/etcd-io/etcd/pull/11694) for metrics handler.
23+
2024
<hr>
2125

2226
## v3.3.18 (2019-11-26)

Diff for: CHANGELOG-3.4.md

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.4...v3.4.5) and
1919

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

22+
### gRPC Proxy
23+
24+
- Fix [`panic on error`](https://github.com/etcd-io/etcd/pull/11694) for metrics handler.
2225

2326
<hr>
2427

Diff for: CHANGELOG-3.5.md

+5
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
106106
- Fix [IPv6 endpoint parsing in client](https://github.com/etcd-io/etcd/pull/11211).
107107
- Fix ["1.16: etcd client does not parse IPv6 addresses correctly when members are joining" (kubernetes#83550)](https://github.com/kubernetes/kubernetes/issues/83550).
108108
- 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).
109+
109110
### etcdctl v3
110111

111112
- 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))
@@ -118,6 +119,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
118119
- Deprecated [`/v3beta`](https://github.com/etcd-io/etcd/pull/9298).
119120
- `curl -L http://localhost:2379/v3beta/kv/put -X POST -d '{"key": "Zm9v", "value": "YmFy"}'` does work in v3.5. Use `curl -L http://localhost:2379/v3/kv/put -X POST -d '{"key": "Zm9v", "value": "YmFy"}'` instead.
120121

122+
### gRPC Proxy
123+
124+
- Fix [`panic on error`](https://github.com/etcd-io/etcd/pull/11694) for metrics handler.
125+
121126
### Auth
122127

123128
- 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))

0 commit comments

Comments
 (0)