Skip to content

Commit e79e931

Browse files
committed
[SPARK-51965] Update Compatibility section of docs/operations.md
### What changes were proposed in this pull request? This PR aims to update `Compatibility` section of `docs/operations.md`. ### Why are the changes needed? To make it up-to-date with newer Java and K8s versions. - apache/spark#49684 - apache#178 ### Does this PR introduce _any_ user-facing change? No, this is a doc-only change. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#179 from dongjoon-hyun/SPARK-51965. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent bb43a3d commit e79e931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ under the License.
1919

2020
### Compatibility
2121

22-
- Java 17 and 21
22+
- Java 17, 21 and 24
2323
- Kubernetes version compatibility:
24-
+ k8s version >= 1.28 is recommended. Operator attempts to be API compatible as possible, but
24+
+ k8s version >= 1.30 is recommended. Operator attempts to be API compatible as possible, but
2525
patch support will not be performed on k8s versions that reached EOL.
2626
- Spark versions 3.5 or above.
2727

0 commit comments

Comments
 (0)