Skip to content

Commit bb97a7b

Browse files
authored
Support druid 28.0.1 (#518)
* support druid 28.0.1 * adapted changelog * adjust opa version in tests * enable all tests
1 parent af48d63 commit bb97a7b

File tree

14 files changed

+20
-17
lines changed

14 files changed

+20
-17
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ All notable changes to this project will be documented in this file.
88

99
- Various documentation of the CRD ([#494]).
1010
- Helm: support labels in values.yaml ([#509]).
11+
- Support druid `28.0.1` ([#518]).
1112

1213
### Updated
1314

1415
- `operator-rs` `0.56.1` -> `0.57.0` ([#494]).
1516

1617
[#494]: https://github.com/stackabletech/druid-operator/pull/494
1718
[#509]: https://github.com/stackabletech/druid-operator/pull/509
19+
[#518]: https://github.com/stackabletech/druid-operator/pull/518
1820

1921
## [23.11.0] - 2023-11-24
2022

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

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

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

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

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
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-
- 27.0.0
6-
- 26.0.0
5+
- 28.0.1
6+
- 27.0.0 (deprecated)
7+
- 26.0.0 (LTS)

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

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

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

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

examples/tls/tls-druid-cluster.yaml

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

rust/crd/src/affinity.rs

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

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

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

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
uid: test-uid
88
spec:
99
image:
10-
productVersion: 27.0.0
10+
productVersion: 28.0.1
1111
clusterConfig:
1212
deepStorage:
1313
hdfs:

rust/operator-binary/test/resources/druid_controller/segment_cache.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
uid: test-resource-merge
88
spec:
99
image:
10-
productVersion: 27.0.0
10+
productVersion: 28.0.1
1111
clusterConfig:
1212
deepStorage:
1313
s3:

tests/templates/kuttl/oidc/30-druid.yaml.j2

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ metadata:
2525
name: druid
2626
spec:
2727
image:
28-
productVersion: 26.0.0
29-
stackableVersion: 23.7.0
28+
productVersion: 28.0.1
3029
pullPolicy: IfNotPresent
3130
clusterConfig:
3231
listenerClass: external-unstable

tests/test-definition.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ dimensions:
1515
values:
1616
- 26.0.0
1717
- 27.0.0
18+
- 28.0.1
1819
- name: druid-latest
1920
values:
20-
- 27.0.0
21+
- 28.0.1
2122
- name: zookeeper
2223
values:
2324
- 3.8.3
2425
- name: zookeeper-latest
2526
values:
26-
- 3.8.3
27+
- 3.9.1
2728
- name: opa
2829
values:
29-
- 0.57.0
30+
- 0.61.0
3031
- name: hadoop
3132
values:
3233
- 3.3.6

0 commit comments

Comments
 (0)