This is an automated email from the ASF dual-hosted git repository. adheipsingh pushed a commit to branch 1.2.2-release in repository https://gitbox.apache.org/repos/asf/druid-operator.git
commit 98af1b782efa59c900dc9d4631919b8dc1e60acf Author: AdheipSingh <[email protected]> AuthorDate: Mon Feb 5 14:35:18 2024 +0530 Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index f24e2a0..ca8293d 100644 --- a/README.md +++ b/README.md @@ -48,16 +48,6 @@ Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes. - 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. -### Kubernetes version compatibility - -| druid-operator | 0.0.9 | v1.0.0 | v1.1.0 | v1.2.0 | -| :------------- | :-------------: | :-----: | :---: | -| kubernetes <= 1.20 | :x:| :x: | :x: | -| kubernetes == 1.21 | :white_check_mark:| :x: | :x: | -| kubernetes >= 1.22 and <= 1.25 | :white_check_mark: | :white_check_mark: | :x: | -| kubernetes > 1.25 | :x: | :x: | :white_check_mark: | -| kubernetes > 1.25 and <= 1.29 | :x: | :x: | :white_check_mark: | - ### Contributors <a href="https://github.com/datainfrahq/druid-operator/graphs/contributors"><img src="https://contrib.rocks/image?repo=datainfrahq/druid-operator"/></a> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
