Skip to content

Commit c8f0104

Browse files
committed
added last of missing PR/Issues
1 parent 2a43d4a commit c8f0104

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Security::
5959
* The Stackable Data Platform now supports provisioning TLS certificates using https://cert-manager.io/[cert-manager].
6060
* Added support for customizing `sAMAccountName` generation in secret operator.
6161
* 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.
62+
* The RSA key length for generated key pairs now can be customized to 2048, 3072 and 4096 bits. The default is 2048 bit.
6263
6364
Listener::
6465
@@ -111,6 +112,7 @@ Logging::
111112
112113
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.
113114
Additionally the interval in which Logback checks if the maximum log file size has been reached was lowered from 60 seconds to 5 seconds.
115+
Apache NiFi: Support disabling the create-reporting-task Job as well as podOverrides on that Job.
114116
115117
Monitoring::
116118
@@ -133,14 +135,14 @@ Bug fixes::
133135
* Apache Spark Operator: Ensure Spark applications are submitted only once.
134136
Reconciling applications after the corresponding Job objects have been recycled doesn't lead to the creation of new Job objects.
135137
This behavior was triggered by different situations, such as when the operator was restarted.
136-
* Apache Spark Operator: Environment variables can now be overridden with the role group’s envOverrides property.
137-
* Trino, Spark, HBase, Airflow: These used to have https://github.com/stackabletech/issues/issues/548[issues] where config and environment variable overrides would not always work as expected, this has now been fixed
138+
* Trino, Spark, HBase, Airflow: These used to have https://github.com/stackabletech/issues/issues/548[issues] where config and environment variable overrides would not always work as expected, this has now been fixed.
138139
* The cluster domain (default `cluster.local`) which caused problems in non-default cluster setups can now be configured in all operators using the ENV variable `KUBERNETES_CLUSTER_DOMAIN` or setting the helm value `kubernetesClusterDomain` during installation as described in https://docs.stackable.tech/home/nightly/guides/kubernetes-cluster-domain[Configuring the Kubernetes cluster domain].
139140
* Apache Airflow: In release 24.7 Airflow did not propagate git credentials correctly to the gitsync containers.
140141
This has now been corrected and works for both celery- and kubernetes workers.
141142
* Operators now do not stop reconciling existing clusters if one of the https://github.com/stackabletech/issues/issues/211[cluster objects cannot be deserialized].
142143
* Apache HBase: The operator now does not https://github.com/stackabletech/hbase-operator/pull/584[ignore the `hbaseRootdir` config property at role level].
143144
* Apache Kakfa: The bootstrap Kafka service is now included in https://github.com/stackabletech/kafka-operator/pull/741[certificate SANs].
145+
* Trino: Do not print credentials to STDOUT during startup.
144146
145147
=== Platform deprecations
146148

0 commit comments

Comments
 (0)