eladkal commented on code in PR #30787: URL: https://github.com/apache/airflow/pull/30787#discussion_r1173618055
########## airflow/providers/cncf/kubernetes/CHANGELOG.rst: ########## @@ -24,6 +24,20 @@ Changelog --------- +6.1.0 +..... + +Features +~~~~~~~~ + +* ``Add multiple exit code handling in skip logic for 'DockerOperator' and 'KubernetesPodOperator' (#30769)`` +* ``Skip KubernetesPodOperator task when it returns a provided exit code (#29000)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Deprecate 'skip_exit_code' in 'DockerOperator' and 'KubernetesPodOperator' (#30733)`` Review Comment: I skip this PR from the change log because we don't really need to deprecate skip_exit_code It was never released thus I will raise PR to remove the warning shortly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
