+1 (binding) I did the following tests for the release candidate: - verified checksum and gpg signature of the artifacts - I built the source code (incl. the C-client, using -Pfull-build) on Ubuntu 18.04.2 using OpenJDK 8u372, maven 3.9.3 and GCC version 7.4.0 - all the unit tests passed eventually (both Java and C-client), although I saw a few flakies again - I also built and executed unit tests for zkpython - I also built the java code (without -Pfull-build) using other JDK versions: 11.0.19, 17.0.7, 20.0.1 (but didn't run the tests this time, just used 'clean install -DskipTests') - checkstyle and spotbugs passed - apache-rat passed - owasp (CVE check) passed - fatjar built - I executed quick rolling-upgrade tests (using https://github.com/symat/zk-rolling-upgrade-test): - rolling upgrade from 3.5.10 to 3.7.2 - rolling upgrade from 3.6.4 to 3.7.2 - rolling upgrade from 3.7.1 to 3.7.2 - rolling upgrade from 3.7.2 to 3.8.2 - rolling upgrade from 3.7.2 to 3.8.3 RC0 - rolling upgrade from 3.7.2 to 3.9.0 - rolling upgrade from 3.7.2 to 3.9.1 RC0 - checked the generated documentation (zookeeper-docs/target/html) - compared generated release notes ( https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.7.2-candidate-0/website/releasenotes.html) with Jira ( https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12351732 )
Best regards, Máté On Fri, Oct 6, 2023 at 12:06 PM Andor Molnar <an...@apache.org> wrote: > Hi ZK folks, > > This is a release candidate for 3.7.2. > > This is a bugfix release for the 3.7 release line. Includes important > bugfixes and dependency upgrades to address CVEs. > > The full release notes is available at: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12351732 > > > *** Please download, test and vote by October 9th 2023, 23:59 UTC+0. > *** > > > Source files: > > https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.7.2-candidate-0/ > > Maven staging repo: > https://repository.apache.org/content/repositories/orgapachezookeeper-1098/ > > The release candidate tag in git to be voted upon: release-3.7.2-0 > https://github.com/apache/zookeeper/releases/tag/release-3.7.2-0 > > ZooKeeper's KEYS file containing PGP keys we use to sign the release: > https://www.apache.org/dist/zookeeper/KEYS > > The staging version of the website is: > > https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.7.2-candidate-0/website/index.html > > > Should we release this candidate? > > > Regards, > Andor > > > >