Skip to content

Commit b1b3907

Browse files
authored
Mark 3.4.0 as experimental (#557)
* Mark 3.4.0 as experimental * Changelog
1 parent 6cfb990 commit b1b3907

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- Add support for version `3.4.0` ([#545]).
9+
- Add experimental support for version `3.4.0` ([#545], [#557]). We do NOT support upgrading from 3.3 to 3.4 yet!
1010

1111
### Changed
1212

@@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file.
2929
[#545]: https://github.com/stackabletech/hdfs-operator/pull/545
3030
[#546]: https://github.com/stackabletech/hdfs-operator/pull/546
3131
[#549]: https://github.com/stackabletech/hdfs-operator/pull/549
32+
[#557]: https://github.com/stackabletech/hdfs-operator/pull/557
3233

3334
## [24.3.0] - 2024-03-20
3435

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.0
8+
productVersion: 3.3.6
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.0
8+
productVersion: 3.3.6
99
clusterConfig:
1010
zookeeperConfigMapName: simple-hdfs-znode
1111
dfsReplication: 1

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.0 (LTS)
6-
- 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. It is therefore recommended to use `3.3.4` until the problem is resolved.
7-
- 3.3.4 (deprecated)
5+
- 3.4.0 (experimental) - We do ship 3.4.0 but we do _not_ support upgrading to 3.4 at the moment. If you are currently on 3.3 please do not attempt to upgrade but stay on 3.3.
6+
- 3.3.6 (LTS) - 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. It is therefore recommended to use `3.3.4` until the problem is resolved.
7+
- 3.3.4 (LTS)

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ dimensions:
77
- 3.4.0
88
- name: hadoop-latest
99
values:
10-
- 3.4.0
10+
- 3.3.6
1111
- name: hadoop-external-client-docker-image
1212
values:
13-
- 3.4.0
13+
- 3.3.6
1414
- name: zookeeper
1515
values:
1616
- 3.9.2

0 commit comments

Comments
 (0)