Release v1beta1-0.8.0
·
549 commits
to master
since this release
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.