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

kaxilnaik 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 2af8454  Add announcements for Helm and 2.1.0 releses (#431)
2af8454 is described below

commit 2af8454bb0dccee05243c90e7d883623ad7ff1de
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Fri Jun 4 10:30:04 2021 +0100

    Add announcements for Helm and 2.1.0 releses (#431)
---
 .../site/content/en/announcements/_index.md        | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/landing-pages/site/content/en/announcements/_index.md 
b/landing-pages/site/content/en/announcements/_index.md
index 90535c4..8375069 100644
--- a/landing-pages/site/content/en/announcements/_index.md
+++ b/landing-pages/site/content/en/announcements/_index.md
@@ -13,6 +13,33 @@ menu:
 
 **Note:** Follow [@ApacheAirflow](https://twitter.com/ApacheAirflow) on 
Twitter for the latest news and announcements!
 
+# May 21, 2021
+
+I'm happy to announce that Apache **Airflow 2.1.0** was just released. This 
one includes a raft of fixes and other small improvements, but some notable 
additions include:
+
+- A Create a DAG Calendar View to show the status of your DAG run across time 
more easily
+
+- The cross-dag-dependencies view (which used to be an external plugin) is now 
part of core
+
+- Mask passwords and sensitive info in task logs and UI (finally!)
+
+- Improvmenets to webserver start up time (mostly around time spent syncing 
DAG permissions)
+
+Please note that *this* release no long includes the `HTTP` extra provider by 
default, as we discovered that it pulls in an LGPL dependency (via the 
`requests` module of all places) so it is now optional.
+
+📦 PyPI: https://pypi.org/project/apache-airflow/2.1.0 \
+📚 Docs: https://airflow.apache.org/docs/apache-airflow/2.1.0/ \
+🛠️ Changelog: 
https://airflow.apache.org/docs/apache-airflow/2.1.0/changelog.html
+
+
+# May 20, 2021
+
+The first release of our official helm chart for Apache Airflow is here!
+
+📦 ArtifactHub: https://artifacthub.io/packages/helm/apache-airflow/airflow
+📚 Docs: ⁨https://airflow.apache.org/docs/helm-chart/1.0.
+🚀 Quick Start Installation Guide: 
https://airflow.apache.org/docs/helm-chart/1.0.0/quick-start.html
+
 # April 6, 2021
 
 Airflow PMC welcomes 2 new committers:

Reply via email to