Skip to content

Commit 4cc7150

Browse files
authored
1.2.0 release (#95)
* release v1.2.0 * update doc
1 parent 1bbee32 commit 4cc7150

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
Kubernetes Operator For Apache Druid
77
</h2>
88

9-
**This is the official [druid-operator](https://github.com/druid-io/druid-operator) project, now maintained by [Maintainers.md](./MAINTAINERS.md).
10-
[druid-operator](https://github.com/druid-io/druid-operator) is depreacted. Ref to [issue](https://github.com/druid-io/druid-operator/issues/329) and [PR](https://github.com/druid-io/druid-operator/pull/336). Feel free to open issues and PRs! Collaborators are welcome !**
11-
129
<div align="center">
1310

1411
![Build Status](https://github.com/datainfrahq/druid-operator/actions/workflows/docker-image.yml/badge.svg) ![Docker pull](https://img.shields.io/docker/pulls/datainfrahq/druid-operator.svg) [![Latest Version](https://img.shields.io/github/tag/datainfrahq/druid-operator)](https://github.com/datainfrahq/druid-operator/releases) [![Slack](https://img.shields.io/badge/slack-brightgreen.svg?logo=slack&label=Community&style=flat&color=%2373DC8C&)](https://kubernetes.slack.com/archives/C04F4M6HT2L)
@@ -57,6 +54,14 @@ Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes.
5754
| kubernetes >= 1.22 and < 1.25 | :white_check_mark: | :white_check_mark: | :x: |
5855
| kubernetes > 1.25 | :x: | :x: | :white_check_mark: |
5956

57+
### Commerical Support
58+
If you are looking for commercial support on running Apache Druid, feel free to contact.
59+
Please send a PR if you want your company to be added to commercial support.
60+
| Name | Company | Contact |
61+
| :------------- | :-------------: | :-----: |
62+
| Adheip Singh - Maintainer | DataInfra | [email protected] |
63+
| Saydul Bashar - Solution Architect | DataStreamIQ | [email protected] |
64+
6065
### Contributors
6166

6267
<a href="https://github.com/datainfrahq/druid-operator/graphs/contributors"><img src="https://contrib.rocks/image?repo=datainfrahq/druid-operator"/></a>

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ version: 0.3.3
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.1.1
23+
appVersion: v1.2.0
2424
# icon
2525
icon: "https://www.apache.org/logos/res/druid/druid-1.png"

0 commit comments

Comments
 (0)