Skip to content

Commit 589d6de

Browse files
authored
Prepare to release the next wave of providers: (#14487)
* Prepare to release the next wave of providers: Regular providers: * amazon - 1.2.0 * apache.beam - 1.0.1 * apache.druid - 1.1.0 * apache.hive - 1.0.2 * apache.spark - 1.0.2 * cncf.kubernetes - 1.0.2 * dingding - 1.0.2 * docker - 1.0.2 * elasticsearch - 1.0.2 * exasol - 1.1.0 * google - 2.1.0 * http - 1.1.1 * jenkins - 1.1.0 * microsoft.azure - 1.2.0 * mysql - 1.0.2 * neo4j - 1.0.1 * openfaas - 1.1.1 * papermill - 1.0.2 * presto - 1.0.2 * qubole - 1.0.2 * salesforce - 2.0.0 * sendgrid - 1.0.2 * sftp - 1.1.1 * slack - 3.0.0 * snowflake - 1.1.1 * sqlite - 1.0.2 * ssh - 1.2.0 * tableau - 1.0.0 * telegram - 1.0.2 Backport providers (all in version 2021.3.3): amazon apache.beam apache.druid apache.hive apache.spark cncf.kubernetes dingding docker elasticsearch exasol google http jenkins microsoft.azure mysql neo4j openfaas papermill presto qubole salesforce sendgrid sftp slack snowflake sqlite ssh tableau telegram * fixup! Prepare to release the next wave of providers:
1 parent f9cc775 commit 589d6de

File tree

199 files changed

+2778
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+2778
-202
lines changed

β€Žairflow/providers/amazon/ADDITIONAL_INFO.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
under the License.
1818
-->
1919

20+
## Release 2021.3.3
21+
22+
### Features
23+
24+
* `Adding support to put extra arguments for Glue Job. (#14027)`
25+
* `Avoid using threads in S3 remote logging upload (#14414)`
26+
* `Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)`
27+
* `includes the STS token if STS credentials are used (#11227)`
28+
2029
## Release 2021.2.5
2130

2231
### Features
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
### Release 2021.3.3
4+
5+
| Commit | Committed | Subject |
6+
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------|
7+
| [13854c32a](https://github.com/apache/airflow/commit/13854c32a38787af6d8a52ab2465cb6185c0b74c) | 2021-02-27 | `Adding support to put extra arguments for Glue Job. (#14027)` |
8+
| [0d6cae417](https://github.com/apache/airflow/commit/0d6cae4172ff185ec4c0fc483bf556ce3252b7b0) | 2021-02-24 | `Avoid using threads in S3 remote logging uplod (#14414)` |
9+
| [ca35bd7f7](https://github.com/apache/airflow/commit/ca35bd7f7f6bc2fb4f2afd7762114ce262c61941) | 2021-02-21 | `By default PIP will install all packages in .local folder (#14125)` |
10+
| [1b1472630](https://github.com/apache/airflow/commit/1b147263076d48772d417c5154f2db86fc6a6877) | 2021-02-11 | `Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)` |
11+
| [9034f277e](https://github.com/apache/airflow/commit/9034f277ef935df98b63963c824ba71e0dcd92c7) | 2021-02-10 | `Document configuration for email backend credentials. (#14006)` |
12+
| [8c5594b02](https://github.com/apache/airflow/commit/8c5594b02ffbfc631ebc2366dbde6d8c4e56d550) | 2021-02-08 | `includes the STS token if STS credentials are used (#11227)` |
13+
| [cddbf9c11](https://github.com/apache/airflow/commit/cddbf9c11d092422e6695d7a5a5c859fdf140753) | 2021-02-06 | `Use MongoDB color for MongoToS3Operator (#14103)` |
14+
| [10343ec29](https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda) | 2021-02-05 | `Corrections in docs and tools after releasing provider RCs (#14082)` |

β€Žairflow/providers/amazon/BACKPORT_PROVIDER_README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Package apache-airflow-backport-providers-amazon
2222

23-
Release: 2021.2.5
23+
Release: 2021.3.3
2424

2525
**Table of contents**
2626

@@ -44,6 +44,7 @@ Release: 2021.2.5
4444
- [Secrets](#secrets)
4545
- [Moved secrets](#moved-secrets)
4646
- [Releases](#releases)
47+
- [Release 2021.3.3](#release-202133)
4748
- [Release 2021.2.5](#release-202125)
4849
- [Release 2020.11.23](#release-20201123)
4950
- [Release 2020.10.29](#release-20201029)
@@ -61,6 +62,15 @@ While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade pyth
6162
want to use this backport package.
6263

6364

65+
## Release 2021.3.3
66+
67+
### Features
68+
69+
* `Adding support to put extra arguments for Glue Job. (#14027)`
70+
* `Avoid using threads in S3 remote logging upload (#14414)`
71+
* `Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)`
72+
* `includes the STS token if STS credentials are used (#11227)`
73+
6474
## Release 2021.2.5
6575

6676
### Features
@@ -306,6 +316,20 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
306316

307317
## Releases
308318

319+
### Release 2021.3.3
320+
321+
| Commit | Committed | Subject |
322+
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------|
323+
| [13854c32a](https://github.com/apache/airflow/commit/13854c32a38787af6d8a52ab2465cb6185c0b74c) | 2021-02-27 | `Adding support to put extra arguments for Glue Job. (#14027)` |
324+
| [0d6cae417](https://github.com/apache/airflow/commit/0d6cae4172ff185ec4c0fc483bf556ce3252b7b0) | 2021-02-24 | `Avoid using threads in S3 remote logging uplod (#14414)` |
325+
| [ca35bd7f7](https://github.com/apache/airflow/commit/ca35bd7f7f6bc2fb4f2afd7762114ce262c61941) | 2021-02-21 | `By default PIP will install all packages in .local folder (#14125)` |
326+
| [1b1472630](https://github.com/apache/airflow/commit/1b147263076d48772d417c5154f2db86fc6a6877) | 2021-02-11 | `Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)` |
327+
| [9034f277e](https://github.com/apache/airflow/commit/9034f277ef935df98b63963c824ba71e0dcd92c7) | 2021-02-10 | `Document configuration for email backend credentials. (#14006)` |
328+
| [8c5594b02](https://github.com/apache/airflow/commit/8c5594b02ffbfc631ebc2366dbde6d8c4e56d550) | 2021-02-08 | `includes the STS token if STS credentials are used (#11227)` |
329+
| [cddbf9c11](https://github.com/apache/airflow/commit/cddbf9c11d092422e6695d7a5a5c859fdf140753) | 2021-02-06 | `Use MongoDB color for MongoToS3Operator (#14103)` |
330+
| [10343ec29](https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda) | 2021-02-05 | `Corrections in docs and tools after releasing provider RCs (#14082)` |
331+
332+
309333
### Release 2021.2.5
310334

311335
| Commit | Committed | Subject |

β€Žairflow/providers/amazon/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,23 @@
1919
Changelog
2020
---------
2121

22+
1.2.0
23+
.....
24+
25+
Features
26+
~~~~~~~~
27+
28+
* ``Avoid using threads in S3 remote logging upload (#14414)``
29+
* ``Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)``
30+
* ``includes the STS token if STS credentials are used (#11227)``
31+
2232
1.1.0
2333
.....
2434

2535
Features
2636
~~~~~~~~
2737

38+
* ``Adding support to put extra arguments for Glue Job. (#14027)``
2839
* ``Add aws ses email backend for use with EmailOperator. (#13986)``
2940
* ``Add bucket_name to template fileds in S3 operators (#13973)``
3041
* ``Add ExasolToS3Operator (#13847)``

β€Žairflow/providers/amazon/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
2323
2424
versions:
25+
- 1.2.0
2526
- 1.1.0
2627
- 1.0.0
2728

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
20+
## Release 2021.3.3
21+
22+
### Bug fixes
23+
24+
* `Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)`
25+
* `Corrections in docs and tools after releasing provider RCs (#14082)`
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
### Release 2021.3.3
4+
5+
| Commit | Committed | Subject |
6+
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------|
7+
| [8a731f536](https://github.com/apache/airflow/commit/8a731f536cc946cc62c20921187354b828df931e) | 2021-02-05 | `Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)` |
8+
| [10343ec29](https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda) | 2021-02-05 | `Corrections in docs and tools after releasing provider RCs (#14082)` |

β€Žairflow/providers/apache/beam/BACKPORT_PROVIDER_README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Package apache-airflow-backport-providers-apache-beam
2222

23-
Release: 2021.2.5
23+
Release: 2021.3.3
2424

2525
**Table of contents**
2626

@@ -34,6 +34,7 @@ Release: 2021.2.5
3434
- [Hooks](#hooks)
3535
- [New hooks](#new-hooks)
3636
- [Releases](#releases)
37+
- [Release 2021.3.3](#release-202133)
3738
- [Release 2021.2.5](#release-202125)
3839

3940
## Backport package
@@ -47,6 +48,13 @@ While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade pyth
4748
want to use this backport package.
4849

4950

51+
## Release 2021.3.3
52+
53+
### Bug fixes
54+
55+
* `Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)`
56+
* `Corrections in docs and tools after releasing provider RCs (#14082)`
57+
5058

5159
## Installation
5260

@@ -107,6 +115,14 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
107115

108116
## Releases
109117

118+
### Release 2021.3.3
119+
120+
| Commit | Committed | Subject |
121+
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------|
122+
| [8a731f536](https://github.com/apache/airflow/commit/8a731f536cc946cc62c20921187354b828df931e) | 2021-02-05 | `Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)` |
123+
| [10343ec29](https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda) | 2021-02-05 | `Corrections in docs and tools after releasing provider RCs (#14082)` |
124+
125+
110126
### Release 2021.2.5
111127

112128
| Commit | Committed | Subject |

β€Žairflow/providers/apache/beam/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
Changelog
2020
---------
2121

22+
1.0.1
23+
.....
24+
25+
Bug fixes
26+
~~~~~~~~~
27+
28+
* ``Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)``
29+
* ``Corrections in docs and tools after releasing provider RCs (#14082)``
30+
2231
1.0.0
2332
.....
2433

β€Žairflow/providers/apache/beam/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Beam <https://beam.apache.org/>`__.
2323
2424
versions:
25+
- 1.0.1
2526
- 1.0.0
2627

2728
integrations:

0 commit comments

Comments
 (0)