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/pages/release-notes.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ Security::
59
59
* The Stackable Data Platform now supports provisioning TLS certificates using https://cert-manager.io/[cert-manager].
60
60
* Added support for customizing `sAMAccountName` generation in secret operator.
61
61
* 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.
62
63
63
64
Listener::
64
65
@@ -111,6 +112,7 @@ Logging::
111
112
112
113
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.
113
114
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.
114
116
115
117
Monitoring::
116
118
@@ -133,14 +135,14 @@ Bug fixes::
133
135
* Apache Spark Operator: Ensure Spark applications are submitted only once.
134
136
Reconciling applications after the corresponding Job objects have been recycled doesn't lead to the creation of new Job objects.
135
137
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.
138
139
* 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].
139
140
* Apache Airflow: In release 24.7 Airflow did not propagate git credentials correctly to the gitsync containers.
140
141
This has now been corrected and works for both celery- and kubernetes workers.
141
142
* Operators now do not stop reconciling existing clusters if one of the https://github.com/stackabletech/issues/issues/211[cluster objects cannot be deserialized].
142
143
* Apache HBase: The operator now does not https://github.com/stackabletech/hbase-operator/pull/584[ignore the `hbaseRootdir` config property at role level].
143
144
* 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.
0 commit comments