Skip to content

Commit 794dfad

Browse files
authored
chore: Remove support for HDFS 3.3.4, 3.3.6, 3.4.0 (#675)
* docs: Remove support for HDFS 3.3.4, 3.3.6, 3.4.0 * test: Remove HDFS 3.3.4, 3.3.6, 3.4.0 * chore: Update changelog
1 parent 074d269 commit 794dfad

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,16 @@ All notable changes to this project will be documented in this file.
2727
- Use `json` file extension for log files ([#667]).
2828
- Fix a bug where changes to ConfigMaps that are referenced in the HdfsCluster spec didn't trigger a reconciliation ([#671]).
2929

30+
### Removed
31+
32+
- Remove support for HDFS `3.3.4`, `3.3.6`, and `3.4.0` ([#675]).
33+
3034
[#661]: https://github.com/stackabletech/hdfs-operator/pull/661
3135
[#671]: https://github.com/stackabletech/hdfs-operator/pull/671
3236
[#667]: https://github.com/stackabletech/hdfs-operator/pull/667
3337
[#668]: https://github.com/stackabletech/hdfs-operator/pull/668
3438
[#672]: https://github.com/stackabletech/hdfs-operator/pull/672
39+
[#675]: https://github.com/stackabletech/hdfs-operator/pull/675
3540

3641
## [25.3.0] - 2025-03-21
3742

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

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@
33
// Stackable Platform documentation.
44

55
- 3.4.1 (LTS)
6-
- 3.4.0 (deprecated)
7-
- 3.3.6 (deprecated) - Please note that there is a https://github.com/stackabletech/hdfs-operator/issues/440[known issue] related to NameNode bootstrapping which can happen in rare cases.
8-
- 3.3.4 (deprecated)

tests/test-definition.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
dimensions:
33
- name: hadoop
44
values:
5-
- 3.3.4
6-
- 3.3.6
7-
- 3.4.0
85
- 3.4.1
96
# To use a custom image, add a comma and the full name after the product version
107
# - 3.4.1,oci.stackable.tech/sandbox/hadoop:3.4.1-stackable0.0.0-dev
@@ -15,7 +12,7 @@ dimensions:
1512
# - 3.4.1,oci.stackable.tech/sandbox/hadoop:3.4.1-stackable0.0.0-dev
1613
- name: hadoop-external-client-docker-image
1714
values:
18-
- 3.3.6
15+
- 3.4.1
1916
- name: zookeeper
2017
values:
2118
- 3.9.3

0 commit comments

Comments
 (0)