From 27600b68fbbd51b8cd4c758a1ae20cd1a4ecfe50 Mon Sep 17 00:00:00 2001 From: AdheipSingh <34169002+AdheipSingh@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:42:46 +0530 Subject: [PATCH] release 1.2.3 (#133) --- ADOPTERS.md | 2 +- README.md | 21 +++++++++++++++------ chart/Chart.yaml | 4 ++-- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/ADOPTERS.md b/ADOPTERS.md index 0e9528d3..ab2c2be1 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -10,4 +10,4 @@ This is a list of production adopters of Druid Operator: Open Source Solutions based on Druid Operator: | Company | Industry | | :--- |:----------------------------------| -|[AWS](https://github.com/aws-solutions/scalable-analytics-using-apache-druid-on-aws) +|[AWS](https://github.com/aws-solutions/scalable-analytics-using-apache-druid-on-aws)| diff --git a/README.md b/README.md index ca8293da..565c236a 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,11 @@ -Druid Operator provisions and manages [Apache Druid](https://druid.apache.org/) cluster on kubernetes. -Druid Operator is designed to provision and manage [Apache Druid](https://druid.apache.org/) in distributed mode only. -It is built in Golang using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder). -Druid Operator is available on [operatorhub.io](https://operatorhub.io/operator/druid-operator) -Refer to [Documentation](./docs/README.md) for getting started. -Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes.slack.com/archives/C04F4M6HT2L) +- Druid Operator provisions and manages [Apache Druid](https://druid.apache.org/) cluster on kubernetes. +- Druid Operator is designed to provision and manage [Apache Druid](https://druid.apache.org/) in distributed mode only. +- It is built in Golang using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder). +- Refer to [Documentation](./docs/README.md) for getting started. +- Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes.slack.com/archives/C04F4M6HT2L) ### Newsletter - Monthly updates on running druid on kubernetes. - [Apache Druid on Kubernetes](https://druidonk8s.substack.com/) @@ -47,6 +46,16 @@ Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes. - 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. - 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. - The v1.0.0 release for druid-operator is compatible with k8s version 1.25. HPA API is kept to version v2beta2. +- Release v1.2.2 had a bug for namespace scoped operator deployments, this is fixed in 1.2.3. + +### Kubernetes version compatibility + +| druid-operator | 0.0.9 | v1.0.0 | v1.1.0 | v1.2.2 | v1.2.3 | +| :------------- | :-------------: | :-----: | :---: | :---: | :---: | +| kubernetes <= 1.20 | :x:| :x: | :x: | :x: | :x: | +| kubernetes == 1.21 | :white_check_mark:| :x: | :x: | :x: | :x: | +| kubernetes >= 1.22 and <= 1.25 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| kubernetes > 1.25 and <= 1.29.1 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Contributors diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 6419cedb..faf26871 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,11 +15,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.5 +version: 0.3.6 # 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.2.2 +appVersion: v1.2.3 # icon icon: "https://www.apache.org/logos/res/druid/druid-1.png"