Skip to content

Commit 1f05490

Browse files
committed
mark 4.0.1 experimental, set 4.0.0 LTS
1 parent 6776260 commit 1f05490

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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 ([#xxx]).
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+
[#xxx]: https://github.com/stackabletech/hive-operator/pull/xxx
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)
6+
- 4.0.0 (LTS)
67
- 3.1.3 (deprecated)

tests/test-definition.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dimensions:
1717
- name: hive
1818
values:
1919
- 3.1.3
20-
- 4.0.1
20+
- 4.0.0
2121
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
2222
# as in the example below.
2323
# - 4.0.1,oci.stackable.tech/sandbox/hive:4.0.1-stackable0.0.0-dev

0 commit comments

Comments
 (0)