Skip to content

Commit 12c5e5d

Browse files
authored
Prepare release candidate for backport packages (#8891)
After preparing the 2020.5.19 release candidate and reviewing the packages, some changes turned out to be necessary. Therefore the date was changed to 2020.5.20 with the folowing fixes: * cncf.kubernetes.example_dags were hard-coded and added for all packagesa and they were removed * Version suffix is only used to rename the binary packages not for the version itself * Release process description is updated with the release process * Package version is consistent - leading 0s are skipped in month and day
1 parent ff342fc commit 12c5e5d

File tree

125 files changed

+637
-276
lines changed

Some content is hidden

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

125 files changed

+637
-276
lines changed

airflow/providers/amazon/PROVIDERS_CHANGES_2020.05.19.md renamed to airflow/providers/amazon/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22

3-
### Release 2020.05.19
3+
### Release 2020.5.20
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
78
| [f4edd90a9](https://github.com/apache/airflow/commit/f4edd90a94b8f91bbefbbbfba367372399559596) | 2020-05-16 | Speed up TestAwsLambdaHook by not actually running a function (#8882) |
89
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
910
| [85bbab27d](https://github.com/apache/airflow/commit/85bbab27dbb4f55f6f322b894fe3d54797076c15) | 2020-05-15 | Add EMR operators howto docs (#8863) |

airflow/providers/amazon/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

23-
Release: 2020.05.19
23+
Release: 2020.5.20
2424

2525
**Table of contents**
2626

@@ -44,7 +44,7 @@ Release: 2020.05.19
4444
- [Secrets](#secrets)
4545
- [Moved secrets](#moved-secrets)
4646
- [Releases](#releases)
47-
- [Release 2020.05.19](#release-20200519)
47+
- [Release 2020.5.20](#release-2020520)
4848

4949
## Backport package
5050

@@ -245,10 +245,11 @@ All classes in Airflow 2.0 are in `airflow.providers.amazon` package.
245245

246246
## Releases
247247

248-
### Release 2020.05.19
248+
### Release 2020.5.20
249249

250250
| Commit | Committed | Subject |
251251
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
252+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
252253
| [f4edd90a9](https://github.com/apache/airflow/commit/f4edd90a94b8f91bbefbbbfba367372399559596) | 2020-05-16 | Speed up TestAwsLambdaHook by not actually running a function (#8882) |
253254
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
254255
| [85bbab27d](https://github.com/apache/airflow/commit/85bbab27dbb4f55f6f322b894fe3d54797076c15) | 2020-05-15 | Add EMR operators howto docs (#8863) |

airflow/providers/apache/cassandra/PROVIDERS_CHANGES_2020.05.19.md renamed to airflow/providers/apache/cassandra/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22

3-
### Release 2020.05.19
3+
### Release 2020.5.20
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------|
7+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
78
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
89
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |
910
| [97a429f9d](https://github.com/apache/airflow/commit/97a429f9d0cf740c5698060ad55f11e93cb57b55) | 2020-02-02 | [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) |

airflow/providers/apache/cassandra/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

23-
Release: 2020.05.19
23+
Release: 2020.5.20
2424

2525
**Table of contents**
2626

@@ -34,7 +34,7 @@ Release: 2020.05.19
3434
- [Hooks](#hooks)
3535
- [Moved hooks](#moved-hooks)
3636
- [Releases](#releases)
37-
- [Release 2020.05.19](#release-20200519)
37+
- [Release 2020.5.20](#release-2020520)
3838

3939
## Backport package
4040

@@ -94,10 +94,11 @@ All classes in Airflow 2.0 are in `airflow.providers.apache.cassandra` package.
9494

9595
## Releases
9696

97-
### Release 2020.05.19
97+
### Release 2020.5.20
9898

9999
| Commit | Committed | Subject |
100100
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------|
101+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
101102
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
102103
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |
103104
| [97a429f9d](https://github.com/apache/airflow/commit/97a429f9d0cf740c5698060ad55f11e93cb57b55) | 2020-02-02 | [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) |

airflow/providers/apache/druid/PROVIDERS_CHANGES_2020.05.19.md renamed to airflow/providers/apache/druid/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22

3-
### Release 2020.05.19
3+
### Release 2020.5.20
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------------|
7+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
78
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
89
| [4bde99f13](https://github.com/apache/airflow/commit/4bde99f1323d72f6c84c1548079d5e98fc0a2a9a) | 2020-03-23 | Make airflow/providers pylint compatible (#7802) |
910
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |

airflow/providers/apache/druid/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

23-
Release: 2020.05.19
23+
Release: 2020.5.20
2424

2525
**Table of contents**
2626

@@ -35,7 +35,7 @@ Release: 2020.05.19
3535
- [Hooks](#hooks)
3636
- [Moved hooks](#moved-hooks)
3737
- [Releases](#releases)
38-
- [Release 2020.05.19](#release-20200519)
38+
- [Release 2020.5.20](#release-2020520)
3939

4040
## Backport package
4141

@@ -113,10 +113,11 @@ All classes in Airflow 2.0 are in `airflow.providers.apache.druid` package.
113113

114114
## Releases
115115

116-
### Release 2020.05.19
116+
### Release 2020.5.20
117117

118118
| Commit | Committed | Subject |
119119
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------------|
120+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
120121
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
121122
| [4bde99f13](https://github.com/apache/airflow/commit/4bde99f1323d72f6c84c1548079d5e98fc0a2a9a) | 2020-03-23 | Make airflow/providers pylint compatible (#7802) |
122123
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |

airflow/providers/apache/hdfs/PROVIDERS_CHANGES_2020.05.19.md renamed to airflow/providers/apache/hdfs/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22

3-
### Release 2020.05.19
3+
### Release 2020.5.20
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------|
7+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
78
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
89
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |
910
| [6c670870a](https://github.com/apache/airflow/commit/6c670870aa6ea5d82a86f912bb6de8b88e711ca5) | 2020-03-25 | [AIRFLOW-6833] HA for webhdfs connection (#7454) |

airflow/providers/apache/hdfs/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

23-
Release: 2020.05.19
23+
Release: 2020.5.20
2424

2525
**Table of contents**
2626

@@ -34,7 +34,7 @@ Release: 2020.05.19
3434
- [Hooks](#hooks)
3535
- [Moved hooks](#moved-hooks)
3636
- [Releases](#releases)
37-
- [Release 2020.05.19](#release-20200519)
37+
- [Release 2020.5.20](#release-2020520)
3838

3939
## Backport package
4040

@@ -97,10 +97,11 @@ All classes in Airflow 2.0 are in `airflow.providers.apache.hdfs` package.
9797

9898
## Releases
9999

100-
### Release 2020.05.19
100+
### Release 2020.5.20
101101

102102
| Commit | Committed | Subject |
103103
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------|
104+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
104105
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
105106
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |
106107
| [6c670870a](https://github.com/apache/airflow/commit/6c670870aa6ea5d82a86f912bb6de8b88e711ca5) | 2020-03-25 | [AIRFLOW-6833] HA for webhdfs connection (#7454) |

airflow/providers/apache/hive/PROVIDERS_CHANGES_2020.05.19.md renamed to airflow/providers/apache/hive/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22

3-
### Release 2020.05.19
3+
### Release 2020.5.20
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
78
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
89
| [93ea05880](https://github.com/apache/airflow/commit/93ea05880283a56e3d42ab07db7453977a3de8ec) | 2020-04-21 | [AIRFLOW-7059] pass hive_conf to get_pandas_df in HiveServer2Hook (#8380) |
910
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |

airflow/providers/apache/hive/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

23-
Release: 2020.05.19
23+
Release: 2020.5.20
2424

2525
**Table of contents**
2626

@@ -37,7 +37,7 @@ Release: 2020.05.19
3737
- [Hooks](#hooks)
3838
- [Moved hooks](#moved-hooks)
3939
- [Releases](#releases)
40-
- [Release 2020.05.19](#release-20200519)
40+
- [Release 2020.5.20](#release-2020520)
4141

4242
## Backport package
4343

@@ -140,10 +140,11 @@ All classes in Airflow 2.0 are in `airflow.providers.apache.hive` package.
140140

141141
## Releases
142142

143-
### Release 2020.05.19
143+
### Release 2020.5.20
144144

145145
| Commit | Committed | Subject |
146146
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
147+
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
147148
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
148149
| [93ea05880](https://github.com/apache/airflow/commit/93ea05880283a56e3d42ab07db7453977a3de8ec) | 2020-04-21 | [AIRFLOW-7059] pass hive_conf to get_pandas_df in HiveServer2Hook (#8380) |
149150
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |

0 commit comments

Comments
 (0)