This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 662cb8c Prepare for releasing Elasticsearch Provider 1.0.3 (#14748)
662cb8c is described below
commit 662cb8c6ac8becb26ff405f8b21acfccdd8de2ae
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Mar 13 20:32:23 2021 +0000
Prepare for releasing Elasticsearch Provider 1.0.3 (#14748)
https://github.com/apache/airflow/pull/14686 fixes an issues with ES
logging that should be released asap. Since we just released the providers it
makes sense to release this separately.
---
airflow/providers/elasticsearch/CHANGELOG.rst | 8 ++++++++
airflow/providers/elasticsearch/provider.yaml | 1 +
docs/apache-airflow-providers-elasticsearch/commits.rst | 14 +++++++++++++-
docs/apache-airflow-providers-elasticsearch/index.rst | 10 +++++++++-
4 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst
b/airflow/providers/elasticsearch/CHANGELOG.rst
index 70f1964..7e8e029 100644
--- a/airflow/providers/elasticsearch/CHANGELOG.rst
+++ b/airflow/providers/elasticsearch/CHANGELOG.rst
@@ -19,6 +19,14 @@
Changelog
---------
+1.0.3
+.....
+
+Bug fixes
+~~~~~~~~~
+
+* ``Elasticsearch Provider: Fix logs downloading for tasks (#14686)``
+
1.0.2
.....
diff --git a/airflow/providers/elasticsearch/provider.yaml
b/airflow/providers/elasticsearch/provider.yaml
index 6811af2..dcef7f0 100644
--- a/airflow/providers/elasticsearch/provider.yaml
+++ b/airflow/providers/elasticsearch/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Elasticsearch <https://https//www.elastic.co/elasticsearch>`__
versions:
+ - 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst
b/docs/apache-airflow-providers-elasticsearch/commits.rst
index 6c8dad2..9dcde56 100644
--- a/docs/apache-airflow-providers-elasticsearch/commits.rst
+++ b/docs/apache-airflow-providers-elasticsearch/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+1.0.3
+.....
+
+Latest change: 2021-03-09
+
+================================================================================================
===========
===================================================================
+Commit
Committed Subject
+================================================================================================
===========
===================================================================
+`923bde2b9
<https://github.com/apache/airflow/commit/923bde2b917099135adfe470a5453f663131fd5f>`_
2021-03-09 ``Elasticsearch Provider: Fix logs downloading for tasks
(#14686)``
+================================================================================================
===========
===================================================================
+
1.0.2
.....
-Latest change: 2021-02-05
+Latest change: 2021-02-27
================================================================================================
===========
=======================================================================
Commit
Committed Subject
================================================================================================
===========
=======================================================================
+`589d6dec9
<https://github.com/apache/airflow/commit/589d6dec922565897785bcbc5ac6bb3b973d7f5d>`_
2021-02-27 ``Prepare to release the next wave of providers: (#14487)``
`10343ec29
<https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda>`_
2021-02-05 ``Corrections in docs and tools after releasing provider RCs
(#14082)``
================================================================================================
===========
=======================================================================
diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst
b/docs/apache-airflow-providers-elasticsearch/index.rst
index d7fd850..d01470a 100644
--- a/docs/apache-airflow-providers-elasticsearch/index.rst
+++ b/docs/apache-airflow-providers-elasticsearch/index.rst
@@ -56,7 +56,7 @@ Package apache-airflow-providers-elasticsearch
`Elasticsearch <https://https//www.elastic.co/elasticsearch>`__
-Release: 1.0.2
+Release: 1.0.3
Provider package
----------------
@@ -111,6 +111,14 @@ PIP package Version required
Changelog
---------
+1.0.3
+.....
+
+Bug fixes
+~~~~~~~~~
+
+* ``Elasticsearch Provider: Fix logs downloading for tasks (#14686)``
+
1.0.2
.....