From 8837eff949bf65ea6cbe5970596733e9da491a6d Mon Sep 17 00:00:00 2001 From: Chao Chen Date: Mon, 19 Apr 2021 23:36:54 -0700 Subject: [PATCH] Update CHANGELOG-3.5.md --- CHANGELOG-3.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 1a875e8f687d..7c0b7ce8da3f 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -137,6 +137,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Improve logging around snapshot send and receive. - [Push down RangeOptions.limit argv into index tree to reduce memory overhead](https://github.com/etcd-io/etcd/pull/11990). - Add [reason field for /health response](https://github.com/etcd-io/etcd/pull/11983). +- Add [exclude alarms from health check conditionally](https://github.com/etcd-io/etcd/pull/12880) - Add [`--unsafe-no-fsync`](https://github.com/etcd-io/etcd/pull/11946) flag. - Setting the flag disables all uses of fsync, which is unsafe and will cause data loss. This flag makes it possible to run an etcd node for testing and development without placing lots of load on the file system. - Add [etcd --auth-token-ttl](https://github.com/etcd-io/etcd/pull/11980) flag to customize `simpleTokenTTL` settings.