Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ All notable changes to this project will be documented in this file.

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

### Updated

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

[#494]: https://github.com/stackabletech/druid-operator/pull/494
[#509]: https://github.com/stackabletech/druid-operator/pull/509
[#518]: https://github.com/stackabletech/druid-operator/pull/518

## [23.11.0] - 2023-11-24

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/druid/examples/getting_started/druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-druid
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
deepStorage:
hdfs:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/druid/examples/getting_started/druid.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-druid
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
deepStorage:
hdfs:
Expand Down
5 changes: 3 additions & 2 deletions docs/modules/druid/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
// This is a separate file, since it is used by both the direct Druid documentation, and the overarching
// Stackable Platform documentation.

- 27.0.0
- 26.0.0
- 28.0.1
- 27.0.0 (deprecated)
- 26.0.0 (LTS)
2 changes: 1 addition & 1 deletion examples/psql-s3/psql-s3-druid-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ metadata:
name: psql-s3-druid
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
deepStorage:
s3:
Expand Down
2 changes: 1 addition & 1 deletion examples/psql/psql-hdfs-druid-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ metadata:
name: psql-druid
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
deepStorage:
hdfs:
Expand Down
2 changes: 1 addition & 1 deletion examples/tls/tls-druid-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ metadata:
name: derby-druid
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
authentication:
- authenticationClass: druid-mtls-authentication-class
Expand Down
2 changes: 1 addition & 1 deletion rust/crd/src/affinity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ mod tests {
name: simple-druid
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
deepStorage:
hdfs:
Expand Down
2 changes: 1 addition & 1 deletion rust/crd/test/resources/resource_merge/druid_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
uid: test-resource-merge
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
deepStorage:
hdfs:
Expand Down
2 changes: 1 addition & 1 deletion rust/crd/test/resources/resource_merge/segment_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
uid: test-resource-merge
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
deepStorage:
hdfs:
Expand Down
2 changes: 1 addition & 1 deletion rust/crd/test/resources/role_service/druid_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
uid: test-uid
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
deepStorage:
hdfs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
uid: test-resource-merge
spec:
image:
productVersion: 27.0.0
productVersion: 28.0.1
clusterConfig:
deepStorage:
s3:
Expand Down
3 changes: 1 addition & 2 deletions tests/templates/kuttl/oidc/30-druid.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ metadata:
name: druid
spec:
image:
productVersion: 26.0.0
stackableVersion: 23.7.0
productVersion: 28.0.1
pullPolicy: IfNotPresent
clusterConfig:
listenerClass: external-unstable
Expand Down
7 changes: 4 additions & 3 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ dimensions:
values:
- 26.0.0
- 27.0.0
- 28.0.1
- name: druid-latest
values:
- 27.0.0
- 28.0.1
- name: zookeeper
values:
- 3.8.3
- name: zookeeper-latest
values:
- 3.8.3
- 3.9.1
- name: opa
values:
- 0.57.0
- 0.61.0
- name: hadoop
values:
- 3.3.6
Expand Down