You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Kaxil Naik <ka...@apache.org> on 2021/07/22 19:21:31 UTC

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

Hello Apache Airflow Community,

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

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

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

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

Changelog:
https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt

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.1.0rc1/
helm repo update
helm install airflow apache-airflow-dev/airflow

airflow-1.1.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.1.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:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3

The vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or until
the necessary number of votes are reached.

https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT):

tar -xvf airflow-chart-1.1.0-source.tar.gz
cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without modifying
the artifact checksums when we actually release.

Thanks,
Kaxil

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

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

Ran it locally and everything looks good.

On Sun, Jul 25, 2021 at 11:56 PM Jed Cunningham <je...@astronomer.io.invalid>
wrote:

> +1 (non-binding)
>
> Ran through a few tests and all looks good.
>
> On Sun, Jul 25, 2021 at 7:10 AM Jarek Potiuk <ja...@potiuk.com> wrote:
>
>> +1 (binding)
>>
>> * Checked signatures, shasums, licences  - all look good.
>> * Used the binary package to install airflow in my local K8S cluster and
>> run a few basic tests with it. Airflow 2.1.2 was correctly installed, I was
>> also able to upgrade airflow with the same chart following the new
>> instructions from quick-start to enable loading example dags (Good one!) .
>> All looks good.
>>
>> Good job!
>>
>> J.
>>
>>
>> On Sun, Jul 25, 2021 at 1:06 PM Kaxil Naik <ka...@apache.org> wrote:
>>
>>> A Gentle Reminder to test and vote.
>>>
>>>
>>> On Thu, Jul 22, 2021, 20:21 Kaxil Naik <ka...@apache.org> wrote:
>>>
>>>> Hello Apache Airflow Community,
>>>>
>>>> This is a call for the vote to release Helm Chart version 1.1.0.
>>>>
>>>> The release candidate is available at:
>>>> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/
>>>>
>>>> *airflow-chart-1.1.0-source.tar.gz* - is the "main source release"
>>>> that comes with INSTALL instructions.
>>>> *airflow-1.1.0.tgz* - is the binary Helm Chart release.
>>>>
>>>> Public keys are available at: https://www.apache.org/dist/airflow/KEYS
>>>>
>>>> Changelog:
>>>> https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt
>>>>
>>>> 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.1.0rc1/
>>>> helm repo update
>>>> helm install airflow apache-airflow-dev/airflow
>>>>
>>>> airflow-1.1.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.1.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:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
>>>>
>>>> The vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or
>>>> until the necessary number of votes are reached.
>>>>
>>>>
>>>> https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT):
>>>>
>>>> tar -xvf airflow-chart-1.1.0-source.tar.gz
>>>> cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without
>>>> modifying
>>>> the artifact checksums when we actually release.
>>>>
>>>> Thanks,
>>>> Kaxil
>>>>
>>>
>>
>> --
>> +48 660 796 129
>>
>

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

Posted by Jed Cunningham <je...@astronomer.io.INVALID>.
+1 (non-binding)

Ran through a few tests and all looks good.

On Sun, Jul 25, 2021 at 7:10 AM Jarek Potiuk <ja...@potiuk.com> wrote:

> +1 (binding)
>
> * Checked signatures, shasums, licences  - all look good.
> * Used the binary package to install airflow in my local K8S cluster and
> run a few basic tests with it. Airflow 2.1.2 was correctly installed, I was
> also able to upgrade airflow with the same chart following the new
> instructions from quick-start to enable loading example dags (Good one!) .
> All looks good.
>
> Good job!
>
> J.
>
>
> On Sun, Jul 25, 2021 at 1:06 PM Kaxil Naik <ka...@apache.org> wrote:
>
>> A Gentle Reminder to test and vote.
>>
>>
>> On Thu, Jul 22, 2021, 20:21 Kaxil Naik <ka...@apache.org> wrote:
>>
>>> Hello Apache Airflow Community,
>>>
>>> This is a call for the vote to release Helm Chart version 1.1.0.
>>>
>>> The release candidate is available at:
>>> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/
>>>
>>> *airflow-chart-1.1.0-source.tar.gz* - is the "main source release" that
>>> comes with INSTALL instructions.
>>> *airflow-1.1.0.tgz* - is the binary Helm Chart release.
>>>
>>> Public keys are available at: https://www.apache.org/dist/airflow/KEYS
>>>
>>> Changelog:
>>> https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt
>>>
>>> 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.1.0rc1/
>>> helm repo update
>>> helm install airflow apache-airflow-dev/airflow
>>>
>>> airflow-1.1.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.1.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:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
>>>
>>> The vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or
>>> until the necessary number of votes are reached.
>>>
>>>
>>> https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT):
>>>
>>> tar -xvf airflow-chart-1.1.0-source.tar.gz
>>> cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without modifying
>>> the artifact checksums when we actually release.
>>>
>>> Thanks,
>>> Kaxil
>>>
>>
>
> --
> +48 660 796 129
>

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

Posted by Jarek Potiuk <ja...@potiuk.com>.
+1 (binding)

* Checked signatures, shasums, licences  - all look good.
* Used the binary package to install airflow in my local K8S cluster and
run a few basic tests with it. Airflow 2.1.2 was correctly installed, I was
also able to upgrade airflow with the same chart following the new
instructions from quick-start to enable loading example dags (Good one!) .
All looks good.

Good job!

J.


On Sun, Jul 25, 2021 at 1:06 PM Kaxil Naik <ka...@apache.org> wrote:

> A Gentle Reminder to test and vote.
>
>
> On Thu, Jul 22, 2021, 20:21 Kaxil Naik <ka...@apache.org> wrote:
>
>> Hello Apache Airflow Community,
>>
>> This is a call for the vote to release Helm Chart version 1.1.0.
>>
>> The release candidate is available at:
>> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/
>>
>> *airflow-chart-1.1.0-source.tar.gz* - is the "main source release" that
>> comes with INSTALL instructions.
>> *airflow-1.1.0.tgz* - is the binary Helm Chart release.
>>
>> Public keys are available at: https://www.apache.org/dist/airflow/KEYS
>>
>> Changelog:
>> https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt
>>
>> 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.1.0rc1/
>> helm repo update
>> helm install airflow apache-airflow-dev/airflow
>>
>> airflow-1.1.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.1.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:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
>>
>> The vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or
>> until the necessary number of votes are reached.
>>
>>
>> https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT):
>>
>> tar -xvf airflow-chart-1.1.0-source.tar.gz
>> cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without modifying
>> the artifact checksums when we actually release.
>>
>> Thanks,
>> Kaxil
>>
>

-- 
+48 660 796 129

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

Posted by Kaxil Naik <ka...@apache.org>.
A Gentle Reminder to test and vote.


On Thu, Jul 22, 2021, 20:21 Kaxil Naik <ka...@apache.org> wrote:

> Hello Apache Airflow Community,
>
> This is a call for the vote to release Helm Chart version 1.1.0.
>
> The release candidate is available at:
> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/
>
> *airflow-chart-1.1.0-source.tar.gz* - is the "main source release" that
> comes with INSTALL instructions.
> *airflow-1.1.0.tgz* - is the binary Helm Chart release.
>
> Public keys are available at: https://www.apache.org/dist/airflow/KEYS
>
> Changelog:
> https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt
>
> 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.1.0rc1/
> helm repo update
> helm install airflow apache-airflow-dev/airflow
>
> airflow-1.1.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.1.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:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
>
> The vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or
> until the necessary number of votes are reached.
>
>
> https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT):
>
> tar -xvf airflow-chart-1.1.0-source.tar.gz
> cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without modifying
> the artifact checksums when we actually release.
>
> Thanks,
> Kaxil
>

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

Posted by Kaxil Naik <ka...@apache.org>.
Hello all,

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

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

"+1" Binding votes:

   - Kaxil Naik
   - Jarek Potiuk
   - Ash Berlin-Taylor

"+1" Non-Binding votes:

   - Jed Cunningham
   - Ephraim Anierobi
   - Dennis Akpenyi
   - Elad Kalif


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

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

Thanks,
Kaxil Naik

On Mon, Jul 26, 2021 at 9:24 PM Kaxil Naik <ka...@gmail.com> wrote:

> +1 (binding)
>
> On Mon, Jul 26, 2021 at 8:49 PM Elad Kalif <el...@apache.org> wrote:
>
>> +1 (non binding)
>> Ran some tests looks good
>>
>> On Mon, Jul 26, 2021 at 10:22 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>>
>>> Ah. Totally forgot about provenance ...
>>>
>>> Verified - it works :)
>>>
>>> Signed by: Kaxil Naik <ka...@apache.org>
>>> Signed by: Kaxil Naik <ka...@gmail.com>
>>> Using Key With Fingerprint: CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
>>> Chart Hash Verified:
>>> sha256:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
>>>
>>> J.
>>>
>>> On Mon, Jul 26, 2021 at 8:59 PM Ash Berlin-Taylor <as...@apache.org>
>>> wrote:
>>>
>>>> +1 binding.
>>>>
>>>> (Couldn't test helm provenance file as `helm verify` wants gpg1 style
>>>> keyrings!)
>>>>
>>>> -ash
>>>>
>>>> On Mon, Jul 26 2021 at 13:05:15 -0000, Ephraim Anierobi <
>>>> ephraimanierobi@gmail.com> wrote:
>>>>
>>>> +1 (non-binding) Ran a few dags On 2021/07/22 19:21:31, Kaxil Naik <
>>>> kaxilnaik@apache.org> wrote:
>>>>
>>>> Hello Apache Airflow Community, This is a call for the vote to release
>>>> Helm Chart version 1.1.0. The release candidate is available at:
>>>> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/
>>>> *airflow-chart-1.1.0-source.tar.gz* - is the "main source release" that
>>>> comes with INSTALL instructions. *airflow-1.1.0.tgz* - is the binary Helm
>>>> Chart release. Public keys are available at:
>>>> https://www.apache.org/dist/airflow/KEYS Changelog:
>>>> https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt
>>>> 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.1.0rc1/
>>>> helm repo update helm install airflow apache-airflow-dev/airflow
>>>> airflow-1.1.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.1.0.tgz --keyring ~/.gnupg/secring.gpg
>>>> Signed by: Kaxil Naik <ka...@apache.org> Signed by: Kaxil Naik <
>>>> kaxilnaik@gmail.com> Using Key With Fingerprint:
>>>> CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F Chart Hash Verified:
>>>> sha256:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3 The
>>>> vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or until the
>>>> necessary number of votes are reached.
>>>> https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT): tar -xvf
>>>> airflow-chart-1.1.0-source.tar.gz cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without modifying
>>>> the artifact checksums when we actually release. Thanks, Kaxil
>>>>
>>>>
>>>
>>> --
>>> +48 660 796 129
>>>
>>

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

Posted by Kaxil Naik <ka...@gmail.com>.
+1 (binding)

On Mon, Jul 26, 2021 at 8:49 PM Elad Kalif <el...@apache.org> wrote:

> +1 (non binding)
> Ran some tests looks good
>
> On Mon, Jul 26, 2021 at 10:22 PM Jarek Potiuk <ja...@potiuk.com> wrote:
>
>> Ah. Totally forgot about provenance ...
>>
>> Verified - it works :)
>>
>> Signed by: Kaxil Naik <ka...@apache.org>
>> Signed by: Kaxil Naik <ka...@gmail.com>
>> Using Key With Fingerprint: CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
>> Chart Hash Verified:
>> sha256:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
>>
>> J.
>>
>> On Mon, Jul 26, 2021 at 8:59 PM Ash Berlin-Taylor <as...@apache.org> wrote:
>>
>>> +1 binding.
>>>
>>> (Couldn't test helm provenance file as `helm verify` wants gpg1 style
>>> keyrings!)
>>>
>>> -ash
>>>
>>> On Mon, Jul 26 2021 at 13:05:15 -0000, Ephraim Anierobi <
>>> ephraimanierobi@gmail.com> wrote:
>>>
>>> +1 (non-binding) Ran a few dags On 2021/07/22 19:21:31, Kaxil Naik <
>>> kaxilnaik@apache.org> wrote:
>>>
>>> Hello Apache Airflow Community, This is a call for the vote to release
>>> Helm Chart version 1.1.0. The release candidate is available at:
>>> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/
>>> *airflow-chart-1.1.0-source.tar.gz* - is the "main source release" that
>>> comes with INSTALL instructions. *airflow-1.1.0.tgz* - is the binary Helm
>>> Chart release. Public keys are available at:
>>> https://www.apache.org/dist/airflow/KEYS Changelog:
>>> https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt
>>> 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.1.0rc1/
>>> helm repo update helm install airflow apache-airflow-dev/airflow
>>> airflow-1.1.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.1.0.tgz --keyring ~/.gnupg/secring.gpg
>>> Signed by: Kaxil Naik <ka...@apache.org> Signed by: Kaxil Naik <
>>> kaxilnaik@gmail.com> Using Key With Fingerprint:
>>> CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F Chart Hash Verified:
>>> sha256:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3 The
>>> vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or until the
>>> necessary number of votes are reached.
>>> https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT): tar -xvf
>>> airflow-chart-1.1.0-source.tar.gz cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without modifying
>>> the artifact checksums when we actually release. Thanks, Kaxil
>>>
>>>
>>
>> --
>> +48 660 796 129
>>
>

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

Posted by Elad Kalif <el...@apache.org>.
+1 (non binding)
Ran some tests looks good

On Mon, Jul 26, 2021 at 10:22 PM Jarek Potiuk <ja...@potiuk.com> wrote:

> Ah. Totally forgot about provenance ...
>
> Verified - it works :)
>
> Signed by: Kaxil Naik <ka...@apache.org>
> Signed by: Kaxil Naik <ka...@gmail.com>
> Using Key With Fingerprint: CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
> Chart Hash Verified:
> sha256:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
>
> J.
>
> On Mon, Jul 26, 2021 at 8:59 PM Ash Berlin-Taylor <as...@apache.org> wrote:
>
>> +1 binding.
>>
>> (Couldn't test helm provenance file as `helm verify` wants gpg1 style
>> keyrings!)
>>
>> -ash
>>
>> On Mon, Jul 26 2021 at 13:05:15 -0000, Ephraim Anierobi <
>> ephraimanierobi@gmail.com> wrote:
>>
>> +1 (non-binding) Ran a few dags On 2021/07/22 19:21:31, Kaxil Naik <
>> kaxilnaik@apache.org> wrote:
>>
>> Hello Apache Airflow Community, This is a call for the vote to release
>> Helm Chart version 1.1.0. The release candidate is available at:
>> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/
>> *airflow-chart-1.1.0-source.tar.gz* - is the "main source release" that
>> comes with INSTALL instructions. *airflow-1.1.0.tgz* - is the binary Helm
>> Chart release. Public keys are available at:
>> https://www.apache.org/dist/airflow/KEYS Changelog:
>> https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt
>> 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.1.0rc1/ helm
>> repo update helm install airflow apache-airflow-dev/airflow
>> airflow-1.1.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.1.0.tgz --keyring ~/.gnupg/secring.gpg
>> Signed by: Kaxil Naik <ka...@apache.org> Signed by: Kaxil Naik <
>> kaxilnaik@gmail.com> Using Key With Fingerprint:
>> CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F Chart Hash Verified:
>> sha256:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3 The
>> vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or until the
>> necessary number of votes are reached.
>> https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT): tar -xvf
>> airflow-chart-1.1.0-source.tar.gz cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without modifying
>> the artifact checksums when we actually release. Thanks, Kaxil
>>
>>
>
> --
> +48 660 796 129
>

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

Posted by Jarek Potiuk <ja...@potiuk.com>.
Ah. Totally forgot about provenance ...

Verified - it works :)

Signed by: Kaxil Naik <ka...@apache.org>
Signed by: Kaxil Naik <ka...@gmail.com>
Using Key With Fingerprint: CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
Chart Hash Verified:
sha256:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3

J.

On Mon, Jul 26, 2021 at 8:59 PM Ash Berlin-Taylor <as...@apache.org> wrote:

> +1 binding.
>
> (Couldn't test helm provenance file as `helm verify` wants gpg1 style
> keyrings!)
>
> -ash
>
> On Mon, Jul 26 2021 at 13:05:15 -0000, Ephraim Anierobi <
> ephraimanierobi@gmail.com> wrote:
>
> +1 (non-binding) Ran a few dags On 2021/07/22 19:21:31, Kaxil Naik <
> kaxilnaik@apache.org> wrote:
>
> Hello Apache Airflow Community, This is a call for the vote to release
> Helm Chart version 1.1.0. The release candidate is available at:
> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/
> *airflow-chart-1.1.0-source.tar.gz* - is the "main source release" that
> comes with INSTALL instructions. *airflow-1.1.0.tgz* - is the binary Helm
> Chart release. Public keys are available at:
> https://www.apache.org/dist/airflow/KEYS Changelog:
> https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt
> 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.1.0rc1/ helm
> repo update helm install airflow apache-airflow-dev/airflow
> airflow-1.1.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.1.0.tgz --keyring ~/.gnupg/secring.gpg
> Signed by: Kaxil Naik <ka...@apache.org> Signed by: Kaxil Naik <
> kaxilnaik@gmail.com> Using Key With Fingerprint:
> CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F Chart Hash Verified:
> sha256:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3 The
> vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or until the
> necessary number of votes are reached.
> https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT): tar -xvf
> airflow-chart-1.1.0-source.tar.gz cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without modifying
> the artifact checksums when we actually release. Thanks, Kaxil
>
>

-- 
+48 660 796 129

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

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

(Couldn't test helm provenance file as `helm verify` wants gpg1 style 
keyrings!)

-ash

On Mon, Jul 26 2021 at 13:05:15 -0000, Ephraim Anierobi 
<ep...@gmail.com> wrote:
> +1 (non-binding)
> Ran a few dags
> 
> On 2021/07/22 19:21:31, Kaxil Naik <kaxilnaik@apache.org 
> <ma...@apache.org>> wrote:
>>  Hello Apache Airflow Community,
>> 
>>  This is a call for the vote to release Helm Chart version 1.1.0.
>> 
>>  The release candidate is available at:
>>  
>> <https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/>
>> 
>>  *airflow-chart-1.1.0-source.tar.gz* - is the "main source release" 
>> that
>>  comes with INSTALL instructions.
>>  *airflow-1.1.0.tgz* - is the binary Helm Chart release.
>> 
>>  Public keys are available at: 
>> <https://www.apache.org/dist/airflow/KEYS>
>> 
>>  Changelog:
>>  
>> <https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt>
>> 
>>  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.1.0rc1/>
>>  helm repo update
>>  helm install airflow apache-airflow-dev/airflow
>> 
>>  airflow-1.1.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.1.0.tgz --keyring  ~/.gnupg/secring.gpg
>>  Signed by: Kaxil Naik <kaxilnaik@apache.org 
>> <ma...@apache.org>>
>>  Signed by: Kaxil Naik <kaxilnaik@gmail.com 
>> <ma...@gmail.com>>
>>  Using Key With Fingerprint: CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
>>  Chart Hash Verified:
>>  
>> sha256:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
>> 
>>  The vote will be open for at least 72 hours (2021-07-25 19:20 UTC) 
>> or until
>>  the necessary number of votes are reached.
>> 
>>  
>> <https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT):
>> 
>>  tar -xvf airflow-chart-1.1.0-source.tar.gz
>>  cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without 
>> modifying
>>  the artifact checksums when we actually release.
>> 
>>  Thanks,
>>  Kaxil
>> 


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

Posted by Ephraim Anierobi <ep...@gmail.com>.
+1 (non-binding)
Ran a few dags

On 2021/07/22 19:21:31, Kaxil Naik <ka...@apache.org> wrote: 
> Hello Apache Airflow Community,
> 
> This is a call for the vote to release Helm Chart version 1.1.0.
> 
> The release candidate is available at:
> https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.1.0rc1/
> 
> *airflow-chart-1.1.0-source.tar.gz* - is the "main source release" that
> comes with INSTALL instructions.
> *airflow-1.1.0.tgz* - is the binary Helm Chart release.
> 
> Public keys are available at: https://www.apache.org/dist/airflow/KEYS
> 
> Changelog:
> https://github.com/apache/airflow/blob/helm-chart/1.1.0rc1/chart/CHANGELOG.txt
> 
> 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.1.0rc1/
> helm repo update
> helm install airflow apache-airflow-dev/airflow
> 
> airflow-1.1.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.1.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:571a0b77fa283b4db4686bcc45324448964516c32fbe76bfcf9575c2355808c3
> 
> The vote will be open for at least 72 hours (2021-07-25 19:20 UTC) or until
> the necessary number of votes are reached.
> 
> https://www.timeanddate.com/countdown/to?iso=20210725T2020&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 $PATH_TO_RAT):
> 
> tar -xvf airflow-chart-1.1.0-source.tar.gz
> cd airflow-chart-1.1.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.1.0. This will allow us to rename the artifact without modifying
> the artifact checksums when we actually release.
> 
> Thanks,
> Kaxil
>