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 <[email protected]>
Signed by: Kaxil Naik <[email protected]>
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

Reply via email to