Skip to content

Commit 583f93f

Browse files
committed
release 23.1.0
1 parent 48350e9 commit 583f93f

13 files changed

Lines changed: 45 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [23.1.0] - 2023-01-23
8+
79
### Added
810

911
- BREAKING: Support for TLS encryption (activated per default -> port changes) and TLS authentication ([#333])

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/helm/druid-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: druid-operator
4-
version: "0.9.0-nightly"
5-
appVersion: "0.9.0-nightly"
4+
version: "23.1.0"
5+
appVersion: "23.1.0"
66
description: The Stackable Operator for Apache Druid
77
home: https://github.com/stackabletech/druid-operator
88
maintainers:

docs/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: druid
2-
version: "nightly"
2+
version: "23.1.0"
33
title: Stackable Operator for Apache Druid
44
nav:
55
- modules/getting_started/nav.adoc
66
- modules/ROOT/nav.adoc
7-
prerelease: true
7+
prerelease: false

docs/modules/ROOT/pages/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Druid uses S3 or HDFS deep storage, so no extra https://kubernetes.io/docs/conce
441441
// The "nightly" version is needed because the "include" directive searches for
442442
// files in the "stable" version by default.
443443
// TODO: remove the "nightly" version after the next platform release (current: 22.09)
444-
include::nightly@home:concepts:stackable_resource_requests.adoc[]
444+
include::home:concepts:stackable_resource_requests.adoc[]
445445

446446
If no resources are configured explicitly, the Druid operator uses following defaults:
447447

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: 24.0.0
9-
stackableVersion: 0.3.0
9+
stackableVersion: 23.1.0
1010
clusterConfig:
1111
deepStorage:
1212
hdfs:

docs/modules/getting_started/examples/code/getting-started.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ fi
1919

2020
case "$1" in
2121
"helm")
22-
echo "Adding 'stackable-dev' Helm Chart repository"
22+
echo "Adding 'stackable-stable' Helm Chart repository"
2323
# tag::helm-add-repo[]
24-
helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
24+
helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
2525
# end::helm-add-repo[]
2626
echo "Installing Operators with Helm"
2727
# tag::helm-install-operators[]
28-
helm install --wait commons-operator stackable-dev/commons-operator --version 0.5.0-nightly
29-
helm install --wait secret-operator stackable-dev/secret-operator --version 0.7.0-nightly
30-
helm install --wait zookeeper-operator stackable-dev/zookeeper-operator --version 0.13.0-nightly
31-
helm install --wait hdfs-operator stackable-dev/hdfs-operator --version 0.7.0-nightly
32-
helm install --wait druid-operator stackable-dev/druid-operator --version 0.9.0-nightly
28+
helm install --wait commons-operator stackable-stable/commons-operator --version 23.1.0
29+
helm install --wait secret-operator stackable-stable/secret-operator --version 23.1.0
30+
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 23.1.0
31+
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 23.1.0
32+
helm install --wait druid-operator stackable-stable/druid-operator --version 23.1.0
3333
# end::helm-install-operators[]
3434
;;
3535
"stackablectl")
3636
echo "installing Operators with stackablectl"
3737
# tag::stackablectl-install-operators[]
3838
stackablectl operator install \
39-
commons=0.5.0-nightly \
40-
secret=0.7.0-nightly \
41-
zookeeper=0.13.0-nightly \
42-
hdfs=0.7.0-nightly \
43-
druid=0.9.0-nightly
39+
commons=23.1.0 \
40+
secret=23.1.0 \
41+
zookeeper=23.1.0 \
42+
hdfs=23.1.0 \
43+
druid=23.1.0
4444
# end::stackablectl-install-operators[]
4545
;;
4646
*)

docs/modules/getting_started/examples/code/hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: 3.3.4
9-
stackableVersion: 0.2.0
9+
stackableVersion: 23.1.0
1010
zookeeperConfigMapName: simple-hdfs-znode
1111
dfsReplication: 3
1212
nameNodes:

docs/modules/getting_started/examples/code/zookeeper.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: 3.8.0
9-
stackableVersion: 0.8.0
9+
stackableVersion: 23.1.0
1010
servers:
1111
roleGroups:
1212
default:
@@ -19,6 +19,8 @@ metadata:
1919
spec:
2020
clusterRef:
2121
name: simple-zk
22+
image:
23+
stackableVersion: 23.1.0
2224
---
2325
apiVersion: zookeeper.stackable.tech/v1alpha1
2426
kind: ZookeeperZnode
@@ -27,3 +29,5 @@ metadata:
2729
spec:
2830
clusterRef:
2931
name: simple-zk
32+
image:
33+
stackableVersion: 23.1.0

docs/templating_vars.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
helm:
3-
repo_name: stackable-dev
4-
repo_url: https://repo.stackable.tech/repository/helm-dev/
3+
repo_name: stackable-stable
4+
repo_url: https://repo.stackable.tech/repository/helm-stable/
55
versions:
6-
commons: 0.5.0-nightly
7-
secret: 0.7.0-nightly
8-
zk: 0.13.0-nightly
9-
hdfs: 0.7.0-nightly
10-
druid: 0.9.0-nightly
6+
commons: 23.1.0
7+
secret: 23.1.0
8+
zk: 23.1.0
9+
hdfs: 23.1.0
10+
druid: 23.1.0

0 commit comments

Comments
 (0)