@@ -23,7 +23,7 @@ All notable changes to this project will be documented in this file.
2323 by ` FILE_LOG_DIRECTORY ` (or via ` --file-log-directory <DIRECTORY> ` ).
2424 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
2525- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
26- of having the operator write it to the vector config ([ #551 ] ).
26+ of having the operator write it to the vector config ([ #551 ] ).
2727- Document that Spark Connect doesn't integrate with the history server ([ #559 ] )
2828- test: Bump to Vector ` 0.46.1 ` ([ #565 ] ).
2929- Use versioned common structs ([ #572 ] ).
@@ -33,7 +33,7 @@ All notable changes to this project will be documented in this file.
3333 - The ` runAsUser ` and ` runAsGroup ` fields will not be set anymore by the operator
3434 - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3535 - This is marked as breaking because tools and policies might exist, which require these fields to be set
36- - BREAKING: the JMX exporter has been an replaced with the built-in Prometheus servlet. The history server pods do not expose metrics anymore ([ #584 ] )
36+ - Enable the built-in Prometheus servlet. The jmx exporter was removed in ( [ # 584 ] ) but added back in ([ #585 ] ).
3737
3838### Fixed
3939
@@ -61,6 +61,7 @@ All notable changes to this project will be documented in this file.
6161[ #580 ] : https://github.com/stackabletech/spark-k8s-operator/pull/580
6262[ #575 ] : https://github.com/stackabletech/spark-k8s-operator/pull/575
6363[ #584 ] : https://github.com/stackabletech/spark-k8s-operator/pull/584
64+ [ #585 ] : https://github.com/stackabletech/spark-k8s-operator/pull/585
6465
6566## [ 25.3.0] - 2025-03-21
6667
@@ -111,7 +112,7 @@ All notable changes to this project will be documented in this file.
111112- BREAKING: The fields ` connection ` and ` host ` on ` S3Connection ` as well as ` bucketName ` on ` S3Bucket ` are now mandatory ([ #472 ] ).
112113- Fix ` envOverrides ` for SparkApplication and SparkHistoryServer ([ #451 ] ).
113114- Ensure SparkApplications can only create a single submit Job. Fix for #457 ([ #460 ] ).
114- - Invalid ` SparkApplication ` /` SparkHistoryServer ` objects don't cause the operator to stop functioning (#[ 482] ).
115+ - Invalid ` SparkApplication ` /` SparkHistoryServer ` objects don't cause the operator to stop functioning (#[ 482] ).
115116
116117### Removed
117118
@@ -186,7 +187,7 @@ All notable changes to this project will be documented in this file.
186187- Support PodDisruptionBudgets for HistoryServer ([ #288 ] ).
187188- Support for versions 3.4.1, 3.5.0 ([ #291 ] ).
188189- History server now exports metrics via jmx exporter (port 18081) ([ #291 ] ).
189- - Document graceful shutdown ([ #306 ] ).
190+ - Document graceful shutdown ([ #306 ] ).
190191
191192### Changed
192193
0 commit comments