Skip to content

Release v1beta1-0.8.0

Compare
Choose a tag to compare
@liyinan926 liyinan926 released this 14 Mar 19:05
· 516 commits to master since this release
c3f5f20

This release includes the following changes:

  • The mutation webhook now gets SparkApplication objects and use their specs to figure out what to mutate to Spark driver and executor Pods. This replaced the original approach of using special annotations to carry needed mutations. This makes it much easier to support future mutations.
  • Added support for specifying PodSecurityContext for the driver and/or executor Pods.
  • Pinned the Kubernetes dependencies to a specific version instead of a release branch.
  • Other bug fixes.