Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ All notable changes to this project will be documented in this file.
This struct is consistent between different CRDs, so that you can easily copy/paste it between stacklets.
Read on the [Hive database documentation](https://docs.stackable.tech/home/nightly/hive/usage-guide/database-driver) for details ([#674]).
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#707]).
- Deprecated support for `4.0.1` ([#711]).

### Removed

- Removed support for `4.1.0` ([#711]).

[#674]: https://github.com/stackabletech/hive-operator/pull/674
[#693]: https://github.com/stackabletech/hive-operator/pull/693
[#695]: https://github.com/stackabletech/hive-operator/pull/695
[#702]: https://github.com/stackabletech/hive-operator/pull/702
[#707]: https://github.com/stackabletech/hive-operator/pull/707
[#711]: https://github.com/stackabletech/hive-operator/pull/711

## [26.3.0] - 2026-03-16

Expand Down
7 changes: 3 additions & 4 deletions docs/modules/hive/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
// This is a separate file, since it is used by both the direct Hive-Operator documentation, and the overarching
// Stackable Platform documentation.

- 4.2.0
- 4.1.0 (deprecated)
- 4.0.1 (LTS)
- 4.2.0 (LTS)
- 4.0.1 (deprecated)
- 4.0.0 (deprecated)
- 3.1.3 (deprecated)

Expand All @@ -14,7 +13,7 @@ Hive 4 has known compatibility issues, especially when using it with Iceberg or
The missing compatibility with Iceberg also means that Spark jobs using this storage may fail.

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.
Test the new version before upgrading your production workloads and take backups of your database.
Test the new version before upgrading your production workloads and take backups of your database before starting an upgrade.

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

Expand Down
1 change: 0 additions & 1 deletion tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dimensions:
- 3.1.3
- 4.0.0
- 4.0.1
- 4.1.0
- 4.2.0
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
# as in the example below.
Expand Down