Skip to content

Commit 4396f09

Browse files
committed
docs: add API Server Cipher Suites changelog
Add a changelog entry for the API Server Cipher Suites. Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com> (cherry picked from commit 9945cee)
1 parent fdf6fe8 commit 4396f09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hack/release.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,15 @@ To avoid further issues, Talos will now only create the UEFI boot entry if it do
194194
description = """\
195195
The network configuration under `.machine.network` (with the exception of KubeSpan) has been deprecated, but it is still supported for backwards compatibility.
196196
New configuration documents were created to replace it, they will be documented in the future.
197+
"""
198+
199+
[notes.apiserver-cipher-suites]
200+
title = "API Server Cipher Suites"
201+
description = """\
202+
The Kubernetes API server in Talos has been updated to use a more secure set of TLS cipher suites by default.
203+
This is in line with a set of best practices documented in CIS 1.12 benchmark.
204+
205+
You can still expand the list of supported cipher suites via the `cluster.apiServer.extraArgs."tls-cipher-suites"` machine configuration field if needed.
197206
"""
198207

199208
[make_deps]

0 commit comments

Comments
 (0)