add changelog for bugfix 18164 prometheus metric register of walWriteSec

Signed-off-by: Andy Xie <andy.xning@gmail.com>
This commit is contained in:
Andy Xie 2024-06-24 09:22:45 +08:00
parent 16ed0fe86e
commit 37fe67b329

View File

@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
## v3.5.15 (TBD)
### etcd server
- Fix [add prometheus metric registration for metric `etcd_disk_wal_write_duration_seconds`](https://github.com/etcd-io/etcd/pull/18174).
### Dependencies
- Compile binaries using [go 1.21.11](https://github.com/etcd-io/etcd/pull/18129).
- [Fully address CVE-2023-45288 and fix govulncheck CI check](https://github.com/etcd-io/etcd/pull/18170)