Skip to content

Commit a125c00

Browse files
authored
chore!: Remove support for 4.1.0, deprecate 4.0.1 (#711)
* chore!: Remove support for 4.1.0, deprecate 4.0.1 * changelog * Update CHANGELOG.md
1 parent 2091f39 commit a125c00

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
@@ -19,12 +19,18 @@ All notable changes to this project will be documented in this file.
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]).
2121
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#713]).
22+
- Deprecated support for `4.0.1` ([#711]).
23+
24+
### Removed
25+
26+
- Removed support for `4.1.0` ([#711]).
2227

2328
[#674]: https://github.com/stackabletech/hive-operator/pull/674
2429
[#693]: https://github.com/stackabletech/hive-operator/pull/693
2530
[#695]: https://github.com/stackabletech/hive-operator/pull/695
2631
[#702]: https://github.com/stackabletech/hive-operator/pull/702
2732
[#707]: https://github.com/stackabletech/hive-operator/pull/707
33+
[#711]: https://github.com/stackabletech/hive-operator/pull/711
2834
[#713]: https://github.com/stackabletech/hive-operator/pull/713
2935

3036
## [26.3.0] - 2026-03-16

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)