Skip to content

Commit 50bbb40

Browse files
maltesanderNickLarsenNZTechassi
authored
Apply suggestions from code review
Co-authored-by: Nick <[email protected]> Co-authored-by: Techassi <[email protected]>
1 parent 881a7cf commit 50bbb40

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here are the headings you can use for the next release. Saves time checking inde
4646
4747
Vulnerabilities::
4848
49-
* More than 142 CVEs were fixed in the Stackable product images. This includes 11 CVEs of critical and 55 CVEs of high severity.
49+
* More than 142 CVEs were fixed in the Stackable product images. This includes 11 critical and 55 high-severity CVEs.
5050
5151
Improved Authentication::
5252
@@ -67,13 +67,17 @@ Logging::
6767
6868
Monitoring::
6969
70-
* In SDP 24.7 we upgraded the version of [JMX Exporter](https://github.com/prometheus/jmx_exporter) from 0.20 to 1.0.1. This is the tool which allows us to expose JMX metrics in Prometheus and is in use for Hadoop, HBase, Hive, Kafka, Spark, Trino and ZooKeeper. Unfortunately the version 1.0.1 has a severe performance degradation which has been [fixed upstream](https://github.com/prometheus/jmx_exporter/pull/1009) but is not yet released. This SDP release 24.11 contains a fixed version bringing performance back to normal levels.
70+
* https://github.com/prometheus/jmx_exporter[JMX Exporter] is a tool which allows us to expose JMX metrics as Prometheus metrics.
71+
It is used by the following products: Hadoop, HBase, Hive, Kafka, Spark, Trino and ZooKeeper.
72+
In the previous SDP release (24.7) we upgraded JMX Exporter from 0.20 to 1.0.1.
73+
Unfortunately version 1.0.1 has a severe performance degradation which has been https://github.com/prometheus/jmx_exporter/pull/1009[fixed upstream] but is not yet released.
74+
This SDP release (24.11) contains a fixed version bringing performance back to normal levels.
7175
7276
Security::
7377
74-
* The Stackable Data Platform now supports provisioning TLS certificates using cert-manager.
75-
* Added support for customizing sAMAccountName generation in secret operator.
76-
* The Stackable Secret Operator now requests permission to read Listeners, which is required to provision secrets for listener volumes with `listeners.stackable.tech/listener-name`.
78+
* The Stackable Data Platform now supports provisioning TLS certificates using https://cert-manager.io/[cert-manager].
79+
* Added support for customizing `sAMAccountName` generation in secret operator.
80+
* The Stackable Secret Operator now requests permission to read Listeners, which is required to provision secrets for listener volumes with the `listeners.stackable.tech/listener-name` annotation.
7781
7882
Commons::
7983
@@ -87,17 +91,19 @@ Listener::
8791
8892
Dependencies::
8993
90-
* Apache HBase: The hadoop-azure module was added to the image and is contained in the classpath. This makes it possible to use the Azure Data Lake Storage Gen2 (ADLS) instead of HDFS. See the usage guide for detailed information.
94+
* Apache HBase: The hadoop-azure module was added to the image and is contained in the classpath. This makes it possible to use the Azure Data Lake Storage Gen2 (ADLS) instead of HDFS. See the xref:hbase:usage-guide/adls.adoc[usage guide] for detailed information.
9195
9296
Operations::
9397
9498
* The Stackable Operator for HDFS now supports upgrading existing HDFS installations. This process requires some manual intervention, however.
9599
96100
Misc::
97101
98-
* Apache NiFi: permit users to configure allowed hosts when NiFi is running behind a proxy. The proxy host check is now turned off by default. See documentation https://docs.stackable.tech/home/nightly/nifi/usage_guide/security#host-header-check[here].
99-
* Apache Airflow: Allow custom arbitrary python code in webserver_config.py.
100-
* Apache Superset: Allow custom arbitrary python code in superset_config.py
102+
* Apache NiFi: Permit users to configure allowed hosts when NiFi is running behind a proxy.
103+
The proxy host check is now disabled by default.
104+
See documentation xref:nifi:usage_guide/security#host-header-check[here].
105+
* Apache Airflow: Allow custom arbitrary python code in `webserver_config.py`.
106+
* Apache Superset: Allow custom arbitrary python code in `superset_config.py`.
101107
* The size of the operator deployed CRDs was reduced significantly https://github.com/stackabletech/issues/issues/627[here].
102108
103109
Images::

0 commit comments

Comments
 (0)