File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ All notable changes to this project will be documented in this file.
1313### Fixed
1414
1515- SparkConnectServer: The ` imagePullSecret ` is now correctly passed to Spark executor pods ([ #603 ] ).
16+ - Previously we had a bug that could lead to missing certificates ([ #611 ] ).
17+
18+ This could be the case when you specified multiple CAs in your SecretClass.
19+ We now correctly handle multiple certificates in this cases.
20+ See [ this GitHub issue] ( https://github.com/stackabletech/issues/issues/764 ) for details
1621
1722### Removed
1823
@@ -22,6 +27,7 @@ All notable changes to this project will be documented in this file.
2227[ #603 ] : https://github.com/stackabletech/spark-k8s-operator/pull/603
2328[ #608 ] : https://github.com/stackabletech/spark-k8s-operator/pull/608
2429[ #610 ] : https://github.com/stackabletech/spark-k8s-operator/pull/610
30+ [ #611 ] : https://github.com/stackabletech/spark-k8s-operator/pull/611
2531
2632## [ 25.7.0] - 2025-07-23
2733
You can’t perform that action at this time.
0 commit comments