This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new eba93ff5006 Improve changelog descriptions in PR #59947 (latest 
versions only) (#60036)
eba93ff5006 is described below

commit eba93ff5006c79da62158279b2df7e2c40213ea1
Author: Shahar Epstein <[email protected]>
AuthorDate: Fri Jan 2 10:54:21 2026 +0200

    Improve changelog descriptions in PR #59947 (latest versions only) (#60036)
    
    Fix undescriptive notes and jargon in changelog.rst files modified by PR 
#59947.
    Changes are applied ONLY to the latest version in each provider:
    - Kubernetes 10.12.0:
      * Fix vague 'bug fix' description to proper PR title
      * Expand 'K8s' jargon to 'Kubernetes'
    - OpenLineage 2.9.2:
      * Remove 'nit:' prefix
      * Expand 'OL' jargon to 'OpenLineage'
    - Snowflake 6.8.1:
      * Remove inconsistent 'issue-XXXXX:' prefix
      * Fix grammar ('call the' -> 'call to')
    All other providers reviewed and found to be compliant with style 
guidelines.
---
 providers/cncf/kubernetes/docs/changelog.rst | 4 ++--
 providers/openlineage/docs/changelog.rst     | 2 +-
 providers/snowflake/docs/changelog.rst       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/providers/cncf/kubernetes/docs/changelog.rst 
b/providers/cncf/kubernetes/docs/changelog.rst
index 713a0ee5a7a..e897507453d 100644
--- a/providers/cncf/kubernetes/docs/changelog.rst
+++ b/providers/cncf/kubernetes/docs/changelog.rst
@@ -39,7 +39,7 @@ Features
 Bug Fixes
 ~~~~~~~~~
 
-* ``bug fix (#59292)``
+* ``Fix '@task.kubernetes_cmd' TaskGroup.expand mappings by templating 
TaskFlow args (#59292)``
 * ``Fix 'KubernetesPodOperator' deferrable mode with env-defined connection 
(#41706) (#58841)``
 * ``Fix deferred mode KubernetesPodOperator:  fast-fail pod start errors 
(ErrImagePull/ImagePullBackOff) (#59010)``
 * ``Fix XCom directory creation logic in Kubernetes decorator (#56545) 
(#59347)``
@@ -51,7 +51,7 @@ Misc
 * ``Remove top-level SDK reference in Core (#59817)``
 * ``Add and fix SIM107 and B012 Ruff rule (#59770)``
 * ``Refactor/sqla2 providers(celery, kubernetes, databricks, mysql) to remove 
SQLA query usage (#59537)``
-* ``Optimize K8s API usage for watching events (#59080)``
+* ``Optimize Kubernetes API usage for watching events (#59080)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
diff --git a/providers/openlineage/docs/changelog.rst 
b/providers/openlineage/docs/changelog.rst
index 9157311a611..826fd445997 100644
--- a/providers/openlineage/docs/changelog.rst
+++ b/providers/openlineage/docs/changelog.rst
@@ -36,7 +36,7 @@ Misc
 * ``Split SerializedBaseOperator from serde logic (#59627)``
 * ``Minor cleanups removing SDK references from Core (#59491)``
 * ``Refactor deprecated SQLA query openlineage provider (#59448)``
-* ``nit: bump OL client dependency to 1.41 (#59321)``
+* ``Bump OpenLineage client dependency to 1.41 (#59321)``
 * ``Extract shared "module_loading" distribution (#59139)``
 
 .. Below changes are excluded from the changelog. Move them to
diff --git a/providers/snowflake/docs/changelog.rst 
b/providers/snowflake/docs/changelog.rst
index 412edd1a79d..757a94522a3 100644
--- a/providers/snowflake/docs/changelog.rst
+++ b/providers/snowflake/docs/changelog.rst
@@ -33,7 +33,7 @@ Changelog
 Misc
 ~~~~
 
-* ``'issue-59385': Removing unneeded call the 'SnowflakeSqlApiHook' (#59470)``
+* ``Remove unneeded call to SnowflakeSqlApiHook (#59470)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):

Reply via email to