potiuk commented on code in PR #33868: URL: https://github.com/apache/airflow/pull/33868#discussion_r1308475833
########## airflow/providers/cncf/kubernetes/CHANGELOG.rst: ########## @@ -44,6 +44,7 @@ Bug Fixes * ``Fix KubernetesPodOperator duplicating logs when interrupted (#33500)`` * ``Fix 2.7.0 db migration job errors (#33652)`` * ``Inspect container state rather than last_state when deciding whether to skip (#33702)`` +* ``Update pod.py (#33779)`` Review Comment: It was probabaly in "COMMITS" :). The COMMITS list is always regenerated from scratch when the docs are generated - just to make sure it is accurate. The CHANGELOG on the other hand is only updated with new things (based on the 'PR#') and we only add new things to changelog if we see the #PR number is missing there. This allows to manually modify and move around the individual entries - hide them, reword them, etc. -- 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]
