From 50ca14e29a9c7ae79435785260b91733d88f1402 Mon Sep 17 00:00:00 2001 From: dave-mccowan Date: Sun, 5 May 2024 20:33:55 -0400 Subject: [PATCH] Release 1.2.4 (#160) --- README.md | 13 +++++++------ chart/Chart.yaml | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 565c236a..c3872d20 100644 --- a/README.md +++ b/README.md @@ -47,15 +47,16 @@ - 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. +- Release v1.2.3 had a bug in updating finalizers, this is fixed in 1.2.4. ### 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: | +| druid-operator | 0.0.9 | v1.0.0 | v1.1.0 | v1.2.2 | v1.2.3 | v1.2.4 | +| :------------- | :-------------: | :-----: | :---: | :---: | :---: | :---: | +| kubernetes <= 1.20 | :x:| :x: | :x: | :x: | :x: | :x: | +| kubernetes == 1.21 | :white_check_mark:| :x: | :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: | :white_check_mark: | +| kubernetes > 1.25 and <= 1.29.1 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Contributors diff --git a/chart/Chart.yaml b/chart/Chart.yaml index faf26871..2a857b6b 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.6 +version: 0.3.7 # 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.3 +appVersion: v1.2.4 # icon icon: "https://www.apache.org/logos/res/druid/druid-1.png"