Skip to content

Commit 407279c

Browse files
committed
docs: Add various small tweaks
1 parent 28a8a28 commit 407279c

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -92,36 +92,35 @@ The Stackable platform now provides an operator for OpenSearch.
9292
We initially support version link:#new-product-versions-25_11_0[3.1.0], which is also marked as the LTS line going forward.
9393

9494
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.
9696
For instance, a cluster with OpenSearch nodes of different types and replication factors can be defined.
9797
Logging, Monitoring and service exposition with ListenerClasses is supported as well.
9898
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`].
9999

100100
The operator only manages the OpenSearch back-end.
101101
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.
103103

104104
See the xref:opensearch:index.adoc[OpenSearch documentation] page for more details.
105105

106106
===== Trino
107107

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.
109109
See the xref:trino:usage-guide/fault-tolerant-execution.adoc[documentation page] and https://github.com/stackabletech/trino-operator/pull/779[trino-operator#779].
110110
* 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.
114113
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].
115114

116115
==== Platform improvements
117116

118-
===== Vulnerabilities
117+
===== General
118+
119+
====== Vulnerabilities
119120

120121
37 CVEs were fixed in the Stackable product images.
121122
This includes 2 critical and 18 high-severity CVEs.
122123

123-
===== General
124-
125124
====== Observability
126125

127126
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
256255

257256
[source,shell]
258257
----
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
260259
----
261260

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].
263262

264263
See the tracking issue https://github.com/stackabletech/issues/issues/770[issues#770] for more details.
265264
--
@@ -549,7 +548,7 @@ See https://github.com/stackabletech/spark-k8s-operator/issues/600[spark-k8s-ope
549548
===== Apache Superset
550549

551550
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.
553552
See https://github.com/stackabletech/superset-operator/pull/654[superset-operator#654].
554553

555554
===== Open Policy Agent
@@ -582,7 +581,7 @@ The following new product versions are now supported:
582581
* Apache HBase: https://github.com/stackabletech/docker-images/issues/1269[2.6.3 (LTS)]
583582
* Apache Hadoop: https://github.com/stackabletech/docker-images/issues/1270[3.4.2 (LTS)]
584583
* Apache Hive: https://github.com/stackabletech/docker-images/issues/1235[4.1.0]
585-
* Apache Kafka: https://github.com/stackabletech/docker-images/issues/1236[4.1.o (experimental)]
584+
* Apache Kafka: https://github.com/stackabletech/docker-images/issues/1236[4.1.0 (experimental)]
586585
* Apache NiFi: https://github.com/stackabletech/docker-images/issues/1237[2.6.0 (LTS)]
587586
* Apache Spark: https://github.com/stackabletech/docker-images/issues/1273[3.5.7 (LTS)], https://github.com/stackabletech/docker-images/issues/1273[4.0.1 (experimental)]
588587
* Apache Superset: https://github.com/stackabletech/docker-images/issues/1274[4.1.4 (LTS)]
@@ -657,7 +656,7 @@ These OpenShift versions are no longer supported:
657656

658657
====== Upgrade with a single command
659658

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.
661660

662661
[source,console]
663662
----

0 commit comments

Comments
 (0)