Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version 27.0.0 #480

Merged
merged 8 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
maltesander marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,24 @@ All notable changes to this project will be documented in this file.
- Default stackableVersion to operator version ([#458]).
- Configuration overrides for the JVM security properties, such as DNS caching ([#464]).
- Support PodDisruptionBudgets ([#477]).
- Add support for version 27.0.0 ([#480]).

### Changed

- `vector` `0.26.0` -> `0.31.0` ([#459]).
- `operator-rs` `0.44.0` -> `0.52.1` ([#458], [#474], [#477]).
- `vector` `0.26.0` -> `0.33.0` ([#459], [#480]).
- `operator-rs` `0.44.0` -> `0.55.0` ([#458], [#474], [#477], [#480]).
- Let secret-operator handle certificate conversion ([#474]).

### Removed

- Remove support for version 0.23.0, 24.0.0 ([#480]).

[#458]: https://github.com/stackabletech/druid-operator/pull/458
[#459]: https://github.com/stackabletech/druid-operator/pull/459
[#464]: https://github.com/stackabletech/druid-operator/pull/464
[#474]: https://github.com/stackabletech/druid-operator/pull/474
[#477]: https://github.com/stackabletech/druid-operator/pull/477
[#480]: https://github.com/stackabletech/druid-operator/pull/480

## [23.7.0] - 2023-07-14

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
snafu = "0.7"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.52.1" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.55.0" }
strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.29", features = ["full"] }
tracing = "0.1"
Expand Down
168 changes: 128 additions & 40 deletions deploy/helm/druid-operator/crds/crds.yaml

Large diffs are not rendered by default.

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: 26.0.0
productVersion: 27.0.0
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: 26.0.0
productVersion: 27.0.0
clusterConfig:
deepStorage:
hdfs:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/druid/examples/getting_started/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-hdfs
spec:
image:
productVersion: 3.3.4
productVersion: 3.3.6
clusterConfig:
dfsReplication: 1
zookeeperConfigMapName: simple-hdfs-znode
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/druid/examples/getting_started/hdfs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-hdfs
spec:
image:
productVersion: 3.3.4
productVersion: 3.3.6
clusterConfig:
dfsReplication: 1
zookeeperConfigMapName: simple-hdfs-znode
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/druid/examples/getting_started/zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-zk
spec:
image:
productVersion: 3.8.0
productVersion: 3.8.3
servers:
roleGroups:
default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-zk
spec:
image:
productVersion: 3.8.0
productVersion: 3.8.3
servers:
roleGroups:
default:
Expand Down
3 changes: 1 addition & 2 deletions docs/modules/druid/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
// This is a separate file, since it is used by both the direct Druid documentation, and the overarching
// Stackable Platform documentation.

- 0.23.0
- 24.0.0
- 27.0.0
- 26.0.0
4 changes: 2 additions & 2 deletions examples/psql-s3/psql-s3-druid-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-zk
spec:
image:
productVersion: 3.8.0
productVersion: 3.8.3
servers:
roleGroups:
default:
Expand Down Expand Up @@ -45,7 +45,7 @@ metadata:
name: psql-s3-druid
spec:
image:
productVersion: 26.0.0
productVersion: 27.0.0
clusterConfig:
deepStorage:
s3:
Expand Down
6 changes: 3 additions & 3 deletions examples/psql/psql-hdfs-druid-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-zk
spec:
image:
productVersion: 3.8.0
productVersion: 3.8.3
servers:
roleGroups:
default:
Expand Down Expand Up @@ -33,7 +33,7 @@ metadata:
name: simple-hdfs
spec:
image:
productVersion: 3.3.4
productVersion: 3.3.6
clusterConfig:
dfsReplication: 1
zookeeperConfigMapName: psql-druid-znode
Expand All @@ -56,7 +56,7 @@ metadata:
name: psql-druid
spec:
image:
productVersion: 26.0.0
productVersion: 27.0.0
clusterConfig:
deepStorage:
hdfs:
Expand Down
6 changes: 3 additions & 3 deletions examples/tls/tls-druid-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: druid-zk
spec:
image:
productVersion: 3.8.0
productVersion: 3.8.3
servers:
roleGroups:
default:
Expand All @@ -25,7 +25,7 @@ metadata:
name: druid-hdfs
spec:
image:
productVersion: 3.3.4
productVersion: 3.3.6
clusterConfig:
dfsReplication: 1
zookeeperConfigMapName: druid-hdfs-znode
Expand Down Expand Up @@ -78,7 +78,7 @@ metadata:
name: derby-druid
spec:
image:
productVersion: 26.0.0
productVersion: 27.0.0
clusterConfig:
authentication:
- authenticationClass: druid-mtls-authentication-class
Expand Down
4 changes: 2 additions & 2 deletions rust/crd/src/affinity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ mod tests {
name: simple-druid
spec:
image:
productVersion: 26.0.0
productVersion: 27.0.0
clusterConfig:
deepStorage:
hdfs:
Expand Down Expand Up @@ -342,7 +342,7 @@ mod tests {
name: simple-druid
spec:
image:
productVersion: 26.0.0
productVersion: 27.0.0
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: 26.0.0
productVersion: 27.0.0
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: 26.0.0
productVersion: 27.0.0
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: 26.0.0
productVersion: 27.0.0
clusterConfig:
deepStorage:
hdfs:
Expand Down
2 changes: 1 addition & 1 deletion rust/operator-binary/src/druid_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ use stackable_operator::{
rbac::{build_rbac_resources, service_account_name},
s3::{S3AccessStyle, S3ConnectionSpec},
},
duration::Duration,
k8s_openapi::{
api::{
apps::v1::{StatefulSet, StatefulSetSpec},
Expand Down Expand Up @@ -69,6 +68,7 @@ use stackable_operator::{
compute_conditions, operations::ClusterOperationsConditionBuilder,
statefulset::StatefulSetConditionBuilder,
},
time::Duration,
};
use std::{
collections::{BTreeMap, HashMap},
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: 26.0.0
productVersion: 27.0.0
clusterConfig:
deepStorage:
s3:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install druid-vector-aggregator vector
--namespace $NAMESPACE
--version 0.23.0
--version 0.26.0
--repo https://helm.vector.dev
--values druid-vector-aggregator-values.yaml
---
Expand Down
16 changes: 7 additions & 9 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,26 @@
dimensions:
- name: druid
values:
- 0.23.0
- 24.0.0
- 26.0.0
- 27.0.0
- name: druid-latest
values:
- 26.0.0
- 27.0.0
- name: zookeeper
values:
- 3.7.0
- 3.8.0
- 3.8.3
- name: zookeeper-latest
values:
- 3.8.0
- 3.8.3
- name: opa
values:
- 0.45.0
- 0.57.0
- name: hadoop
values:
- 3.3.4
- 3.3.6
- name: hadoop-latest
values:
- 3.3.4
- 3.3.6
- name: s3-use-tls
values:
- "true"
Expand Down