Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions docs/modules/hdfs/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 1 addition & 4 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down