Skip to content

Commit

Permalink
Prepare to release the next wave of providers: (#14487)
Browse files Browse the repository at this point in the history
* 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:
  • Loading branch information
potiuk committed Feb 27, 2021
1 parent f9cc775 commit 589d6de
Show file tree
Hide file tree
Showing 199 changed files with 2,778 additions and 202 deletions.
9 changes: 9 additions & 0 deletions airflow/providers/amazon/ADDITIONAL_INFO.md
Expand Up @@ -17,6 +17,15 @@
under the License.
-->

## Release 2021.3.3

### Features

* `Adding support to put extra arguments for Glue Job. (#14027)`
* `Avoid using threads in S3 remote logging upload (#14414)`
* `Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)`
* `includes the STS token if STS credentials are used (#11227)`

## Release 2021.2.5

### Features
Expand Down
14 changes: 14 additions & 0 deletions airflow/providers/amazon/BACKPORT_PROVIDER_CHANGES_2021.03.03.md
@@ -0,0 +1,14 @@


### Release 2021.3.3

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------|
| [13854c32a](https://github.com/apache/airflow/commit/13854c32a38787af6d8a52ab2465cb6185c0b74c) | 2021-02-27 | `Adding support to put extra arguments for Glue Job. (#14027)` |
| [0d6cae417](https://github.com/apache/airflow/commit/0d6cae4172ff185ec4c0fc483bf556ce3252b7b0) | 2021-02-24 | `Avoid using threads in S3 remote logging uplod (#14414)` |
| [ca35bd7f7](https://github.com/apache/airflow/commit/ca35bd7f7f6bc2fb4f2afd7762114ce262c61941) | 2021-02-21 | `By default PIP will install all packages in .local folder (#14125)` |
| [1b1472630](https://github.com/apache/airflow/commit/1b147263076d48772d417c5154f2db86fc6a6877) | 2021-02-11 | `Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)` |
| [9034f277e](https://github.com/apache/airflow/commit/9034f277ef935df98b63963c824ba71e0dcd92c7) | 2021-02-10 | `Document configuration for email backend credentials. (#14006)` |
| [8c5594b02](https://github.com/apache/airflow/commit/8c5594b02ffbfc631ebc2366dbde6d8c4e56d550) | 2021-02-08 | `includes the STS token if STS credentials are used (#11227)` |
| [cddbf9c11](https://github.com/apache/airflow/commit/cddbf9c11d092422e6695d7a5a5c859fdf140753) | 2021-02-06 | `Use MongoDB color for MongoToS3Operator (#14103)` |
| [10343ec29](https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda) | 2021-02-05 | `Corrections in docs and tools after releasing provider RCs (#14082)` |
26 changes: 25 additions & 1 deletion airflow/providers/amazon/BACKPORT_PROVIDER_README.md
Expand Up @@ -20,7 +20,7 @@

# Package apache-airflow-backport-providers-amazon

Release: 2021.2.5
Release: 2021.3.3

**Table of contents**

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


## Release 2021.3.3

### Features

* `Adding support to put extra arguments for Glue Job. (#14027)`
* `Avoid using threads in S3 remote logging upload (#14414)`
* `Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)`
* `includes the STS token if STS credentials are used (#11227)`

## Release 2021.2.5

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

## Releases

### Release 2021.3.3

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


### Release 2021.2.5

| Commit | Committed | Subject |
Expand Down
11 changes: 11 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Expand Up @@ -19,12 +19,23 @@
Changelog
---------

1.2.0
.....

Features
~~~~~~~~

* ``Avoid using threads in S3 remote logging upload (#14414)``
* ``Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)``
* ``includes the STS token if STS credentials are used (#11227)``

1.1.0
.....

Features
~~~~~~~~

* ``Adding support to put extra arguments for Glue Job. (#14027)``
* ``Add aws ses email backend for use with EmailOperator. (#13986)``
* ``Add bucket_name to template fileds in S3 operators (#13973)``
* ``Add ExasolToS3Operator (#13847)``
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Expand Up @@ -22,6 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
versions:
- 1.2.0
- 1.1.0
- 1.0.0

Expand Down
25 changes: 25 additions & 0 deletions airflow/providers/apache/beam/ADDITIONAL_INFO.md
@@ -0,0 +1,25 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

## Release 2021.3.3

### Bug fixes

* `Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)`
* `Corrections in docs and tools after releasing provider RCs (#14082)`
@@ -0,0 +1,8 @@


### Release 2021.3.3

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------|
| [8a731f536](https://github.com/apache/airflow/commit/8a731f536cc946cc62c20921187354b828df931e) | 2021-02-05 | `Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)` |
| [10343ec29](https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda) | 2021-02-05 | `Corrections in docs and tools after releasing provider RCs (#14082)` |
18 changes: 17 additions & 1 deletion airflow/providers/apache/beam/BACKPORT_PROVIDER_README.md
Expand Up @@ -20,7 +20,7 @@

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

Release: 2021.2.5
Release: 2021.3.3

**Table of contents**

Expand All @@ -34,6 +34,7 @@ Release: 2021.2.5
- [Hooks](#hooks)
- [New hooks](#new-hooks)
- [Releases](#releases)
- [Release 2021.3.3](#release-202133)
- [Release 2021.2.5](#release-202125)

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


## Release 2021.3.3

### Bug fixes

* `Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)`
* `Corrections in docs and tools after releasing provider RCs (#14082)`


## Installation

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

## Releases

### Release 2021.3.3

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------|
| [8a731f536](https://github.com/apache/airflow/commit/8a731f536cc946cc62c20921187354b828df931e) | 2021-02-05 | `Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)` |
| [10343ec29](https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda) | 2021-02-05 | `Corrections in docs and tools after releasing provider RCs (#14082)` |


### Release 2021.2.5

| Commit | Committed | Subject |
Expand Down
9 changes: 9 additions & 0 deletions airflow/providers/apache/beam/CHANGELOG.rst
Expand Up @@ -19,6 +19,15 @@
Changelog
---------

1.0.1
.....

Bug fixes
~~~~~~~~~

* ``Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)``
* ``Corrections in docs and tools after releasing provider RCs (#14082)``

1.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/beam/provider.yaml
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.
versions:
- 1.0.1
- 1.0.0

integrations:
Expand Down
24 changes: 24 additions & 0 deletions airflow/providers/apache/druid/ADDITIONAL_INFO.md
@@ -0,0 +1,24 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

## Release 2021.3.3

### Features

* `Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)`
@@ -0,0 +1,29 @@


### Release 2021.3.3

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------|
| [33214d932](https://github.com/apache/airflow/commit/33214d9326bb0bb52f06e230895f4f68fc952664) | 2021-02-26 | `Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)` |
| [88bdcfa0d](https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43) | 2021-02-04 | `Prepare to release a new wave of providers. (#14013)` |
| [ac2f72c98](https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b) | 2021-02-01 | `Implement provider versioning tools (#13767)` |
| [a9ac2b040](https://github.com/apache/airflow/commit/a9ac2b040b64de1aa5d9c2b9def33334e36a8d22) | 2021-01-23 | `Switch to f-strings using flynt. (#13732)` |
| [295d66f91](https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a) | 2020-12-30 | `Fix Grammar in PIP warning (#13380)` |
| [6cf76d7ac](https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e) | 2020-12-18 | `Fix typo in pip upgrade command :( (#13148)` |
| [5090fb0c8](https://github.com/apache/airflow/commit/5090fb0c8967d2d8719c6f4a468f2151395b5444) | 2020-12-15 | `Add script to generate integrations.json (#13073)` |
| [32971a1a2](https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f) | 2020-12-09 | `Updates providers versions to 1.0.0 (#12955)` |
| [b40dffa08](https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364) | 2020-12-08 | `Rename remaing modules to match AIP-21 (#12917)` |
| [c34ef853c](https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2) | 2020-11-20 | `Separate out documentation building per provider (#12444)` |
| [008035450](https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4) | 2020-11-18 | `Update provider READMEs for 1.0.0b2 batch release (#12449)` |
| [ae7cb4a1e](https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d) | 2020-11-17 | `Update wrong commit hash in backport provider changes (#12390)` |
| [6889a333c](https://github.com/apache/airflow/commit/6889a333cff001727eb0a66e375544a28c9a5f03) | 2020-11-15 | `Improvements for operators and hooks ref docs (#12366)` |
| [3a72fc824](https://github.com/apache/airflow/commit/3a72fc82475df3b745a00a7b5e34eef9d27b3329) | 2020-11-14 | `Fix Description of Provider Docs (#12361)` |
| [7825e8f59](https://github.com/apache/airflow/commit/7825e8f59034645ab3247229be83a3aa90baece1) | 2020-11-13 | `Docs installation improvements (#12304)` |
| [dd2095f4a](https://github.com/apache/airflow/commit/dd2095f4a8b07c9b1a4c279a3578cd1e23b71a1b) | 2020-11-10 | `Simplify string expressions &amp; Use f-string (#12216)` |
| [85a18e13d](https://github.com/apache/airflow/commit/85a18e13d9dec84275283ff69e34704b60d54a75) | 2020-11-09 | `Point at pypi project pages for cross-dependency of provider packages (#12212)` |
| [59eb5de78](https://github.com/apache/airflow/commit/59eb5de78c70ee9c7ae6e4cba5c7a2babb8103ca) | 2020-11-09 | `Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)` |
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | `Moves provider packages scripts to dev (#12082)` |
| [41bf172c1](https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9) | 2020-11-04 | `Simplify string expressions (#12093)` |
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | `Enable Black - Python Auto Formmatter (#9550)` |
| [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03 | `Use PyUpgrade to use Python 3.6 features (#11447)` |
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | `Prepare providers release 0.0.2a1 (#11855)` |

0 comments on commit 589d6de

Please sign in to comment.