This is an automated email from the ASF dual-hosted git repository. eladkal pushed a commit to branch jed in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 48adb4959b029dbca1cbe0f5f0a9d9f6ece4c7ff Author: Elad Kalif <eladkal [email protected]> AuthorDate: Thu Jan 6 17:20:14 2022 +0200 Announce Jed as PMC --- landing-pages/site/content/en/announcements/_index.md | 4 ++++ landing-pages/site/data/committers.json | 6 ------ landing-pages/site/data/pmc.json | 6 ++++++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/landing-pages/site/content/en/announcements/_index.md b/landing-pages/site/content/en/announcements/_index.md index 97d8ab3..9b21805 100644 --- a/landing-pages/site/content/en/announcements/_index.md +++ b/landing-pages/site/content/en/announcements/_index.md @@ -13,6 +13,10 @@ menu: **Note:** Follow [@ApacheAirflow](https://twitter.com/ApacheAirflow) on Twitter for the latest news and announcements! +# January 4, 2022 + +Airflow PMC welcomes **Jed Cunningham** ([@jedcunningham](https://github.com/jedcunningham)) as the newest addition to Airflow PMC. + # December 21, 2021 We’ve just released Apache **Airflow 2.2.3**. diff --git a/landing-pages/site/data/committers.json b/landing-pages/site/data/committers.json index 4161a65..2469f55 100644 --- a/landing-pages/site/data/committers.json +++ b/landing-pages/site/data/committers.json @@ -42,12 +42,6 @@ "nick": "jhtimmins" }, { - "name": "Jed Cunningham", - "github": "https://github.com/jedcunningham", - "image": "https://github.com/jedcunningham.png", - "nick": "jedcunningham" - }, - { "name": "Joshua Carp", "github": "https://github.com/jmcarp", "image": "https://github.com/jmcarp.png", diff --git a/landing-pages/site/data/pmc.json b/landing-pages/site/data/pmc.json index 5c585ae..d212ab8 100644 --- a/landing-pages/site/data/pmc.json +++ b/landing-pages/site/data/pmc.json @@ -84,6 +84,12 @@ "nick": "potiuk" }, { + "name": "Jed Cunningham", + "github": "https://github.com/jedcunningham", + "image": "https://github.com/jedcunningham.png", + "nick": "jedcunningham" + }, + { "name": "Joy Gao", "github": "https://github.com/jgao54", "image": "https://github.com/jgao54.png",
