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
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
@@ -47,6 +50,7 @@ All notable changes to this project will be documented in this file.
0 commit comments