This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch add-hussein-to-pmc in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 2d7d1c4a23f58def4303802a28c49bea46102989 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Jul 29 19:45:43 2023 +0200 Add Hussein to PMC members --- landing-pages/site/content/en/announcements/_index.md | 7 +++++++ landing-pages/site/data/committers.json | 6 ------ landing-pages/site/data/pmc.json | 6 ++++++ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/landing-pages/site/content/en/announcements/_index.md b/landing-pages/site/content/en/announcements/_index.md index cd3bef71cf..0eed878745 100644 --- a/landing-pages/site/content/en/announcements/_index.md +++ b/landing-pages/site/content/en/announcements/_index.md @@ -13,6 +13,13 @@ menu: **Note:** Follow [@ApacheAirflow](https://twitter.com/ApacheAirflow) on Twitter for the latest news and announcements! +# July 29, 2023 + +Airflow PMC welcomes new Airflow PMC Member: + +* **Hussein Awala** ([@hussein-awala](https://github.com/hussein-awala)) + + # July 10, 2023 We’ve just released Apache **Airflow 2.6.3**. diff --git a/landing-pages/site/data/committers.json b/landing-pages/site/data/committers.json index 2822e8bfc4..b248f76ab1 100644 --- a/landing-pages/site/data/committers.json +++ b/landing-pages/site/data/committers.json @@ -29,12 +29,6 @@ "image": "https://github.com/feluelle.png", "nick": "feluelle" }, - { - "name": "Hussein Awala", - "github": "https://github.com/hussein-awala", - "image": "https://github.com/hussein-awala.png", - "nick": "hussein-awala" - }, { "name": "James Timmins", "github": "https://github.com/jhtimmins", diff --git a/landing-pages/site/data/pmc.json b/landing-pages/site/data/pmc.json index 97f3083c59..d7059f2d76 100644 --- a/landing-pages/site/data/pmc.json +++ b/landing-pages/site/data/pmc.json @@ -89,6 +89,12 @@ "image": "https://github.com/hiteshs.png", "nick": "hitesh" }, + { + "name": "Hussein Awala", + "github": "https://github.com/hussein-awala", + "image": "https://github.com/hussein-awala.png", + "nick": "hussein-awala" + }, { "name": "Jakob Homan", "github": "https://github.com/jghoman",
