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...@apache.org> on 2022/05/17 18:40:34 UTC

[VOTE] Release Apache Airflow Helm Chart 1.6.0 based on 1.6.0rc2

Hello Apache Airflow Community,

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

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

airflow-chart-1.6.0-source.tar.gz - is the "main source release" that comes
with INSTALL instructions.
airflow-1.6.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.6.0rc2/
helm repo update
helm install airflow apache-airflow-dev/airflow

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

$ helm gpg verify airflow-1.6.0.tgz
gpg: Signature made Tue May 17 12:29:32 2022 MDT
gpg:                using RSA key E1A1E984F55B8F280BD9CBA20BB7163892A2E48E
gpg:                issuer "jedcunningham@apache.org"
gpg: Good signature from "Jed Cunningham <je...@apache.org>"
[ultimate]
plugin: Chart SHA verified.
sha256:09e5f92c361b1e3b0006dd0673e2acbcd3a60102c725da815636badf1553a918

The vote will be open for at least 72 hours (2022-05-20 18:45 UTC) or until
the necessary number of votes is reached.

https://www.timeanddate.com/countdown/to?iso=20220520T1845&p0=136&font=cursive

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 ):

tar -xvf airflow-chart-1.6.0-source.tar.gz
cd airflow-chart-1.6.0
java -jar /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.6.0. This will allow us to rename the artifact without modifying
the artifact checksums when we actually release it.

The status of testing the Helm Chart by the community is kept here:
https://github.com/apache/airflow/issues/23599

Thanks,
Jed

[RESULT][VOTE] Release Apache Airflow Helm Chart 1.6.0 based on 1.6.0rc2

Posted by Jed Cunningham <je...@apache.org>.
Hello all,

The vote to release Apache Airflow Helm Chart version 1.6.0 based on
1.6.0rc2 is now closed.

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

"+1" Binding votes:

  - Jed Cunningham
  - Jarek Potiuk
  - Ash Berlin-Taylor

"+1" Non-Binding votes:

  - Dennis Akpenyi

Vote thread:https://lists.apache.org/thread/1t09mp0nqp1dl9rs9nnxfkfnlkg725q2

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

Thanks,
Jed

Re: [VOTE] Release Apache Airflow Helm Chart 1.6.0 based on 1.6.0rc2

Posted by Dennis Akpenyi <de...@gmail.com>.
+1 (non-binding)

On Fri 20. May 2022 at 03:14, Ash Berlin-Taylor <as...@apache.org> wrote:

> +1 (binding)
>
> On Thu, May 19 2022 at 02:04:59 +0200, Jarek Potiuk <ja...@potiuk.com>
> wrote:
>
> +1 (binding) - checked sigs/sums/licences, run it locally. Additionally I
> can confirm Helm + Airflow 2.3.0 works natively (I.e. FAST) on ARM platform
> (postgres) without any modifications of the chart or image. Not a
> prerequisite as ARM is still experimental, but it seems to work without any
> problems. J. On Tue, May 17, 2022 at 8:40 PM Jed Cunningham <
> jedcunningham@apache.org> wrote:
>
> Hello Apache Airflow Community, This is a call for the vote to release
> Helm Chart version 1.6.0. The release candidate is available at:
> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.6.0rc2/
> airflow-chart-1.6.0-source.tar.gz - is the "main source release" that comes
> with INSTALL instructions. airflow-1.6.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.6.0rc2/ helm
> repo update helm install airflow apache-airflow-dev/airflow
> airflow-1.6.0.tgz.prov - is also uploaded for verifying Chart Integrity,
> though not strictly required for releasing the artifact based on ASF
> Guidelines. $ helm gpg verify airflow-1.6.0.tgz gpg: Signature made Tue May
> 17 12:29:32 2022 MDT gpg: using RSA key
> E1A1E984F55B8F280BD9CBA20BB7163892A2E48E gpg: issuer "
> jedcunningham@apache.org" gpg: Good signature from "Jed Cunningham <
> jedcunningham@apache.org>" [ultimate] plugin: Chart SHA verified.
> sha256:09e5f92c361b1e3b0006dd0673e2acbcd3a60102c725da815636badf1553a918 The
> vote will be open for at least 72 hours (2022-05-20 18:45 UTC) or until the
> necessary number of votes is reached.
> https://www.timeanddate.com/countdown/to?iso=20220520T1845&p0=136&font=cursive
> 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 ): tar -xvf
> airflow-chart-1.6.0-source.tar.gz cd airflow-chart-1.6.0 java -jar
> /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.6.0. This will allow us to rename the artifact without modifying the
> artifact checksums when we actually release it. The status of testing the
> Helm Chart by the community is kept here:
> https://github.com/apache/airflow/issues/23599 Thanks, Jed
>
> --
Dr. Dennis Akpenyi, Airflow Core Developer, Astronomer Inc.

Re: [VOTE] Release Apache Airflow Helm Chart 1.6.0 based on 1.6.0rc2

Posted by Ash Berlin-Taylor <as...@apache.org>.
+1 (binding)

On Thu, May 19 2022 at 02:04:59 +0200, Jarek Potiuk <ja...@potiuk.com> 
wrote:
> +1 (binding) - checked sigs/sums/licences, run it locally.
> Additionally I can confirm Helm + Airflow 2.3.0 works natively (I.e.
> FAST) on ARM platform (postgres) without any modifications of the
> chart or image. Not a prerequisite as ARM is still experimental, but
> it seems to work without any problems.
> 
> J.
> 
> On Tue, May 17, 2022 at 8:40 PM Jed Cunningham 
> <jedcunningham@apache.org <ma...@apache.org>> wrote:
>> 
>>  Hello Apache Airflow Community,
>> 
>>  This is a call for the vote to release Helm Chart version 1.6.0.
>> 
>>  The release candidate is available at:
>>  
>> <https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.6.0rc2/>
>> 
>>  airflow-chart-1.6.0-source.tar.gz - is the "main source release" 
>> that comes with INSTALL instructions.
>>  airflow-1.6.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.6.0rc2/>
>>  helm repo update
>>  helm install airflow apache-airflow-dev/airflow
>> 
>>  airflow-1.6.0.tgz.prov - is also uploaded for verifying Chart 
>> Integrity, though not strictly required for releasing the artifact 
>> based on ASF Guidelines.
>> 
>>  $ helm gpg verify airflow-1.6.0.tgz
>>  gpg: Signature made Tue May 17 12:29:32 2022 MDT
>>  gpg:                using RSA key 
>> E1A1E984F55B8F280BD9CBA20BB7163892A2E48E
>>  gpg:                issuer "jedcunningham@apache.org 
>> <ma...@apache.org>"
>>  gpg: Good signature from "Jed Cunningham <jedcunningham@apache.org 
>> <ma...@apache.org>>" [ultimate]
>>  plugin: Chart SHA verified. 
>> sha256:09e5f92c361b1e3b0006dd0673e2acbcd3a60102c725da815636badf1553a918
>> 
>>  The vote will be open for at least 72 hours (2022-05-20 18:45 UTC) 
>> or until the necessary number of votes is reached.
>> 
>>  
>> <https://www.timeanddate.com/countdown/to?iso=20220520T1845&p0=136&font=cursive>
>> 
>>  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 ):
>> 
>>  tar -xvf airflow-chart-1.6.0-source.tar.gz
>>  cd airflow-chart-1.6.0
>>  java -jar /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.6.0. This will allow us to rename the artifact without 
>> modifying
>>  the artifact checksums when we actually release it.
>> 
>>  The status of testing the Helm Chart by the community is kept here:
>>  <https://github.com/apache/airflow/issues/23599>
>> 
>>  Thanks,
>>  Jed


Re: [VOTE] Release Apache Airflow Helm Chart 1.6.0 based on 1.6.0rc2

Posted by Jarek Potiuk <ja...@potiuk.com>.
+1 (binding) - checked sigs/sums/licences, run it locally.
Additionally I can confirm Helm + Airflow 2.3.0 works natively (I.e.
FAST) on ARM platform (postgres) without any modifications of the
chart or image. Not a prerequisite as ARM is still experimental, but
it seems to work without any problems.

J.

On Tue, May 17, 2022 at 8:40 PM Jed Cunningham <je...@apache.org> wrote:
>
> Hello Apache Airflow Community,
>
> This is a call for the vote to release Helm Chart version 1.6.0.
>
> The release candidate is available at:
> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.6.0rc2/
>
> airflow-chart-1.6.0-source.tar.gz - is the "main source release" that comes with INSTALL instructions.
> airflow-1.6.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.6.0rc2/
> helm repo update
> helm install airflow apache-airflow-dev/airflow
>
> airflow-1.6.0.tgz.prov - is also uploaded for verifying Chart Integrity, though not strictly required for releasing the artifact based on ASF Guidelines.
>
> $ helm gpg verify airflow-1.6.0.tgz
> gpg: Signature made Tue May 17 12:29:32 2022 MDT
> gpg:                using RSA key E1A1E984F55B8F280BD9CBA20BB7163892A2E48E
> gpg:                issuer "jedcunningham@apache.org"
> gpg: Good signature from "Jed Cunningham <je...@apache.org>" [ultimate]
> plugin: Chart SHA verified. sha256:09e5f92c361b1e3b0006dd0673e2acbcd3a60102c725da815636badf1553a918
>
> The vote will be open for at least 72 hours (2022-05-20 18:45 UTC) or until the necessary number of votes is reached.
>
> https://www.timeanddate.com/countdown/to?iso=20220520T1845&p0=136&font=cursive
>
> 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 ):
>
> tar -xvf airflow-chart-1.6.0-source.tar.gz
> cd airflow-chart-1.6.0
> java -jar /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.6.0. This will allow us to rename the artifact without modifying
> the artifact checksums when we actually release it.
>
> The status of testing the Helm Chart by the community is kept here:
> https://github.com/apache/airflow/issues/23599
>
> Thanks,
> Jed