+1 (binding) Tested with Docker Desktop integrated with k8s v1.27.
- Deployed a cluster by using helm install pulsar apache-pulsar-dist-dev/pulsar --set affinity.anti_affinity=false - Tested produce and consume Regards, Penghui On Wed, Dec 20, 2023 at 12:25 AM Lari Hotari <lhot...@apache.org> wrote: > +1 > > - Validated the release by installing to Docker Desktop integrated k8s > v1.28. > > Followed validation instructions at > https://github.com/apache/pulsar-helm-chart/blob/master/RELEASE.md#verify-the-release-candidate-by-the-pmc > : > - checked the packages are present in the right dist folder on svn > - verified that all the sources have correct licenses > - verified that release is signed with the right key > - verified that checksums are valid for the release > > I did have an issue with the .rat-excludes file since rat reports some > files without license headers and I wasn't able to exclude them after > spending some time in editing the file. > The files are under .github directory, mainly the issue templates. That > should be fine for the release. > > -Lari > > On 2023/12/11 12:24:19 Lari Hotari wrote: > > Hello Apache Pulsar Community, > > > > This is a call for the vote to release the Apache Pulsar Helm Chart > version 3.1.0. > > > > The release candidate is available at: > > > https://dist.apache.org/repos/dist/dev/pulsar/helm-chart/3.1.0-candidate-1/ > > > > pulsar-chart-3.1.0-source.tar.gz - is the "main source release". > > pulsar-3.1.0.tgz - is the binary Helm Chart release. > > > > Public keys are available at: https://www.apache.org/dist/pulsar/KEYS > > > > For convenience "index.yaml" has been uploaded (though excluded from > voting), so you can also run the below commands. > > > > helm repo add apache-pulsar-dist-dev > https://dist.apache.org/repos/dist/dev/pulsar/helm-chart/3.1.0-candidate-1/ > > helm repo update > > helm install pulsar apache-pulsar-dist-dev/pulsar > > > > pulsar-3.1.0.tgz.prov - is also uploaded for verifying Chart Integrity, > though it is not strictly required for releasing the artifact based on ASF > Guidelines. > > > > You can optionally verify this file using this helm plugin > https://github.com/technosophos/helm-gpg, or by using helm --verify ( > https://helm.sh/docs/helm/helm_verify/). > > > > helm gpg verify pulsar-3.1.0.tgz > > > > The vote will be open for at least 72 hours. > > > > 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 pulsar-chart-3.1.0-source.tar.gz > > cd pulsar-chart-3.1.0 > > java -jar /apache-rat-0.15/apache-rat-0.15.jar . -E .rat-excludes > > > > Please note that the version number excludes the `-candidate-X` string, > so it's now > > simply 3.1.0. This will allow us to rename the artifact without modifying > > the artifact checksums when we actually release it. > > > > Thanks, > > > > Lari Hotari > > >