Skip to content

Commit b9760fc

Browse files
authored
Mark 4.0.1 experimental, set 4.0.0 LTS (#582)
* mark 4.0.1 experimental, set 4.0.0 LTS * adapt changelog * fully test 4.0.1 as well * add explanaition for experimental 4.0.1 * improve experimental problems message
1 parent 6776260 commit b9760fc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
1616

1717
- Default to OCI for image metadata and product image selection ([#561]).
1818
- Increase default memory reservation to `768Mi` to avoid `OOMKilled` ([#578]).
19-
- Deprecated version `4.0.0` ([#579]).
19+
- Mark version `4.0.1` as experimental and set `4.0.0` as LTS ([#582]).
2020

2121
### Fixed
2222

@@ -34,6 +34,7 @@ All notable changes to this project will be documented in this file.
3434
[#574]: https://github.com/stackabletech/hive-operator/pull/574
3535
[#578]: https://github.com/stackabletech/hive-operator/pull/578
3636
[#579]: https://github.com/stackabletech/hive-operator/pull/579
37+
[#582]: https://github.com/stackabletech/hive-operator/pull/582
3738

3839
## [24.11.1] - 2025-01-10
3940

docs/modules/hive/partials/supported-versions.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
// This is a separate file, since it is used by both the direct Hive-Operator documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 4.0.1 (LTS)
5+
- 4.0.1 (experimental) - Spark Iceberg jobs may fail as described https://github.com/stackabletech/spark-k8s-operator/issues/537[here]
6+
- 4.0.0 (LTS)
67
- 3.1.3 (deprecated)

tests/test-definition.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dimensions:
1717
- name: hive
1818
values:
1919
- 3.1.3
20+
- 4.0.0
2021
- 4.0.1
2122
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
2223
# as in the example below.

0 commit comments

Comments
 (0)