diff --git a/airflow/providers/elasticsearch/ADDITIONAL_INFO.md b/airflow/providers/elasticsearch/ADDITIONAL_INFO.md index 64d3cc8086482..f0659e70ba5d8 100644 --- a/airflow/providers/elasticsearch/ADDITIONAL_INFO.md +++ b/airflow/providers/elasticsearch/ADDITIONAL_INFO.md @@ -17,6 +17,12 @@ under the License. --> +## Release 2021.3.17 + +### Bug fixes + +* `Elasticsearch Provider: Fix logs downloading for tasks (#14686)` + ## Release 2021.3.3 ### Bug fixes diff --git a/airflow/providers/elasticsearch/BACKPORT_PROVIDER_CHANGES_2021.03.17.md b/airflow/providers/elasticsearch/BACKPORT_PROVIDER_CHANGES_2021.03.17.md new file mode 100644 index 0000000000000..f89f77b025a8d --- /dev/null +++ b/airflow/providers/elasticsearch/BACKPORT_PROVIDER_CHANGES_2021.03.17.md @@ -0,0 +1,9 @@ + + +### Release 2021.3.17 + +| Commit | Committed | Subject | +|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------| +| [662cb8c6a](https://github.com/apache/airflow/commit/662cb8c6ac8becb26ff405f8b21acfccdd8de2ae) | 2021-03-13 | `Prepare for releasing Elasticsearch Provider 1.0.3 (#14748)` | +| [923bde2b9](https://github.com/apache/airflow/commit/923bde2b917099135adfe470a5453f663131fd5f) | 2021-03-09 | `Elasticsearch Provider: Fix logs downloading for tasks (#14686)` | +| [589d6dec9](https://github.com/apache/airflow/commit/589d6dec922565897785bcbc5ac6bb3b973d7f5d) | 2021-02-27 | `Prepare to release the next wave of providers: (#14487)` | diff --git a/airflow/providers/elasticsearch/BACKPORT_PROVIDER_README.md b/airflow/providers/elasticsearch/BACKPORT_PROVIDER_README.md index 37b7b0af90475..838cad4a88c1c 100644 --- a/airflow/providers/elasticsearch/BACKPORT_PROVIDER_README.md +++ b/airflow/providers/elasticsearch/BACKPORT_PROVIDER_README.md @@ -20,7 +20,7 @@ # Package apache-airflow-backport-providers-elasticsearch -Release: 2021.3.3 +Release: 2021.3.17 **Table of contents** @@ -31,6 +31,7 @@ Release: 2021.3.3 - [Hooks](#hooks) - [New hooks](#new-hooks) - [Releases](#releases) + - [Release 2021.3.17](#release-2021317) - [Release 2021.3.3](#release-202133) - [Release 2021.2.5](#release-202125) - [Release 2020.11.13](#release-20201113) @@ -97,6 +98,15 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/ ## Releases +### Release 2021.3.17 + +| Commit | Committed | Subject | +|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------| +| [662cb8c6a](https://github.com/apache/airflow/commit/662cb8c6ac8becb26ff405f8b21acfccdd8de2ae) | 2021-03-13 | `Prepare for releasing Elasticsearch Provider 1.0.3 (#14748)` | +| [923bde2b9](https://github.com/apache/airflow/commit/923bde2b917099135adfe470a5453f663131fd5f) | 2021-03-09 | `Elasticsearch Provider: Fix logs downloading for tasks (#14686)` | +| [589d6dec9](https://github.com/apache/airflow/commit/589d6dec922565897785bcbc5ac6bb3b973d7f5d) | 2021-02-27 | `Prepare to release the next wave of providers: (#14487)` | + + ### Release 2021.3.3 | Commit | Committed | Subject |