Skip to content

Commit e813f3f

Browse files
committed
add supported os / kubernetes versions
1 parent 156c6e3 commit e813f3f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ In this release we introduced several authentication mechanisms in different pro
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:
56+
57+
* 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 https://github.com/stackabletech/hdfs-utils/releases/tag/v0.4.0[release notes] of the hdfs-utils for details
58+
59+
Monitoring:
60+
61+
* 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 as Prometheus metrics 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 released yet. This SDP release 24.11 contains a fixed version bringing performance back to normal levels.
62+
5563
=== Product versions
5664
5765
As with previous SDP releases, many product images have been updated to their latest versions.
@@ -98,8 +106,29 @@ The following product versions are no longer supported (although images for rele
98106
99107
=== Supported Kubernetes versions
100108
109+
This release supports the following Kubernetes versions:
110+
111+
* `1.31`
112+
* `1.30`
113+
* `1.29`
114+
115+
These Kubernetes versions are no longer supported:
116+
117+
* `1.26`
118+
* `1.25` as we removed internal forks required to support Kubernetes `1.25` and below. This includes OpenShift `4.12`, which is using Kubernetes `1.25`.
119+
101120
=== Supported OpenShift versions
102121
122+
This release is available in the RedHat Certified Operator Catalog for the following OpenShift versions:
123+
124+
* `4.15`
125+
* `4.14`
126+
127+
These OpenShift versions are no longer supported:
128+
129+
* `4.13`
130+
* `4.12`
131+
103132
=== Breaking changes
104133
105134
=== Upgrade from 24.7

0 commit comments

Comments
 (0)