Skip to content

Commit f8c24c1

Browse files
KNW-1834
1 parent 82fa480 commit f8c24c1

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/onprem/de/update_major.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// IGNORE Alertmanager p16 p20 p22 p23 p7 p8
33
include::global_attr.adoc[]
44
= Update auf Version 2.2.0
5-
:revdate: 2023-11-15
5+
:revdate: 2025-07-07
66
:title: Update auf Version 2.2.0
77
:description: Was es beim Update von {CMK} Version 2.1.0 auf 2.2.0 zu beachten gibt, erfahren Sie in diesem Artikel.
88

@@ -172,8 +172,9 @@ link:https://www.regular-expressions.info/modifiers.html[Modifiers^] als „Inli
172172
In Python 3.11 sind sie nur am Anfang eines regulären Ausdrucks zulässig.
173173

174174
*Betrifft Sie das?*
175-
Es betrifft Sie mit hoher Wahrscheinlichkeit, wenn Sie den Modifier `(?i)` benutzen, um anzugeben, dass der nachfolgende reguläre Ausdruck ohne Berücksichtigung von Groß- und Kleinschreibung ausgewertet werden soll.
176-
Da Checkmk aus Performance-Gründen an einigen Stellen mehrere reguläre Ausdrücke zu einem einzigen kombiniert, kann diese Änderung auch alleine betrachtet valide reguläre Ausdrücke (Modifier am Anfang) betreffen.
175+
Dies betrifft Sie nur, wenn Sie den Update auf eine ältere {CMK}-Version als {v22}p25 durchführen.
176+
Dann betrifft es Sie mit hoher Wahrscheinlichkeit, wenn Sie den Modifier `(?i)` benutzen, um anzugeben, dass der nachfolgende reguläre Ausdruck ohne Berücksichtigung von Groß- und Kleinschreibung ausgewertet werden soll.
177+
Da {CMK} vor Version {v22}p25 aus Performance-Gründen an einigen Stellen mehrere reguläre Ausdrücke zu einem einzigen kombiniert, kann diese Änderung auch alleine betrachtet valide reguläre Ausdrücke (Modifier am Anfang) betreffen.
177178

178179
*Was müssen Sie tun?*
179180
Identifizieren Sie _alle_ regulären Ausdrücke, welche Inline Flags nutzen.

src/onprem/en/update_major.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// IGNORE Alertmanager p16 p20 p22 p23 p7 pre p8
33
include::global_attr.adoc[]
44
= Update to version 2.2.0
5-
:revdate: 2024-02-22
5+
:revdate: 2025-07-07
66
:title: Update to version 2.2.0
77
:description: In this article you will learn what to consider when updating from {CMK} version 2.1.0 to 2.2.0.
88

@@ -168,8 +168,10 @@ link:https://www.regular-expressions.info/modifiers.html[Modifiers^] as 'inline
168168
In Python 3.11 they are only allowed at the beginning of a regular expression.
169169

170170
*Does this affect you?*
171-
It will most likely affect you if you use the `(?i)` modifier to indicate that the following regular expression should be evaluated case-insensitively.
172-
Since for performance reasons Checkmk in some places merges several regular expressions into a single one, this change may also affect regular expressions (i.e. that begin with modifiers) that when considered alone would also be valid.
171+
This only affects you if you update to a {CMK} version older than {v22}p25.
172+
Then it will most likely affect you if you use the `(?i)` modifier to indicate that the following regular expression should be evaluated case-insensitively.
173+
Since {CMK} before version {v22}p25 combines several regular expressions into a single one in some places for performance reasons, this change may also affect regular expressions (i.e. that begin with modifiers) that when considered alone would also be valid.
174+
173175

174176
*What do you need to do?*
175177
Identify _all_ regular expressions that use inline flags.

0 commit comments

Comments
 (0)