potiuk commented on code in PR #33868: URL: https://github.com/apache/airflow/pull/33868#discussion_r1308481065
########## 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: Also this allows to make "iterations" of release. Whenever we "prepare docs" - like this one from the new main, only the "new" things that had not been present the last time in the CHANGELOG are added. That's why when you cancel an RC and prepare the new one, all those "new entries" land in the "commented" section stating "Please update and move the new entries that appeared since the last "prepare documantation" - that effectively allows to prepare same version several times (several RC candidates or even several times before deciding on RC). The (PR#) is the key to see if new entries should be added when you generate the docs from new main. -- 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]
