This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch add-committers-pmc in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 3136714e32797778e497ff644031ee5311569f9d Author: Jarek Potiuk <[email protected]> AuthorDate: Wed Oct 15 21:03:06 2025 +0200 Add commiters / PMC members --- landing-pages/site/content/en/announcements/_index.md | 13 +++++++++++++ landing-pages/site/data/committers.json | 18 ++++++------------ landing-pages/site/data/pmc.json | 12 ++++++++++++ 3 files changed, 31 insertions(+), 12 deletions(-) diff --git a/landing-pages/site/content/en/announcements/_index.md b/landing-pages/site/content/en/announcements/_index.md index 6291009342..bb3e16b6ac 100644 --- a/landing-pages/site/content/en/announcements/_index.md +++ b/landing-pages/site/content/en/announcements/_index.md @@ -11,6 +11,19 @@ menu: +# October 15, 2025 + +Airflow PMC welcomes new PMC members and committer: + +PMC members: + +* **Vincent Beck** ([@vincbeck](https://github.com/vincbeck)) +* **Wei Lee** ([@Lee-W](https://github.com/Lee-W)) + +Committer: + +* **Guan Ming(Wesley) Chiu** ([@guan404ming](https://github.com/guan404ming)) + # September 25, 2025 We’ve just released Apache **Airflow 3.1.0** and **Task SDK 1.1.0**. diff --git a/landing-pages/site/data/committers.json b/landing-pages/site/data/committers.json index 29252fc4e4..c81de3b3f4 100644 --- a/landing-pages/site/data/committers.json +++ b/landing-pages/site/data/committers.json @@ -41,6 +41,12 @@ "image": "/external/profiles/dirrao.png", "nick": "dirrao" }, + { + "name": "Guan Ming(Wesley) Chiu", + "github": "https://github.com/guan404ming", + "image": "/external/profiles/guan404ming.png", + "nick": "vincbeck" + }, { "name": "James Timmins", "github": "https://github.com/jhtimmins", @@ -197,18 +203,6 @@ "image": "/external/profiles/utkarsharma2.png", "nick": "utkarsharma2" }, - { - "name": "Vincent Beck", - "github": "https://github.com/vincbeck", - "image": "/external/profiles/vincbeck.png", - "nick": "vincbeck" - }, - { - "name": "Wei Lee", - "github": "https://github.com/Lee-W", - "image": "/external/profiles/Lee-W.png", - "nick": "Lee-W" - }, { "name": "Xinbin Huang", "github": "https://github.com/xinbinhuang", diff --git a/landing-pages/site/data/pmc.json b/landing-pages/site/data/pmc.json index 664dc7f3df..23d59804c8 100644 --- a/landing-pages/site/data/pmc.json +++ b/landing-pages/site/data/pmc.json @@ -209,6 +209,18 @@ "image": "/external/profiles/vikramkoka.png", "nick": "vikramkoka" }, + { + "name": "Vincent Beck", + "github": "https://github.com/vincbeck", + "image": "/external/profiles/vincbeck.png", + "nick": "vincbeck" + }, + { + "name": "Wei Lee", + "github": "https://github.com/Lee-W", + "image": "/external/profiles/Lee-W.png", + "nick": "Lee-W" + }, { "name": "Xiaodong Deng", "github": "https://github.com/XD-DENG",
