Skip to content

Commit d498e5c

Browse files
authored
Support version 3.4.2 (#357)
* support version 3.4.2 * adapted changelog * add-ny-tlc-3.4.2, spark examples 3.4.2 * fix scala version
1 parent 98299e2 commit d498e5c

File tree

10 files changed

+5
-2
lines changed

10 files changed

+5
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Helm: support labels in values.yaml ([#344]).
10+
- Support version `3.4.2` ([#357]).
1011

1112
### Changed
1213

@@ -27,6 +28,7 @@ All notable changes to this project will be documented in this file.
2728
[#319]: https://github.com/stackabletech/spark-k8s-operator/pull/319
2829
[#344]: https://github.com/stackabletech/spark-k8s-operator/pull/344
2930
[#355]: https://github.com/stackabletech/spark-k8s-operator/pull/355
31+
[#357]: https://github.com/stackabletech/spark-k8s-operator/pull/357
3032

3133
## [23.11.0] - 2023-11-24
3234

docs/modules/spark-k8s/partials/supported-versions.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
// Please sort the versions in descending order (newest first)
55

66
- 3.5.0 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11)
7-
- 3.4.1 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11)
8-
- 3.4.0 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11) (deprecated)
7+
- 3.4.2 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11) (LTS)
8+
- 3.4.1 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11) (deprecated)
Binary file not shown.
Binary file not shown.
Binary file not shown.

tests/test-definition.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dimensions:
66
- name: spark
77
values:
88
- 3.4.1
9+
- 3.4.2
910
- 3.5.0
1011
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1112
# as in the example below.

0 commit comments

Comments
 (0)