Skip to content

Commit 07aae0b

Browse files
committed
docs: Add EoS check feature
1 parent 282cc3f commit 07aae0b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/ROOT/partials/release-notes/release-25.11.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ Traffic between Open Policy Agent (OPA) and clients can be encrypted using TLS b
2121
The authorizers for Trino and NiFi automatically integrate with these secured OPA deployments and verify the authenticity of the server certificates when TLS for OPA is enabled.
2222
See the xref:opa:usage-guide/tls.adoc[TLS encryption documentation page] and https://github.com/stackabletech/opa-operator/issues/581[opa-operator#581].
2323

24+
====== End-of-Support (EoS) warning
25+
26+
All operators now emit a warning message on startup and in a regular interval when it may have reached end-of-support.
27+
Most of our operators reach end-of-support one year after they have been released which roughly translates to three SDP releases.
28+
This is in accordance with our xref:compliance:policies.adoc[support policy].
29+
The interval can be adjusted or the check can be disabled completely via Helm values.
30+
31+
[source,yaml]
32+
----
33+
maintenance:
34+
endOfSupportCheck:
35+
enabled: true
36+
mode: offline # only offline is currently supported
37+
interval: 24h # A human-readable duration
38+
----
39+
40+
See https://github.com/stackabletech/issues/issues/733[issues#733].
41+
2442
====== Miscellaneous
2543

2644
// TODO: Do we want to include this?

0 commit comments

Comments
 (0)