Skip to content

Commit 62e1943

Browse files
committed
Add notes about the service account and OIDC bugs that will appear in the patch release
1 parent e8763db commit 62e1943

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here are the headings you can use for the next release. Saves time checking inde
3838

3939
==== Using Helm
4040

41-
==== Known upgrade issues
41+
=== Known issues
4242

4343
////
4444
@@ -361,15 +361,19 @@ helm install --wait trino-operator stackable-stable/trino-operator --version 24.
361361
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.0
362362
----
363363
364-
==== Known upgrade issues
364+
=== Known issues
365365
366-
> todo: mention JMX Exporter? Malte: Its mentioned in the Monitoring section and not really an upgrade issue?
367-
> todo: Malte: This is not really an upgrade issue?
368366
* The Apache NiFi operator currently cannot share an https://github.com/stackabletech/nifi-operator/issues/716[OIDC AuthenticationClass with other products].
369367
This is due to an inconsistent implementation in the NiFi operator.
370368
* Apache NiFi: For the experimental NiFi version `2.0.0`, the `PrometheusReportingTask`, use to activate a Prometheus metrics endpoint, was removed.
371369
NiFi now has its own API to directly access metrics. In contrast to previous versions, the metrics endpoints now requires authentication which is
372370
not supported by the Stackable operator for Apache NiFi in this release.
371+
* https://github.com/stackabletech/issues/issues/675[serviceAccount and roleBinding objects can accidentally get deleted]:
372+
During the release, a bug was reported which affects multiple deployments of the same product sharing a namespace.
373+
This is actively being worked on and will appear in a patch release.
374+
* https://github.com/stackabletech/operator-rs/pull/910[fix!: Correctly construct OIDC endpoints]:
375+
During the release, it was discovered that some OIDC endpoint URLs were constructed in a way that was not compatible with some tooling.
376+
This has been fixed and will appear in a patch release.
373377
374378
== Release 24.7
375379

0 commit comments

Comments
 (0)