Skip to content

Commit 6b3dc30

Browse files
author
Stephen Bracken
committed
add parallelism bugfix to providers/cncf/kubernetes changelog
1 parent 7e58f39 commit 6b3dc30

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

providers/cncf/kubernetes/docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
Changelog
2828
---------
2929

30+
.. warning::
31+
``KubernetesJobOperator`` no longer supports setting ``parallelism = 0``.
32+
Previously this would create a job that would never complete and always fail the task.
33+
Executing a task with ``parallelism = 0`` will now raise a validation error.
3034

3135
10.12.0
3236
.......

0 commit comments

Comments
 (0)