From 1b537b3b8e52427f411811fefd9282e4e29daced Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Wed, 4 Aug 2021 16:17:06 +0200 Subject: [PATCH 1/2] Adding `pendingPodConditions` field to ScaledJob CRD Signed-off-by: Zbynek Roubalik --- config/crd/bases/keda.sh_scaledjobs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/crd/bases/keda.sh_scaledjobs.yaml b/config/crd/bases/keda.sh_scaledjobs.yaml index 9dd16b5dac8..e5ce8fb3e54 100644 --- a/config/crd/bases/keda.sh_scaledjobs.yaml +++ b/config/crd/bases/keda.sh_scaledjobs.yaml @@ -6736,6 +6736,10 @@ spec: type: integer customScalingRunningJobPercentage: type: string + pendingPodConditions: + items: + type: string + type: array strategy: type: string type: object From 17495bf5be1febc72595b4a80ca74ce13e71d269 Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Wed, 4 Aug 2021 16:20:37 +0200 Subject: [PATCH 2/2] update changelog Signed-off-by: Zbynek Roubalik --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a83fc825b..9e9019efc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ - Add Solace PubSub+ Event Broker Scaler ([#1945](https://github.com/kedacore/keda/pull/1945)) - Add fallback functionality ([#1872](https://github.com/kedacore/keda/issues/1872)) - Introduce Idle Replica Mode ([#1958](https://github.com/kedacore/keda/pull/1958)) -- Support pod conditions for pending job count calculation ([#1970](https://github.com/kedacore/keda/pull/1970)) +- ScaledJob: Support pod conditions for pending job count calculation ([#1970](https://github.com/kedacore/keda/pull/1970)|[#2009](https://github.com/kedacore/keda/pull/2009)) - Add new scaler for Selenium Grid ([#1971](https://github.com/kedacore/keda/pull/1971)) - Support using regex to select the queues in RabbitMQ Scaler ([#1957](https://github.com/kedacore/keda/pull/1957)) - Support custom metric name in RabbitMQ Scaler ([#1976](https://github.com/kedacore/keda/pull/1976))