Skip to content

Commit bf33948

Browse files
sbernauerTechassi
andauthored
chore: Add support for 3.5.0 and 3.4.3 (#793)
* chore: Add support for 3.5.0 and 3.4.3 * changelog * Apply suggestion from @Techassi Co-authored-by: Techassi <git@techassi.dev> --------- Co-authored-by: Techassi <git@techassi.dev>
1 parent 5470eef commit bf33948

8 files changed

Lines changed: 25 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#778]).
10+
- Add support for Hadoop `3.5.0` and `3.4.3` ([#793]).
1011

1112
### Changed
1213

@@ -24,6 +25,7 @@ All notable changes to this project will be documented in this file.
2425
[#778]: https://github.com/stackabletech/hdfs-operator/pull/778
2526
[#783]: https://github.com/stackabletech/hdfs-operator/pull/783
2627
[#787]: https://github.com/stackabletech/hdfs-operator/pull/787
28+
[#793]: https://github.com/stackabletech/hdfs-operator/pull/793
2729

2830
## [26.3.0] - 2026-03-16
2931

docs/modules/hdfs/examples/getting_started/hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-hdfs
66
spec:
77
image:
8-
productVersion: 3.4.2
8+
productVersion: 3.5.0
99
clusterConfig:
1010
zookeeperConfigMapName: simple-hdfs-znode
1111
dfsReplication: 1

docs/modules/hdfs/examples/getting_started/hdfs.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-hdfs
66
spec:
77
image:
8-
productVersion: 3.4.2
8+
productVersion: 3.5.0
99
clusterConfig:
1010
zookeeperConfigMapName: simple-hdfs-znode
1111
dfsReplication: 1

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
// This is a separate file, since it is used by both the direct HDFS-Operator documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 3.4.2 (LTS)
5+
- 3.5.0 (LTS)
6+
- 3.4.3
7+
- 3.4.2 (deprecated)

rust/operator-binary/src/config/jvm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ mod tests {
121121
name: hdfs
122122
spec:
123123
image:
124-
productVersion: 3.4.2
124+
productVersion: 3.5.0
125125
clusterConfig:
126126
zookeeperConfigMapName: hdfs-zk
127127
nameNodes:
@@ -149,7 +149,7 @@ mod tests {
149149
name: hdfs
150150
spec:
151151
image:
152-
productVersion: 3.4.2
152+
productVersion: 3.5.0
153153
clusterConfig:
154154
zookeeperConfigMapName: hdfs-zk
155155
nameNodes:

rust/operator-binary/src/crd/affinity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ metadata:
5555
name: simple-hdfs
5656
spec:
5757
image:
58-
productVersion: 3.4.2
58+
productVersion: 3.5.0
5959
clusterConfig:
6060
zookeeperConfigMapName: hdfs-zk
6161
journalNodes:

rust/operator-binary/src/crd/mod.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ metadata:
17211721
name: hdfs
17221722
spec:
17231723
image:
1724-
productVersion: 3.4.2
1724+
productVersion: 3.5.0
17251725
clusterConfig:
17261726
zookeeperConfigMapName: hdfs-zk
17271727
dataNodes:
@@ -1756,7 +1756,7 @@ metadata:
17561756
name: hdfs
17571757
spec:
17581758
image:
1759-
productVersion: 3.4.2
1759+
productVersion: 3.5.0
17601760
clusterConfig:
17611761
zookeeperConfigMapName: hdfs-zk
17621762
dataNodes:
@@ -1791,7 +1791,7 @@ metadata:
17911791
name: hdfs
17921792
spec:
17931793
image:
1794-
productVersion: 3.4.2
1794+
productVersion: 3.5.0
17951795
clusterConfig:
17961796
zookeeperConfigMapName: hdfs-zk
17971797
dataNodes:
@@ -1821,7 +1821,7 @@ metadata:
18211821
name: hdfs
18221822
spec:
18231823
image:
1824-
productVersion: 3.4.2
1824+
productVersion: 3.5.0
18251825
clusterConfig:
18261826
zookeeperConfigMapName: hdfs-zk
18271827
rackAwareness:
@@ -1886,7 +1886,7 @@ metadata:
18861886
name: hdfs
18871887
spec:
18881888
image:
1889-
productVersion: 3.4.2
1889+
productVersion: 3.5.0
18901890
clusterConfig:
18911891
zookeeperConfigMapName: hdfs-zk
18921892
dataNodes:
@@ -1942,7 +1942,7 @@ metadata:
19421942
name: hdfs
19431943
spec:
19441944
image:
1945-
productVersion: 3.4.2
1945+
productVersion: 3.5.0
19461946
clusterConfig:
19471947
zookeeperConfigMapName: hdfs-zk
19481948
dataNodes:
@@ -1998,7 +1998,7 @@ metadata:
19981998
name: hdfs
19991999
spec:
20002000
image:
2001-
productVersion: 3.4.2
2001+
productVersion: 3.5.0
20022002
clusterConfig:
20032003
zookeeperConfigMapName: hdfs-zk
20042004
dataNodes:
@@ -2025,7 +2025,7 @@ metadata:
20252025
name: hdfs
20262026
spec:
20272027
image:
2028-
productVersion: 3.4.2
2028+
productVersion: 3.5.0
20292029
clusterConfig:
20302030
zookeeperConfigMapName: hdfs-zk
20312031
rackAwareness:
@@ -2061,7 +2061,7 @@ spec:
20612061
fn roundtrip_test_data() -> Vec<Self> {
20622062
stackable_operator::utils::yaml_from_str_singleton_map(indoc::indoc! {r#"
20632063
- image:
2064-
productVersion: 3.4.2
2064+
productVersion: 3.5.0
20652065
pullPolicy: IfNotPresent
20662066
clusterOperation:
20672067
reconciliationPaused: false

tests/test-definition.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ dimensions:
33
- name: hadoop
44
values:
55
- 3.4.2
6+
- 3.4.3
7+
- 3.5.0
68
# To use a custom image, add a comma and the full name after the product version
7-
# - 3.4.2,oci.stackable.tech/sandbox/hadoop:3.4.2-stackable0.0.0-dev
9+
# - 3.5.0,oci.stackable.tech/sandbox/hadoop:3.5.0-stackable0.0.0-dev
810
- name: hadoop-latest
911
values:
10-
- 3.4.2
12+
- 3.5.0
1113
# To use a custom image, add a comma and the full name after the product version
12-
# - 3.4.2,oci.stackable.tech/sandbox/hadoop:3.4.2-stackable0.0.0-dev
14+
# - 3.5.0,oci.stackable.tech/sandbox/hadoop:3.5.0-stackable0.0.0-dev
1315
- name: hadoop-external-client-docker-image
1416
values:
15-
- 3.4.2
17+
- 3.5.0
1618
- name: zookeeper
1719
values:
1820
- 3.9.5

0 commit comments

Comments
 (0)