Skip to content

Commit

Permalink
CHANGELOG: update from etcd-io#11194
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyih committed Oct 3, 2019
1 parent a5abf91 commit 8918cf3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.

- Upgrade [`github.com/coreos/bbolt`](https://github.com/etcd-io/bbolt/releases) from [**`v1.3.1-coreos.6`**](https://github.com/etcd-io/bbolt/releases/tag/v1.3.1-coreos.6) to [**`v1.3.3`**](https://github.com/etcd-io/bbolt/releases/tag/v1.3.3).

### Package `etcdctl`

- Fixed a [bug](https://github.com/etcd-io/etcd/pull/11194) in `etcdctl member add` command, which may cause the command to timeout.

### Go

- Compile with [*Go 1.12.9*](https://golang.org/doc/devel/release.html#go1.12) including [*Go 1.12.8*](https://groups.google.com/d/msg/golang-announce/65QixT3tcmg/DrFiG6vvCwAJ) security fixes.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.1...v3.4.2) and

- Upgrade [`google.golang.org/grpc`](https://github.com/grpc/grpc-go/releases) from [**`v1.23.1`**](https://github.com/grpc/grpc-go/releases/tag/v1.23.1) to [**`v1.24.0`**](https://github.com/grpc/grpc-go/releases/tag/v1.24.0).

### Package `etcdctl`

- Fixed a [bug](https://github.com/etcd-io/etcd/pull/11194) in `etcdctl member add` command, which may cause the command to timeout.

### Go

- Compile with [*Go 1.12.9*](https://golang.org/doc/devel/release.html#go1.12) including [*Go 1.12.8*](https://groups.google.com/d/msg/golang-announce/65QixT3tcmg/DrFiG6vvCwAJ) security fixes.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.

- Add [TryLock](https://github.com/etcd-io/etcd/pull/11104) method to `clientv3/concurrency/Mutex`. A non-blocking method on `Mutex` which does not wait to get lock on the Mutex, returns immediately if Mutex is locked by another session.

### Package `etcdctl`

- Fixed a [bug](https://github.com/etcd-io/etcd/pull/11194) in `etcdctl member add` command, which may cause the command to timeout.


### gRPC gateway

Expand Down

0 comments on commit 8918cf3

Please sign in to comment.