Skip to content

Commit 99cb96e

Browse files
NickLarsenNZadwk67
andauthored
Apply suggestions from code review
Thanks @adwk67 Co-authored-by: Andrew Kenworthy <[email protected]>
1 parent a7a9439 commit 99cb96e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +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.
62+
* The RSA key length for generated key pairs can now be customized to 2048, 3072 or 4096 bits. The default is 2048 bits.
6363
6464
Listener::
6565
@@ -110,9 +110,9 @@ Authorization::
110110
111111
Logging::
112112
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.
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.
113+
Apache NiFi: The default size of ephemeral EmptyDir Volumes used to store log files before aggregation has been increased from 33 MiB to 500 MiB.
114+
Additionally the interval in which Logback checks if the maximum log file size has been reached has been reduced from 60 seconds to 5 seconds.
115+
Apache NiFi: the create-reporting-task Job (and podOverrides on that Job) can now be disabled.
116116
117117
Monitoring::
118118
@@ -135,7 +135,7 @@ Bug fixes::
135135
* Apache Spark Operator: Ensure Spark applications are submitted only once.
136136
Reconciling applications after the corresponding Job objects have been recycled doesn't lead to the creation of new Job objects.
137137
This behavior was triggered by different situations, such as when the operator was restarted.
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+
* Trino, Spark, HBase, Airflow: The https://github.com/stackabletech/issues/issues/548[issues] where config and environment variable overrides did not work consistently have now been fixed.
139139
* The cluster domain (default `cluster.local`) which caused problems in non-default cluster setups can now be configured in all operators.
140140
Either set the ENV variable `KUBERNETES_CLUSTER_DOMAIN` or the helm value `kubernetesClusterDomain` during installation as described in xref:guides:kubernetes-cluster-domain.adoc[Configuring the Kubernetes cluster domain].
141141
* Apache Airflow: In release 24.7 Airflow did not propagate git credentials correctly to the gitsync containers.
@@ -197,7 +197,7 @@ The following product versions are no longer supported (although images for rele
197197
=== stackablectl
198198
199199
* Bump Rust dependencies to fix critical vulnerability in quinn-proto, see https://github.com/advisories/GHSA-vr26-jcq5-fjj8[CVE-2024-45311] (https://github.com/stackabletech/stackable-cockpit/pull/318).
200-
* We now provide additional completions for Nushell and Elvish, support using SOCK5 and HTTP proxies, and improved the sorting of release versions.
200+
* We now provide additional completions for Nushell and Elvish, support using SOCK5 and HTTP proxies, and have improved the sorting of release versions.
201201
202202
=== Supported Kubernetes versions
203203
@@ -366,9 +366,9 @@ helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --ver
366366
367367
* The Apache NiFi operator currently cannot share an https://github.com/stackabletech/nifi-operator/issues/716[OIDC AuthenticationClass with other products].
368368
This is due to an inconsistent implementation in the NiFi operator.
369-
* Apache NiFi: For the experimental NiFi version `2.0.0`, the `PrometheusReportingTask`, use to activate a Prometheus metrics endpoint, was removed.
370-
NiFi now has its own API to directly access metrics. In contrast to previous versions, the metrics endpoints now requires authentication which is
371-
not supported by the Stackable operator for Apache NiFi in this release.
369+
* Apache NiFi: For the experimental NiFi version `2.0.0`, the `PrometheusReportingTask` (which was used to activate a Prometheus metrics endpoint) has been removed.
370+
NiFi now has its own API to directly access metrics. In contrast to previous versions, the metrics endpoints now requires authentication.
371+
This is not supported by the Stackable operator for Apache NiFi in this release.
372372
* https://github.com/stackabletech/issues/issues/675[serviceAccount and roleBinding objects can accidentally get deleted]:
373373
During the release, a bug was reported which affects multiple deployments of the same product sharing a namespace.
374374
This is actively being worked on and will appear in a patch release.

0 commit comments

Comments
 (0)