diff --git a/CHANGELOG.md b/CHANGELOG.md index f6eea2f3..15a51f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,11 +27,16 @@ All notable changes to this project will be documented in this file. - Use `json` file extension for log files ([#667]). - Fix a bug where changes to ConfigMaps that are referenced in the HdfsCluster spec didn't trigger a reconciliation ([#671]). +### Removed + +- Remove support for HDFS `3.3.4`, `3.3.6`, and `3.4.0` ([#675]). + [#661]: https://github.com/stackabletech/hdfs-operator/pull/661 [#671]: https://github.com/stackabletech/hdfs-operator/pull/671 [#667]: https://github.com/stackabletech/hdfs-operator/pull/667 [#668]: https://github.com/stackabletech/hdfs-operator/pull/668 [#672]: https://github.com/stackabletech/hdfs-operator/pull/672 +[#675]: https://github.com/stackabletech/hdfs-operator/pull/675 ## [25.3.0] - 2025-03-21 diff --git a/docs/modules/hdfs/partials/supported-versions.adoc b/docs/modules/hdfs/partials/supported-versions.adoc index 66cedbef..b7a8e3d0 100644 --- a/docs/modules/hdfs/partials/supported-versions.adoc +++ b/docs/modules/hdfs/partials/supported-versions.adoc @@ -3,6 +3,3 @@ // Stackable Platform documentation. - 3.4.1 (LTS) -- 3.4.0 (deprecated) -- 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. -- 3.3.4 (deprecated) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 06b22c49..604bdc68 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -2,9 +2,6 @@ dimensions: - name: hadoop values: - - 3.3.4 - - 3.3.6 - - 3.4.0 - 3.4.1 # To use a custom image, add a comma and the full name after the product version # - 3.4.1,oci.stackable.tech/sandbox/hadoop:3.4.1-stackable0.0.0-dev @@ -15,7 +12,7 @@ dimensions: # - 3.4.1,oci.stackable.tech/sandbox/hadoop:3.4.1-stackable0.0.0-dev - name: hadoop-external-client-docker-image values: - - 3.3.6 + - 3.4.1 - name: zookeeper values: - 3.9.3