You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Jed Cunningham <je...@astronomer.io.INVALID> on 2021/09/24 22:36:09 UTC

[VOTE] Release Apache Airflow Helm Chart 1.2.0 based on 1.2.0rc1

Hello Apache Airflow Community,

This is a call for the vote to release Helm Chart version 1.2.0.

Consider this my (non-binding) +1. As I’m not a member of the PMC, Kaxil
signed the distribution.

The release candidate is available
at:https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.2.0rc1/
*airflow-chart-1.2.0-source.tar.gz* - is the "main source release"
that comes with INSTALL instructions.*airflow-1.2.0.tgz* - is the
binary Helm Chart release.

Public keys are available at: https://www.apache.org/dist/airflow/KEYS

For convenience "index.yaml" has been uploaded (though excluded from
voting), so you can also run the below commands.
helm repo add apache-airflow-dev
https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.2.0rc1/
helm repo update
helm install airflow apache-airflow-dev/airflow
*airflow-1.2.0.tgz.prov* - is also uploaded for verifying Chart
Integrity, though not strictly required for releasing the artifact
based on ASF Guidelines.
$ helm verify airflow-1.2.0.tgz --keyring  ~/.gnupg/secring.gpg
Signed by: Kaxil Naik <ka...@apache.org>
Signed by: Kaxil Naik <ka...@gmail.com>
Using Key With Fingerprint: CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
Chart Hash Verified:
sha256:96bce4de0d06df5f556c2800655fb713b23af78432696f61c0bf66e337bc7d9d
The vote will be open for at least 72 hours (2021-09-27 22:30 UTC) or
until the necessary number of votes are reached.

https://www.timeanddate.com/countdown/generic?iso=20210927T2230&p0=1440&font=sanserif&csz=1

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Only votes from PMC members are binding, but members of the community are
encouraged to test the release and vote with "(non-binding)".

For license checks, the .rat-excludes files is included, so you can
run the following to verify licenses (just update $PATH_TO_RAT):
tar -xvf airflow-chart-1.2.0-source.tar.gz
cd airflow-chart-1.2.0
java -jar $PATH_TO_RAT/apache-rat-0.13/apache-rat-0.13.jar chart -E
.rat-excludes

Please note that the version number excludes the `rcX` string, so it's now
simply 1.2.0. This will allow us to rename the artifact without modifying
the artifact checksums when we actually release.

Thanks,
Jed

Re: [VOTE] Release Apache Airflow Helm Chart 1.2.0 based on 1.2.0rc1

Posted by Kaxil Naik <ka...@apache.org>.
+1 (binding)

On Tue, Sep 28, 2021, 20:26 Jed Cunningham <je...@astronomer.io.invalid>
wrote:

> Friendly reminder that this needs more PMC votes.
>

[RESULT][VOTE] Release Apache Airflow Helm Chart 1.2.0 based on 1.2.0rc1

Posted by Jed Cunningham <je...@astronomer.io.INVALID>.
Hello all,

The vote to release Apache Airflow Helm Chart version 1.2.0 based on
1.2.0rc1 is now closed.

The vote PASSED with 3 binding "+1", 1 non-binding "+1" and 0 "-1" votes:

"+1" Binding votes:
  - Jarek Potiuk
  - Kaxil Naik
  - Ephraim Anierobi

"+1" Non-Binding votes:

  - Jed Cunningham

Vote thread:https://lists.apache.org/thread.html/r81e4ab1139af2fcd3f153cf34605c12aaafe885c47cf952dd35e1eeb%40%3Cdev.airflow.apache.org%3E

I'll continue with the release process and the release announcement
will follow shortly.

Thanks,
Jed

RE: [VOTE] Release Apache Airflow Helm Chart 1.2.0 based on 1.2.0rc1

Posted by Ephraim Anierobi <ep...@astronomer.io.INVALID>.
+1 binding  
Installed it and ran with a few dags



 **From:**[Jed Cunningham](mailto:jed@astronomer.io.invalid)  
 **Sent:** Tuesday, September 28, 2021 3:57 PM  
 **To:**[dev@airflow.apache.org](mailto:dev@airflow.apache.org)  
 **Subject:** Re: [VOTE] Release Apache Airflow Helm Chart 1.2.0 based on
1.2.0rc1



Friendly reminder that this needs more PMC votes.




Re: [VOTE] Release Apache Airflow Helm Chart 1.2.0 based on 1.2.0rc1

Posted by Jed Cunningham <je...@astronomer.io.INVALID>.
Friendly reminder that this needs more PMC votes.

Re: [VOTE] Release Apache Airflow Helm Chart 1.2.0 based on 1.2.0rc1

Posted by Jarek Potiuk <ja...@potiuk.com>.
+1 (binding). Installed Airflow with defaults (2.1.4) - it works as
expected out-of-the-box with the latest clean kind/kubernetes.

Checked licence, signatures, checksums - looks good with one NIT - the two
.json schemas, Chart.lock and .gitignore that are part of the chart release
are not excluded from RAT checks (json does not support comments so we
can't place licences there). This is not  a blocker at all.

PR to fix it for next release here:
https://github.com/apache/airflow/pull/18547

J.


On Sat, Sep 25, 2021 at 12:49 AM Jed Cunningham <je...@astronomer.io.invalid>
wrote:

> Let's try again since we lost some newlines:
>
> Hello Apache Airflow Community,
>
> This is a call for the vote to release Helm Chart version 1.2.0.
>
> Consider this my (non-binding) +1. As I’m not a member of the PMC, Kaxil
> signed the distribution.
>
> The release candidate is available at:
> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.2.0rc1/
>
> *airflow-chart-1.2.0-source.tar.gz* - is the "main source release" that
> comes with INSTALL instructions.
> *airflow-1.2.0.tgz* - is the binary Helm Chart release.
>
> Public keys are available at: https://www.apache.org/dist/airflow/KEYS
>
> For convenience "index.yaml" has been uploaded (though excluded from
> voting), so you can also run the below commands.
>
> helm repo add apache-airflow-dev
> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.2.0rc1/
> helm repo update
> helm install airflow apache-airflow-dev/airflow
>
> *airflow-1.2.0.tgz.prov* - is also uploaded for verifying Chart
> Integrity, though not strictly required for releasing the artifact based on
> ASF Guidelines.
>
> $ helm verify airflow-1.2.0.tgz --keyring ~/.gnupg/secring.gpg
> Signed by: Kaxil Naik <ka...@apache.org>
> Signed by: Kaxil Naik <ka...@gmail.com>
> Using Key With Fingerprint: CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
> Chart Hash Verified:
> sha256:96bce4de0d06df5f556c2800655fb713b23af78432696f61c0bf66e337bc7d9d
>
> The vote will be open for at least 72 hours (2021-09-27 22:30 UTC) or
> until the necessary number of votes are reached.
>
>
> https://www.timeanddate.com/countdown/generic?iso=20210927T2230&p0=1440&font=sanserif&csz=1
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Only votes from PMC members are binding, but members of the community are
> encouraged to test the release and vote with "(non-binding)".
>
> For license checks, the .rat-excludes files is included, so you can run
> the following to verify licenses (just update $PATH_TO_RAT):
>
> tar -xvf airflow-chart-1.2.0-source.tar.gz
> cd airflow-chart-1.2.0
> java -jar $PATH_TO_RAT/apache-rat-0.13/apache-rat-0.13.jar chart -E
> .rat-excludes
>
> Please note that the version number excludes the `rcX` string, so it's now
> simply 1.2.0. This will allow us to rename the artifact without modifying
> the artifact checksums when we actually release.
>
> Thanks,
> Jed
>

Re: [VOTE] Release Apache Airflow Helm Chart 1.2.0 based on 1.2.0rc1

Posted by Jed Cunningham <je...@astronomer.io.INVALID>.
Let's try again since we lost some newlines:

Hello Apache Airflow Community,

This is a call for the vote to release Helm Chart version 1.2.0.

Consider this my (non-binding) +1. As I’m not a member of the PMC, Kaxil
signed the distribution.

The release candidate is available at:
https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.2.0rc1/

*airflow-chart-1.2.0-source.tar.gz* - is the "main source release" that
comes with INSTALL instructions.
*airflow-1.2.0.tgz* - is the binary Helm Chart release.

Public keys are available at: https://www.apache.org/dist/airflow/KEYS

For convenience "index.yaml" has been uploaded (though excluded from
voting), so you can also run the below commands.

helm repo add apache-airflow-dev
https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.2.0rc1/
helm repo update
helm install airflow apache-airflow-dev/airflow

*airflow-1.2.0.tgz.prov* - is also uploaded for verifying Chart Integrity,
though not strictly required for releasing the artifact based on ASF
Guidelines.

$ helm verify airflow-1.2.0.tgz --keyring ~/.gnupg/secring.gpg
Signed by: Kaxil Naik <ka...@apache.org>
Signed by: Kaxil Naik <ka...@gmail.com>
Using Key With Fingerprint: CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
Chart Hash Verified:
sha256:96bce4de0d06df5f556c2800655fb713b23af78432696f61c0bf66e337bc7d9d

The vote will be open for at least 72 hours (2021-09-27 22:30 UTC) or until
the necessary number of votes are reached.

https://www.timeanddate.com/countdown/generic?iso=20210927T2230&p0=1440&font=sanserif&csz=1

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Only votes from PMC members are binding, but members of the community are
encouraged to test the release and vote with "(non-binding)".

For license checks, the .rat-excludes files is included, so you can run the
following to verify licenses (just update $PATH_TO_RAT):

tar -xvf airflow-chart-1.2.0-source.tar.gz
cd airflow-chart-1.2.0
java -jar $PATH_TO_RAT/apache-rat-0.13/apache-rat-0.13.jar chart -E
.rat-excludes

Please note that the version number excludes the `rcX` string, so it's now
simply 1.2.0. This will allow us to rename the artifact without modifying
the artifact checksums when we actually release.

Thanks,
Jed