Skip to content

Commit

Permalink
Prepare release candidate for backport packages (#8891)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
potiuk committed May 17, 2020
1 parent ff342fc commit 12c5e5d
Show file tree
Hide file tree
Showing 125 changed files with 637 additions and 276 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@


### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [f4edd90a9](https://github.com/apache/airflow/commit/f4edd90a94b8f91bbefbbbfba367372399559596) | 2020-05-16 | Speed up TestAwsLambdaHook by not actually running a function (#8882) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [85bbab27d](https://github.com/apache/airflow/commit/85bbab27dbb4f55f6f322b894fe3d54797076c15) | 2020-05-15 | Add EMR operators howto docs (#8863) |
Expand Down
7 changes: 4 additions & 3 deletions airflow/providers/amazon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Package apache-airflow-backport-providers-amazon

Release: 2020.05.19
Release: 2020.5.20

**Table of contents**

Expand All @@ -44,7 +44,7 @@ Release: 2020.05.19
- [Secrets](#secrets)
- [Moved secrets](#moved-secrets)
- [Releases](#releases)
- [Release 2020.05.19](#release-20200519)
- [Release 2020.5.20](#release-2020520)

## Backport package

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

## Releases

### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [f4edd90a9](https://github.com/apache/airflow/commit/f4edd90a94b8f91bbefbbbfba367372399559596) | 2020-05-16 | Speed up TestAwsLambdaHook by not actually running a function (#8882) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [85bbab27d](https://github.com/apache/airflow/commit/85bbab27dbb4f55f6f322b894fe3d54797076c15) | 2020-05-15 | Add EMR operators howto docs (#8863) |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@


### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |
| [97a429f9d](https://github.com/apache/airflow/commit/97a429f9d0cf740c5698060ad55f11e93cb57b55) | 2020-02-02 | [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) |
Expand Down
7 changes: 4 additions & 3 deletions airflow/providers/apache/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

Release: 2020.05.19
Release: 2020.5.20

**Table of contents**

Expand All @@ -34,7 +34,7 @@ Release: 2020.05.19
- [Hooks](#hooks)
- [Moved hooks](#moved-hooks)
- [Releases](#releases)
- [Release 2020.05.19](#release-20200519)
- [Release 2020.5.20](#release-2020520)

## Backport package

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

## Releases

### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |
| [97a429f9d](https://github.com/apache/airflow/commit/97a429f9d0cf740c5698060ad55f11e93cb57b55) | 2020-02-02 | [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@


### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [4bde99f13](https://github.com/apache/airflow/commit/4bde99f1323d72f6c84c1548079d5e98fc0a2a9a) | 2020-03-23 | Make airflow/providers pylint compatible (#7802) |
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |
Expand Down
7 changes: 4 additions & 3 deletions airflow/providers/apache/druid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

Release: 2020.05.19
Release: 2020.5.20

**Table of contents**

Expand All @@ -35,7 +35,7 @@ Release: 2020.05.19
- [Hooks](#hooks)
- [Moved hooks](#moved-hooks)
- [Releases](#releases)
- [Release 2020.05.19](#release-20200519)
- [Release 2020.5.20](#release-2020520)

## Backport package

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

## Releases

### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [4bde99f13](https://github.com/apache/airflow/commit/4bde99f1323d72f6c84c1548079d5e98fc0a2a9a) | 2020-03-23 | Make airflow/providers pylint compatible (#7802) |
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@


### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |
| [6c670870a](https://github.com/apache/airflow/commit/6c670870aa6ea5d82a86f912bb6de8b88e711ca5) | 2020-03-25 | [AIRFLOW-6833] HA for webhdfs connection (#7454) |
Expand Down
7 changes: 4 additions & 3 deletions airflow/providers/apache/hdfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

Release: 2020.05.19
Release: 2020.5.20

**Table of contents**

Expand All @@ -34,7 +34,7 @@ Release: 2020.05.19
- [Hooks](#hooks)
- [Moved hooks](#moved-hooks)
- [Releases](#releases)
- [Release 2020.05.19](#release-20200519)
- [Release 2020.5.20](#release-2020520)

## Backport package

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

## Releases

### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |
| [6c670870a](https://github.com/apache/airflow/commit/6c670870aa6ea5d82a86f912bb6de8b88e711ca5) | 2020-03-25 | [AIRFLOW-6833] HA for webhdfs connection (#7454) |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@


### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [93ea05880](https://github.com/apache/airflow/commit/93ea05880283a56e3d42ab07db7453977a3de8ec) | 2020-04-21 | [AIRFLOW-7059] pass hive_conf to get_pandas_df in HiveServer2Hook (#8380) |
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |
Expand Down
7 changes: 4 additions & 3 deletions airflow/providers/apache/hive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

Release: 2020.05.19
Release: 2020.5.20

**Table of contents**

Expand All @@ -37,7 +37,7 @@ Release: 2020.05.19
- [Hooks](#hooks)
- [Moved hooks](#moved-hooks)
- [Releases](#releases)
- [Release 2020.05.19](#release-20200519)
- [Release 2020.5.20](#release-2020520)

## Backport package

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

## Releases

### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [93ea05880](https://github.com/apache/airflow/commit/93ea05880283a56e3d42ab07db7453977a3de8ec) | 2020-04-21 | [AIRFLOW-7059] pass hive_conf to get_pandas_df in HiveServer2Hook (#8380) |
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@


### Release 2020.05.19
### Release 2020.5.20

| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
| [3320e432a](https://github.com/apache/airflow/commit/3320e432a129476dbc1c55be3b3faa3326a635bc) | 2020-02-24 | [AIRFLOW-6817] Lazy-load `airflow.DAG` to keep user-facing API untouched (#7517) |
| [4d03e33c1](https://github.com/apache/airflow/commit/4d03e33c115018e30fa413c42b16212481ad25cc) | 2020-02-22 | [AIRFLOW-6817] remove imports from `airflow/__init__.py`, replaced implicit imports with explicit imports, added entry to `UPDATING.MD` - squashed/rebased (#7456) |
Expand Down
Loading

0 comments on commit 12c5e5d

Please sign in to comment.