|
|
@@ -2,6 +2,24 @@
|
|
|
|
|
|
Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md).
|
|
|
|
|
|
+<hr>
|
|
|
+
|
|
|
+## [v3.4.1](https://github.com/etcd-io/etcd/releases/tag/v3.4.1) (2019-TBD)
|
|
|
+
|
|
|
+See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.0...v3.4.1) 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).**
|
|
|
+
|
|
|
+### etcd server
|
|
|
+
|
|
|
+- Fix [secure server logging message](https://github.com/etcd-io/etcd/commit/8b053b0f44c14ac0d9f39b9b78c17c57d47966eb).
|
|
|
+- Remove [redundant `%` characters in file descriptor warning message](https://github.com/etcd-io/etcd/commit/d5f79adc9cea9ec8c93669526464b0aa19ed417b).
|
|
|
+
|
|
|
+### Go
|
|
|
+
|
|
|
+- Compile with Go 1.12.9 including [*Go 1.12.8*](https://groups.google.com/d/msg/golang-announce/65QixT3tcmg/DrFiG6vvCwAJ) security fixes.
|
|
|
+- See [*Go 1.12 release page*](https://golang.org/doc/devel/release.html#go1.12) for more.
|
|
|
+
|
|
|
|
|
|
<hr>
|
|
|
|