From f58a258f9af0f8ccf246e43227ffb432dc4c5376 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Wed, 31 Jan 2024 11:52:02 +0100 Subject: [PATCH] Add v3.5.12 changelog Signed-off-by: Marek Siarkowicz --- CHANGELOG/CHANGELOG-3.5.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 5acecd38680..5f0b66e22f6 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -4,13 +4,19 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
-## v3.5.12 (tbd) +## v3.5.12 (2024-01-31) ### etcd server -- [Add livez/readyz HTTP endpoints](https://github.com/etcd-io/etcd/pull/17039) +- Add [livez/readyz HTTP endpoints](https://github.com/etcd-io/etcd/pull/17039) +- Fix [not validating database consistent index, and panicking on nil backend](https://github.com/etcd-io/etcd/pull/17151) +- Document [`experimental-enable-lease-checkpoint-persist` flag in etcd help](https://github.com/etcd-io/etcd/pull/17190) +- Fix [needlessly flocking snapshot files when deleting](https://github.com/etcd-io/etcd/pull/17206) +- Add [digest for etcd base image](https://github.com/etcd-io/etcd/pull/17205) +- Fix [delete inconsistencies in read buffer](https://github.com/etcd-io/etcd/pull/17230) ### Dependencies - Compile binaries using [go 1.20.13](https://github.com/etcd-io/etcd/pull/17275) +- Upgrade [golang.org/x/crypto to v0.17+ to address CVE-2023-48795](https://github.com/etcd-io/etcd/pull/17346) ## v3.5.11 (2023-12-07)