Skip to content

Commit ad97b48

Browse files
committed
chore!: Remove support for 4.1.0, deprecate 4.0.1
1 parent 1758ded commit ad97b48

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,18 @@ All notable changes to this project will be documented in this file.
1818
This struct is consistent between different CRDs, so that you can easily copy/paste it between stacklets.
1919
Read on the [Hive database documentation](https://docs.stackable.tech/home/nightly/hive/usage-guide/database-driver) for details ([#674]).
2020
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#707]).
21+
- Deprecated support for `4.0.1` ([#XXX]).
22+
23+
### Removed
24+
25+
- Removed support for `4.1.0` ([#XXX]).
2126

2227
[#674]: https://github.com/stackabletech/hive-operator/pull/674
2328
[#693]: https://github.com/stackabletech/hive-operator/pull/693
2429
[#695]: https://github.com/stackabletech/hive-operator/pull/695
2530
[#702]: https://github.com/stackabletech/hive-operator/pull/702
2631
[#707]: https://github.com/stackabletech/hive-operator/pull/707
32+
[#XXX]: https://github.com/stackabletech/hive-operator/pull/XXX
2733

2834
## [26.3.0] - 2026-03-16
2935

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
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.2.0
6-
- 4.1.0 (deprecated)
7-
- 4.0.1 (LTS)
5+
- 4.2.0 (LTS)
6+
- 4.0.1 (deprecated)
87
- 4.0.0 (deprecated)
98
- 3.1.3 (deprecated)
109
@@ -14,7 +13,7 @@ Hive 4 has known compatibility issues, especially when using it with Iceberg or
1413
The missing compatibility with Iceberg also means that Spark jobs using this storage may fail.
1514

1615
Be aware of upgrading Hive (e.g. 4.0.0 to 4.0.1 or 4.0.1 to Hive 4.1.0), as this upgrade is not easily reversible.
17-
Test the new version before upgrading your production workloads and take backups of your database.
16+
Test the new version before upgrading your production workloads and take backups of your database before starting an upgrade.
1817

1918
**Workaround:** If you encounter issues with Hive 4.x, use Hive 3.1.3 instead until these upstream issues are resolved.
2019

tests/test-definition.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dimensions:
1919
- 3.1.3
2020
- 4.0.0
2121
- 4.0.1
22-
- 4.1.0
2322
- 4.2.0
2423
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
2524
# as in the example below.

0 commit comments

Comments
 (0)