You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/04/06 18:37:09 UTC

[airflow-site] branch add-new-committers created (now 19edc99)

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

kaxilnaik pushed a change to branch add-new-committers
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


      at 19edc99  Add new committers to the website

This branch includes the following new commits:

     new 19edc99  Add new committers to the website

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[airflow-site] 01/01: Add new committers to the website

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch add-new-committers
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 19edc99c5ceaad6a2f38a16e6606ae5111a1e70c
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Apr 6 19:36:48 2021 +0100

    Add new committers to the website
    
    Announcement Link: https://lists.apache.org/thread.html/rcc95b5e04b14d971567369626eb72411140a31404094582b2769c992%40%3Cdev.airflow.apache.org%3E
---
 landing-pages/site/content/en/announcements/_index.md | 11 +++++++++--
 landing-pages/site/data/committers.json               | 12 ++++++++++++
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/landing-pages/site/content/en/announcements/_index.md b/landing-pages/site/content/en/announcements/_index.md
index 95f4a8e..90535c4 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!
 
+# April 6, 2021
+
+Airflow PMC welcomes 2 new committers:
+
+- **Qian Yu** ([@yuqian90](https://github.com/yuqian90))
+- **Xinbin Huang** ([@xinbinhuang](https://github.com/xinbinhuang))
+
 # March 21, 2021
 
 Airflow Summit will be held online July 8-16, 2021. To register or propose a talk go to
@@ -36,14 +43,14 @@ We've just released Apache **Airflow 1.10.15**.
 
 **Apache Airflow Elasticsearch Provider 1.0.3** released
 
-📦 PyPI: https://pypi.org/project/apache-airflow-providers-elasticsearch/1.0.3/
+📦 PyPI: https://pypi.org/project/apache-airflow-providers-elasticsearch/1.0.3/ \
 🛠️ Changelog: https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/1.0.3/index.html#changelog
 
 # March 14, 2021
 
 We’ve just released **Apache Airflow Upgrade Check 1.3.0**:
 
-📦 PyPI: https://pypi.org/project/apache-airflow-upgrade-check/1.3.0/
+📦 PyPI: https://pypi.org/project/apache-airflow-upgrade-check/1.3.0/ \
 🛠️ Changelog: https://github.com/apache/airflow/tree/upgrade-check/1.3.0/airflow/upgrade#changelog
 
 This powers the `airflow upgrade_check` command to make upgrading to Apache Airflow 2.0 easier.
diff --git a/landing-pages/site/data/committers.json b/landing-pages/site/data/committers.json
index 30ad640..067351e 100644
--- a/landing-pages/site/data/committers.json
+++ b/landing-pages/site/data/committers.json
@@ -58,6 +58,12 @@
     "nick": "pltardif"
   },
   {
+    "name": "Qian Yu",
+    "github": "https://github.com/yuqian90",
+    "image": "https://github.com/yuqian90.png",
+    "nick": "yuqian90"
+  },
+  {
     "name": "Qingping Hou",
     "github": "https://github.com/houqp",
     "image": "https://github.com/houqp.png",
@@ -86,5 +92,11 @@
     "github": "https://github.com/vikramkoka",
     "image": "https://github.com/vikramkoka.png",
     "nick": "vikramkoka"
+  },
+  {
+    "name": "Xinbin Huang",
+    "github": "https://github.com/xinbinhuang",
+    "image": "https://github.com/xinbinhuang.png",
+    "nick": "xinbinhuang"
   }
 ]