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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 51dcc03d32 Update committers and PMC (2025-12-25) (#1350)
51dcc03d32 is described below

commit 51dcc03d328a080fea3ae1367648c6a543411ba4
Author: Shahar Epstein <[email protected]>
AuthorDate: Fri Dec 26 22:51:42 2025 +0200

    Update committers and PMC (2025-12-25) (#1350)
---
 .github/scripts/refresh_pmc_committer_images.py    |   2 +-
 .../site/content/en/announcements/_index.md        |  13 +++++++++++
 .../blog/airflow-three-point-oh-is-here/index.md   |   4 ++--
 landing-pages/site/data/committers.json            |  24 +++++++++++++++------
 landing-pages/site/data/pmc.json                   |   6 ++++++
 .../site/static/external/profiles/choo121600.png   | Bin 0 -> 18093 bytes
 .../site/static/external/profiles/criccomini.png   | Bin 46931 -> 213751 bytes
 .../site/static/external/profiles/dabla.png        | Bin 0 -> 16729 bytes
 .../static/external/profiles/dheerajturaga.png     | Bin 0 -> 32310 bytes
 9 files changed, 40 insertions(+), 9 deletions(-)

diff --git a/.github/scripts/refresh_pmc_committer_images.py 
b/.github/scripts/refresh_pmc_committer_images.py
index bc55534308..d9c94c5846 100644
--- a/.github/scripts/refresh_pmc_committer_images.py
+++ b/.github/scripts/refresh_pmc_committer_images.py
@@ -45,7 +45,7 @@ def refresh_committer_pmc_images(file_path: Path):
         console.print(f"Downloading image for: [magenta]{data.get("name")}[/] 
from {image_url}")
         response = requests.get(image_url)
         if response.status_code == 200:
-            with 
open(f'landing-pages/site/static/external/profiles/{username}.png', 'wb') as f:
+            with 
open(f'{AIRFLOW_SOURCES_ROOT}/landing-pages/site/static/external/profiles/{username}.png',
 'wb') as f:
                 f.write(response.content)
         else:
             print(f"Failed to download image for {data.get('name')}")
diff --git a/landing-pages/site/content/en/announcements/_index.md 
b/landing-pages/site/content/en/announcements/_index.md
index c2c13cee55..08393ac4cd 100644
--- a/landing-pages/site/content/en/announcements/_index.md
+++ b/landing-pages/site/content/en/announcements/_index.md
@@ -10,6 +10,19 @@ menu:
 
 &nbsp;
 &nbsp;
+# December 25, 2025
+
+Airflow PMC welcomes new PMC member and committers:
+
+PMC member:
+
+* **Shahar Epstein** ([@shahar1](https://github.com/shahar1))
+
+Committers:
+
+* **David Blain** ([@dabla](https://github.com/dabla))
+* **Sriraj Dheeraj Turaga** 
([@dheerajturaga](https://github.com/dheerajturaga))
+* **Yeonguk Choo** ([@choo121600](https://github.com/choo121600))
 
 # December 12, 2025
 
diff --git 
a/landing-pages/site/content/en/blog/airflow-three-point-oh-is-here/index.md 
b/landing-pages/site/content/en/blog/airflow-three-point-oh-is-here/index.md
index 12df7f72d3..0f4525ef71 100644
--- a/landing-pages/site/content/en/blog/airflow-three-point-oh-is-here/index.md
+++ b/landing-pages/site/content/en/blog/airflow-three-point-oh-is-here/index.md
@@ -182,7 +182,7 @@ Over three hundred developers around the world have 
contributed to making this r
 - Derek
 - Detlev V.
 - Dewen Kong
-- Dheeraj Turaga
+- Sriraj Dheeraj Turaga
 - Diogo Rodrigues
 - Dmitry Astankov
 - Dmitry Pustoshilov
@@ -368,7 +368,7 @@ Over three hundred developers around the world have 
contributed to making this r
 - Wei Lee
 - Wojciech Szlachta
 - Wonseok Yang
-- Yeonguk
+- Yeonguk Choo
 - Yohei Kishimoto
 - Youngha, Park
 - Yuan Li
diff --git a/landing-pages/site/data/committers.json 
b/landing-pages/site/data/committers.json
index 9d0632d946..ea7f38fcd2 100644
--- a/landing-pages/site/data/committers.json
+++ b/landing-pages/site/data/committers.json
@@ -23,6 +23,18 @@
     "image": "/external/profiles/milton0825.png",
     "nick": "milton0825"
   },
+  {
+    "name": "David Blain",
+    "github": "https://github.com/dabla";,
+    "image": "/external/profiles/dabla.png",
+    "nick": "dabla"
+  },
+  {
+    "name": "Sriraj Dheeraj Turaga",
+    "github": "https://github.com/dheerajturaga";,
+    "image": "/external/profiles/dheerajturaga.png",
+    "nick": "dheerajturaga"
+  },
   {
     "name": "Dennis Ferruzzi",
     "github": "https://github.com/ferruzzi";,
@@ -185,12 +197,6 @@
     "image": "/external/profiles/rnhttr.png",
     "nick": "RNHTTR"
   },
-  {
-    "name": "Shahar Epstein",
-    "github": "https://github.com/shahar1";,
-    "image": "/external/profiles/shahar1.png",
-    "nick": "shahar1"
-  },
   {
     "name": "Shubham Raj",
     "github": "https://github.com/shubhamraj-git";,
@@ -209,6 +215,12 @@
     "image": "/external/profiles/xinbinhuang.png",
     "nick": "xinbinhuang"
   },
+  {
+    "name": "Yeonguk Choo",
+    "github": "https://github.com/choo121600";,
+    "image": "/external/profiles/choo121600.png",
+    "nick": "choo121600"
+  },
   {
     "name": "Zhe You Liu",
     "github": "https://github.com/jason810496";,
diff --git a/landing-pages/site/data/pmc.json b/landing-pages/site/data/pmc.json
index 23d59804c8..8835ef683c 100644
--- a/landing-pages/site/data/pmc.json
+++ b/landing-pages/site/data/pmc.json
@@ -173,6 +173,12 @@
     "image": "/external/profiles/pierrejeambrun.png",
     "nick": "pierrejeambrun"
   },
+  {
+    "name": "Shahar Epstein",
+    "github": "https://github.com/shahar1";,
+    "image": "/external/profiles/shahar1.png",
+    "nick": "shahar1"
+  },
   {
     "name": "Siddharth Anand",
     "github": "https://github.com/r39132";,
diff --git a/landing-pages/site/static/external/profiles/choo121600.png 
b/landing-pages/site/static/external/profiles/choo121600.png
new file mode 100644
index 0000000000..78e4823e3d
Binary files /dev/null and 
b/landing-pages/site/static/external/profiles/choo121600.png differ
diff --git a/landing-pages/site/static/external/profiles/criccomini.png 
b/landing-pages/site/static/external/profiles/criccomini.png
index e09d233f8b..1b573acf37 100644
Binary files a/landing-pages/site/static/external/profiles/criccomini.png and 
b/landing-pages/site/static/external/profiles/criccomini.png differ
diff --git a/landing-pages/site/static/external/profiles/dabla.png 
b/landing-pages/site/static/external/profiles/dabla.png
new file mode 100644
index 0000000000..8e565578d1
Binary files /dev/null and 
b/landing-pages/site/static/external/profiles/dabla.png differ
diff --git a/landing-pages/site/static/external/profiles/dheerajturaga.png 
b/landing-pages/site/static/external/profiles/dheerajturaga.png
new file mode 100644
index 0000000000..b9135ea4d4
Binary files /dev/null and 
b/landing-pages/site/static/external/profiles/dheerajturaga.png differ

Reply via email to