dongjoon-hyun opened a new pull request, #676: URL: https://github.com/apache/spark-kubernetes-operator/pull/676
### What changes were proposed in this pull request? This PR removes the `v1alpha1` schema from `SparkApplication` and `SparkCluster` CRDs. ### Why are the changes needed? To slim down the CRDs ahead of the `1.0.0` release. Per Kubernetes API conventions, `Alpha` versions are for short-lived testing clusters with no long-term support. - `v1` has been the storage version since SPARK-52606 (`0.5.0`) - `v1beta1` is kept for migration. ### Does this PR introduce _any_ user-facing change? Yes. `apiVersion: spark.apache.org/v1alpha1` is no longer accepted. Users should switch to `v1` (or temporarily `v1beta1`) — all three schemas were identical. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-7) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
