Skip to content

Commit dc912a7

Browse files
chore: promote Druid 30.0.0 to LTS, deprecate 26.0.0, remove 28.0.1 (#631)
* chore: promote Druid 30.0.0 to LTS, deprecate 26.0.0, remove 28.0.1 * chore: Update changelog * Update CHANGELOG.md Co-authored-by: Sebastian Bernauer <[email protected]> --------- Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent e35360c commit dc912a7

File tree

14 files changed

+18
-16
lines changed

14 files changed

+18
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ All notable changes to this project will be documented in this file.
1111
- `affinity`
1212
- `extraVolumes`
1313
- Replace `lazy_static` with `std::cell::LazyCell` ([#604]).
14+
- Promote Druid `30.0.0` to LTS, deprecate `26.0.0` ([#631]).
1415

1516
### Removed
1617

1718
- test: Remove ZooKeeper 3.8.4 ([#621]).
19+
- Remove Druid `28.0.1` ([#631]).
1820

1921
[#584]: https://github.com/stackabletech/druid-operator/pull/584
2022
[#604]: https://github.com/stackabletech/druid-operator/pull/604
2123
[#621]: https://github.com/stackabletech/druid-operator/pull/621
24+
[#631]: https://github.com/stackabletech/druid-operator/pull/631
2225

2326
## [24.7.0] - 2024-07-24
2427

docs/modules/druid/examples/getting_started/druid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-druid
66
spec:
77
image:
8-
productVersion: 28.0.1
8+
productVersion: 30.0.0
99
clusterConfig:
1010
deepStorage:
1111
hdfs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-druid
66
spec:
77
image:
8-
productVersion: 28.0.1
8+
productVersion: 30.0.0
99
clusterConfig:
1010
deepStorage:
1111
hdfs:

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

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

5-
- 30.0.0 (experimental)
6-
- 28.0.1 (deprecated)
7-
- 26.0.0 (LTS)
5+
- 30.0.0 (LTS)
6+
- 26.0.0 (deprecated)

examples/psql-s3/psql-s3-druid-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ metadata:
4545
name: psql-s3-druid
4646
spec:
4747
image:
48-
productVersion: 28.0.1
48+
productVersion: 30.0.0
4949
clusterConfig:
5050
deepStorage:
5151
s3:

examples/psql/psql-hdfs-druid-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ metadata:
5656
name: psql-druid
5757
spec:
5858
image:
59-
productVersion: 28.0.1
59+
productVersion: 30.0.0
6060
clusterConfig:
6161
deepStorage:
6262
hdfs:

examples/tls/tls-druid-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ metadata:
7878
name: derby-druid
7979
spec:
8080
image:
81-
productVersion: 28.0.1
81+
productVersion: 30.0.0
8282
clusterConfig:
8383
authentication:
8484
- authenticationClass: druid-mtls-authentication-class

rust/crd/src/affinity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ mod tests {
106106
name: simple-druid
107107
spec:
108108
image:
109-
productVersion: 28.0.1
109+
productVersion: 30.0.0
110110
clusterConfig:
111111
deepStorage:
112112
hdfs:

rust/crd/test/resources/resource_merge/druid_cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
uid: test-resource-merge
88
spec:
99
image:
10-
productVersion: 28.0.1
10+
productVersion: 30.0.0
1111
clusterConfig:
1212
deepStorage:
1313
hdfs:

rust/crd/test/resources/resource_merge/segment_cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
uid: test-resource-merge
88
spec:
99
image:
10-
productVersion: 28.0.1
10+
productVersion: 30.0.0
1111
clusterConfig:
1212
deepStorage:
1313
hdfs:

0 commit comments

Comments
 (0)