You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: watch StatefulSets instead of Deployments
* use label app.kubernetes.io/name=spark-connect instead of app.kubernetes.io/name=spark-k8s
* use label app.kubernetes.io/name=spark-history instead of app.kubernetes.io/name=spark-k8s
* update changelog
* add cluster roles for connect and history apps and update more labels
* Apply suggestions from code review
Co-authored-by: Sebastian Bernauer <[email protected]>
* update changelog
* Update CHANGELOG.md
Co-authored-by: Sebastian Bernauer <[email protected]>
---------
Co-authored-by: Sebastian Bernauer <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,13 @@ All notable changes to this project will be documented in this file.
26
26
- Document that Spark Connect doesn't integrate with the history server ([#559])
27
27
- test: Bump to Vector `0.46.1` ([#565]).
28
28
- Use versioned common structs ([#572]).
29
+
- BREAKING: Change the label `app.kubernetes.io/name` for Spark history and connect objects to use `spark-history` and `spark-connect` instead of `spark-k8s` ([#573]).
30
+
- BREAKING: The history Pods now have their own ClusterRole named `spark-history-clusterrole` ([#573]).
29
31
30
32
### Fixed
31
33
32
34
- Use `json` file extension for log files ([#553]).
35
+
- The Spark connect controller now watches StatefulSets instead of Deployments (again) ([#573]).
33
36
34
37
### Removed
35
38
@@ -46,6 +49,7 @@ All notable changes to this project will be documented in this file.
0 commit comments