From 1cb1352a44c708c3666443d52a87048f0e724483 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 22 Jul 2025 22:54:22 +0000 Subject: [PATCH] fix(blog/v1.21.1): we avoid breaking changes Signed-off-by: Xe Iaso --- docs/blog/2025-07-22-release-1.21.1/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/2025-07-22-release-1.21.1/index.mdx b/docs/blog/2025-07-22-release-1.21.1/index.mdx index 6f8ef16..8b623f3 100644 --- a/docs/blog/2025-07-22-release-1.21.1/index.mdx +++ b/docs/blog/2025-07-22-release-1.21.1/index.mdx @@ -43,7 +43,7 @@ And this release also fixes the following bugs: - In certain cases, a user could be stuck with a test cookie that is invalid, locking them out of the service for up to half an hour. This has been fixed with better validation of this case and clearing the cookie. - "Proof of work" has been removed from the branding due to some users having extremely negative connotations with it. -We try to introduce breaking changes as much as possible, but these are the changes that may be relevant for you as an administrator: +We try to avoid introducing breaking changes as much as possible, but these are the changes that may be relevant for you as an administrator: - The [challenge format](#challenge-format-change) has been changed in order to account for [the new challenge issuance flow](#challenge-flow-v2). - The [systemd service `RuntimeDirectory` has been changed](#breaking-change-systemd-runtimedirectory-change).