Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions airflow/providers/elasticsearch/ADDITIONAL_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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)` |
12 changes: 11 additions & 1 deletion airflow/providers/elasticsearch/BACKPORT_PROVIDER_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Package apache-airflow-backport-providers-elasticsearch

Release: 2021.3.3
Release: 2021.3.17

**Table of contents**

Expand All @@ -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)
Expand Down Expand Up @@ -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 |
Expand Down