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
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,36 +92,35 @@ The Stackable platform now provides an operator for OpenSearch.
92
92
We initially support version link:#new-product-versions-25_11_0[3.1.0], which is also marked as the LTS line going forward.
93
93
94
94
OpenSearch is a powerful search and analytics engine built on Apache Lucene.
95
-
OpenSearch clusters can be specified in custom resources similar to other Stackable operators.
95
+
OpenSearch clusters can be defined via custom resources similar to other Stackable operators.
96
96
For instance, a cluster with OpenSearch nodes of different types and replication factors can be defined.
97
97
Logging, Monitoring and service exposition with ListenerClasses is supported as well.
98
98
As the operator is still in an early development phase, special care was taken to allow extensive overriding with xref:concepts:overrides.adoc#config-overrides[`configOverrides`] and xref:concepts:overrides.adoc#pod-overrides[`podOverrides`].
99
99
100
100
The operator only manages the OpenSearch back-end.
101
101
The OpenSearch Dashboards front-end can be installed via the https://github.com/opensearch-project/helm-charts/tree/opensearch-dashboards-3.1.0/charts/opensearch-dashboards[official Helm chart].
102
-
Stackable provides a supported image for OpenSearch Dashboard which can be used with this Helm chart.
102
+
Stackable provides a supported image for OpenSearch Dashboards which can be used with this Helm chart.
103
103
104
104
See the xref:opensearch:index.adoc[OpenSearch documentation] page for more details.
105
105
106
106
===== Trino
107
107
108
-
* The operator now supports configuring fault-tolerant execution for Trino via the TrinoCluster CRD.
108
+
* The operator now supports configuring fault-tolerant execution via the TrinoCluster CRD.
109
109
See the xref:trino:usage-guide/fault-tolerant-execution.adoc[documentation page] and https://github.com/stackabletech/trino-operator/pull/779[trino-operator#779].
110
110
* The Trino client spooling protocol can now be configured using the `spec.clusterConfig.clientProtocol.spooling` property.
111
-
// TODO: Is this an S3Connection (CR)?
112
-
Users can configure an S3 connection and the location or spooling segments.
113
-
Additional properties can be added using the `configOverrides` mechanism for the `spooling-manager.properties` file.
111
+
Users can configure an xref:concepts:s3.adoc[S3Connection] and the location of spooling segments.
112
+
Additional properties can be added using the xref:concepts:overrides.adoc#config-overrides[`configOverrides`] mechanism for the `spooling-manager.properties` file.
114
113
See the xref:trino:usage-guide/client-spooling-protocol.adoc[client spooling protocol] documentation page and https://github.com/stackabletech/trino-operator/pull/793[trino-operator#793].
115
114
116
115
==== Platform improvements
117
116
118
-
===== Vulnerabilities
117
+
===== General
118
+
119
+
====== Vulnerabilities
119
120
120
121
37 CVEs were fixed in the Stackable product images.
121
122
This includes 2 critical and 18 high-severity CVEs.
122
123
123
-
===== General
124
-
125
124
====== Observability
126
125
127
126
This release includes various improvements in regards to metrics collection and exposition.
@@ -256,10 +255,10 @@ helm --set preset=stable-nodes # or ephemeral-nodes or none
256
255
257
256
[source,shell]
258
257
----
259
-
stackablectl --listener-class-preset stable-nodes # or ephemeral-nodes or none <1>
258
+
stackablectl --listener-class-preset stable-nodes # or ephemeral-nodes or none
260
259
----
261
260
262
-
<1> It should be noted that `stackablectl` automatically detects k3s and kind clusters and uses the `stable-nodes` preset.
261
+
It should be noted that `stackablectl` automatically detects k3s and kind clusters and uses the `stable-nodes` preset since version xref:management:stackablectl:release-notes.adoc#_1_2_0[1.2.0].
263
262
264
263
See the tracking issue https://github.com/stackabletech/issues/issues/770[issues#770] for more details.
265
264
--
@@ -549,7 +548,7 @@ See https://github.com/stackabletech/spark-k8s-operator/issues/600[spark-k8s-ope
549
548
===== Apache Superset
550
549
551
550
Previously, there was a chance containers would not start, because Superset was starting too slowly and was killed because of a failing liveness probe.
552
-
Now, we add a proper startup probe, which allows Superset startup to succeed and not be killed.
551
+
This has now been fixed by adding a proper startup probe, which allows Superset startup to succeed and not be killed.
553
552
See https://github.com/stackabletech/superset-operator/pull/654[superset-operator#654].
554
553
555
554
===== Open Policy Agent
@@ -582,7 +581,7 @@ The following new product versions are now supported:
@@ -657,7 +656,7 @@ These OpenShift versions are no longer supported:
657
656
658
657
====== Upgrade with a single command
659
658
660
-
Starting with stackablectl Release 1.0.0 the multiple consecutive commands described below can be shortened to just one command, which executes exactly those steps on its own.
659
+
Starting with `stackablectl` xref:management:stackablectl:release-notes.adoc#_1_0_0[1.0.0] the multiple consecutive commands described below can be shortened to just one command, which executes exactly those steps on its own.
0 commit comments