Skip to content

Commit f50f639

Browse files
committed
fix sub headers
1 parent 42fb120 commit f50f639

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,45 +44,45 @@ Here are the headings you can use for the next release. Saves time checking inde
4444
4545
=== New / extended platform features
4646
47-
Improved Authentication:
47+
Improved Authentication::
4848
4949
In this release we introduced several authentication mechanisms in different products:
5050
5151
* Apache Airflow: https://github.com/stackabletech/airflow-operator/issues/337[OIDC support]
5252
* Apache Kafka: https://github.com/stackabletech/kafka-operator/issues/655[Kerberos support]
5353
* Apache NiFi: https://github.com/stackabletech/nifi-operator/issues/633[OIDC support]
5454
55-
Improved Authorization:
55+
Improved Authorization::
5656
5757
* The performance of the https://docs.stackable.tech/home/stable/hdfs/usage-guide/security.html#_authorization[OPA Authorizer] has been greatly improved. This _can_ be a breaking change so please make sure to read the hdfs-utils https://github.com/stackabletech/hdfs-utils/releases/tag/v0.4.0[release notes] for details.
5858
* The User Info Fetcher HTTP API has been replaced with a Rego library. Please see https://docs.stackable.tech/home/nightly/opa/usage-guide/user-info-fetcher#_user_info_fetcher_api[user-info-fetcher API] for more information.
5959
60-
Logging:
60+
Logging::
6161
6262
* Apache NiFi: The ephemeral EmptyDir Volumes used to store log files before being aggregated have their size increased from a default of 33 MiB to 500 MiB. Additionally the interval in which Logback checks if the maximum log file size has been reached was lowered from 60 seconds to 5 seconds.
6363
64-
Monitoring:
64+
Monitoring::
6565
6666
* 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.
6767
68-
Security:
68+
Security::
6969
70-
* The Stackable Data Platform now supports provisioning TLS certificates using cert-manager ().
70+
* The Stackable Data Platform now supports provisioning TLS certificates using cert-manager.
7171
* Added support for customizing sAMAccountName generation in secret operator.
7272
73-
Listener:
73+
Listener::
7474
7575
* The Stackable Operator for Kafka now uses the Stackable Listener Operator, allowing connectivity to be customized.
7676
77-
Operations:
77+
Operations::
7878
7979
* The Stackable Operator for HDFS now supports upgrading existing HDFS installations. This process requires some manual intervention, however.
8080
81-
Misc:
81+
Misc::
8282
8383
* 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].
8484
85-
Bug fixes:
85+
Bug fixes::
8686
8787
* Apache Spark Operator: Ensure Spark applications are submitted only once. Reconciling applications after the corresponding Job objects have been recycled doesn't lead to the creation of new Job objects. This behavior was triggered by different situations, such as when the operator was restarted.
8888
* Apache Spark Operator: Environment variables can now be overridden with the role group’s envOverrides property.

0 commit comments

Comments
 (0)