We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88b95c commit 8662866Copy full SHA for 8662866
1 file changed
docs/content/en/blog/releases/v5-5-release.md
@@ -80,7 +80,7 @@ There are **no breaking API changes**; existing code compiles and runs unchanged
80
81
Returning an `UpdateControl` (or `ErrorStatusUpdateControl`) still updates the resource and keeps the
82
cache read-after-write consistent, but it **no longer filters the resulting own event by default** —
83
-so the write may cause an additional (idempotent) reconciliation. This change fixes correctness edge
+so the write may cause an additional reconciliation (which should be idempotent). This change fixes correctness edge
84
cases where an event that should have propagated was previously swallowed.
85
86
If you relied on the previous filtering, perform the update through `ResourceOperations` and return
0 commit comments