Skip to content

Commit b5a9376

Browse files
authored
chore: update versions for release 25.7.0 (#570)
* chore: update versions for release 25.7.0 * update changelog
1 parent 5289ebe commit b5a9376

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ All notable changes to this project will be documented in this file.
3030

3131
- Use `json` file extension for log files ([#553]).
3232

33+
### Removed
34+
35+
- Support for Spark versions 3.5.2 has been dropped ([#570]).
36+
3337
[#539]: https://github.com/stackabletech/spark-k8s-operator/pull/539
3438
[#547]: https://github.com/stackabletech/spark-k8s-operator/pull/547
3539
[#551]: https://github.com/stackabletech/spark-k8s-operator/pull/551
@@ -39,6 +43,7 @@ All notable changes to this project will be documented in this file.
3943
[#560]: https://github.com/stackabletech/spark-k8s-operator/pull/560
4044
[#562]: https://github.com/stackabletech/spark-k8s-operator/pull/562
4145
[#565]: https://github.com/stackabletech/spark-k8s-operator/pull/565
46+
[#570]: https://github.com/stackabletech/spark-k8s-operator/pull/570
4247

4348
## [25.3.0] - 2025-03-21
4449

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
// Please sort the versions in descending order (newest first)
55

66
- 3.5.5 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 17) (LTS)
7-
- 3.5.2 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 17)

tests/test-definition.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dimensions:
55
- "false"
66
- name: spark
77
values:
8-
- 3.5.2
98
- 3.5.5
109
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1110
# as in the example below.
@@ -24,8 +23,8 @@ dimensions:
2423
# - 3.5.5,oci.stackable.tech/sandbox/spark-k8s:3.5.5-stackable0.0.0-dev
2524
- name: hbase
2625
values:
26+
- 2.6.2
2727
- 2.6.1
28-
- 2.4.18
2928
- name: hdfs-latest
3029
values:
3130
- 3.4.1

0 commit comments

Comments
 (0)