This is an automated email from the ASF dual-hosted git repository. adheipsingh pushed a commit to branch 1.2.0-release in repository https://gitbox.apache.org/repos/asf/druid-operator.git
commit fc01fc2e73f099289a1054639a63590fd236db52 Author: AdheipSingh <[email protected]> AuthorDate: Fri Aug 18 16:21:21 2023 +0530 release v1.2.0 --- README.md | 9 ++++++--- chart/Chart.yaml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1b35d2..ce95275 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ Kubernetes Operator For Apache Druid </h2> -**This is the official [druid-operator](https://github.com/druid-io/druid-operator) project, now maintained by [Maintainers.md](./MAINTAINERS.md). -[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 !** - <div align="center">   [](https://github.com/datainfrahq/druid-operator/releases) [](https://kubernetes.slack.com/archives/C04F4M6HT2L) @@ -57,6 +54,12 @@ Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes. | kubernetes >= 1.22 and < 1.25 | :white_check_mark: | :white_check_mark: | :x: | | kubernetes > 1.25 | :x: | :x: | :white_check_mark: | +### Commerical Support +| Name | Company | Contact | +| :------------- | :-------------: | :-----: | +| Adheip Singh ( Maintainer ) | DataInfra | [email protected] | +| Saydul Bashar - Solution Architect | DataStreamIQ | [email protected] | + ### Contributors <a href="https://github.com/datainfrahq/druid-operator/graphs/contributors"><img src="https://contrib.rocks/image?repo=datainfrahq/druid-operator"/></a> diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 9e535c7..003847e 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -20,6 +20,6 @@ version: 0.3.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: v1.1.1 +appVersion: v1.2.0 # icon icon: "https://www.apache.org/logos/res/druid/druid-1.png" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
