You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-25.11.adoc
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,24 @@ Traffic between Open Policy Agent (OPA) and clients can be encrypted using TLS b
21
21
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.
22
22
See the xref:opa:usage-guide/tls.adoc[TLS encryption documentation page] and https://github.com/stackabletech/opa-operator/issues/581[opa-operator#581].
23
23
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].
0 commit comments