This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push: new e79e931 [SPARK-51965] Update `Compatibility` section of `docs/operations.md` e79e931 is described below commit e79e93133042fda830f08a2cc3b0d36c66cddaba Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Wed Apr 30 11:37:32 2025 -0700 [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. - https://github.com/apache/spark/pull/49684 - https://github.com/apache/spark-kubernetes-operator/pull/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 #179 from dongjoon-hyun/SPARK-51965. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- docs/operations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operations.md b/docs/operations.md index 84fac03..4cef2b4 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -19,9 +19,9 @@ under the License. ### Compatibility -- Java 17 and 21 +- Java 17, 21 and 24 - Kubernetes version compatibility: - + k8s version >= 1.28 is recommended. Operator attempts to be API compatible as possible, but + + k8s version >= 1.30 is recommended. Operator attempts to be API compatible as possible, but patch support will not be performed on k8s versions that reached EOL. - Spark versions 3.5 or above. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org