Skip to content

Commit 27600b6

Browse files
authored
release 1.2.3 (#133)
1 parent 468f8ae commit 27600b6

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

ADOPTERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This is a list of production adopters of Druid Operator:
1010
Open Source Solutions based on Druid Operator:
1111
| Company | Industry |
1212
| :--- |:----------------------------------|
13-
|[AWS](https://github.com/aws-solutions/scalable-analytics-using-apache-druid-on-aws)
13+
|[AWS](https://github.com/aws-solutions/scalable-analytics-using-apache-druid-on-aws)|

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212

1313
</div>
1414

15-
Druid Operator provisions and manages [Apache Druid](https://druid.apache.org/) cluster on kubernetes.
16-
Druid Operator is designed to provision and manage [Apache Druid](https://druid.apache.org/) in distributed mode only.
17-
It is built in Golang using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder).
18-
Druid Operator is available on [operatorhub.io](https://operatorhub.io/operator/druid-operator)
19-
Refer to [Documentation](./docs/README.md) for getting started.
20-
Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes.slack.com/archives/C04F4M6HT2L)
15+
- Druid Operator provisions and manages [Apache Druid](https://druid.apache.org/) cluster on kubernetes.
16+
- Druid Operator is designed to provision and manage [Apache Druid](https://druid.apache.org/) in distributed mode only.
17+
- It is built in Golang using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder).
18+
- Refer to [Documentation](./docs/README.md) for getting started.
19+
- Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes.slack.com/archives/C04F4M6HT2L)
2120

2221
### Newsletter - Monthly updates on running druid on kubernetes.
2322
- [Apache Druid on Kubernetes](https://druidonk8s.substack.com/)
@@ -47,6 +46,16 @@ Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes.
4746
- The operator has moved from HPA apiVersion autoscaling/v2beta1 to autoscaling/v2 API users will need to update there HPA Specs according v2 api in order to work with the latest druid-operator release.
4847
- druid-operator has moved Ingress apiVersion networking/v1beta1 to networking/v1. Users will need to update there Ingress Spec in the druid CR according networking/v1 syntax. In case users are using schema validated CRD, the CRD will also be needed to be updated.
4948
- The v1.0.0 release for druid-operator is compatible with k8s version 1.25. HPA API is kept to version v2beta2.
49+
- Release v1.2.2 had a bug for namespace scoped operator deployments, this is fixed in 1.2.3.
50+
51+
### Kubernetes version compatibility
52+
53+
| druid-operator | 0.0.9 | v1.0.0 | v1.1.0 | v1.2.2 | v1.2.3 |
54+
| :------------- | :-------------: | :-----: | :---: | :---: | :---: |
55+
| kubernetes <= 1.20 | :x:| :x: | :x: | :x: | :x: |
56+
| kubernetes == 1.21 | :white_check_mark:| :x: | :x: | :x: | :x: |
57+
| kubernetes >= 1.22 and <= 1.25 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
58+
| kubernetes > 1.25 and <= 1.29.1 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
5059

5160
### Contributors
5261

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.5
18+
version: 0.3.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: v1.2.2
23+
appVersion: v1.2.3
2424
# icon
2525
icon: "https://www.apache.org/logos/res/druid/druid-1.png"

0 commit comments

Comments
 (0)