This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-5.0 by this push: new 6845359762 Increment to version 5.0.2 6845359762 is described below commit 6845359762e6c85eae1b2b997c3547d7bcf30045 Author: Mick Semb Wever <m...@apache.org> AuthorDate: Wed Oct 2 07:30:18 2024 +0200 Increment to version 5.0.2 --- .build/docker/ubuntu2004_test.docker | 8 +++----- CHANGES.txt | 15 ++++++++++----- build.xml | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.build/docker/ubuntu2004_test.docker b/.build/docker/ubuntu2004_test.docker index 2c93719a35..b7ba92eb35 100644 --- a/.build/docker/ubuntu2004_test.docker +++ b/.build/docker/ubuntu2004_test.docker @@ -128,8 +128,8 @@ RUN /bin/bash -c "source ${BUILD_HOME}/env3.8/bin/activate && \ # this can be checked with: # `curl -s https://downloads.apache.org/cassandra/ | grep -oP '(?<=href=\")[0-9]+\.[0-9]+\.[0-9]+(?=)' | sort -rV | uniq -w 3` RUN bash -c 'source ${BUILD_HOME}/env3.8/bin/activate && \ - for i in {1..13} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.0.$i test && ccm remove test ; done && \ - for i in {1..5} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.1.$i test && ccm remove test ; done' + for i in {1..14} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.0.$i test && ccm remove test ; done && \ + for i in {1..7} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.1.$i test && ccm remove test ; done' # 5+ requires java11 RUN sudo update-java-alternatives --set java-1.11.0-openjdk-$(dpkg --print-architecture) @@ -139,9 +139,7 @@ RUN rm -fr ${BUILD_HOME}/.ccm/repository/_git_cache_apache RUN /bin/bash -c 'source ${BUILD_HOME}/env3.8/bin/activate && \ ccm create --quiet -n 1 -v git:cassandra-5.0 test && ccm remove test && \ ccm create --quiet -n 1 -v git:trunk test && ccm remove test && \ - ccm create --quiet -n 1 -v binary:5.0-rc1 test && ccm remove test ' -# TODO When binary:5.0* is GA -# for i in {0..0} ; do echo $i ; ccm create --quiet -n 1 -v binary:5.0.$i test && ccm remove test ; done' + for i in {1..1} ; do echo $i ; ccm create --quiet -n 1 -v binary:5.0.$i test && ccm remove test ; done' # the .git subdirectories to pip installed cassandra-driver breaks virtualenv-clone, so just remove them # and other directories we don't need in image diff --git a/CHANGES.txt b/CHANGES.txt index e3d920fca6..d2008610ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,14 @@ -5.0.1 +5.0.2 * Correct out-of-date metrics and configuration documentation for SAI (CASSANDRA-19898) +Merged from 4.1: +Merged from 4.0: + * Ensure thread-safety for CommitLogArchiver in CommitLog (CASSANDRA-19960) + * Fix text containing "/*" being interpreted as multiline comment in cqlsh (CASSANDRA-17667) + * Fix indexing of a frozen collection that is the clustering key and reversed (CASSANDRA-19889) + * Emit error when altering a table with non-frozen UDTs with nested non-frozen collections the same way as done upon table creation (CASSANDRA-19925) + + +5.0.1 * Make configuration entries in memtable section order-independent (CASSANDRA-19906) * Add guardrail for enabling usage of VectorType (CASSANDRA-19903) * Set executable flag for shell scripts in .build directory for source artifact (CASSANDRA-19896) @@ -10,10 +19,6 @@ * Add java.base/java.lang.reflect among opens for jvm11-client.options (CASSANDRA-19780) Merged from 4.1: Merged from 4.0: - * Ensure thread-safety for CommitLogArchiver in CommitLog (CASSANDRA-19960) - * Fix text containing "/*" being interpreted as multiline comment in cqlsh (CASSANDRA-17667) - * Fix indexing of a frozen collection that is the clustering key and reversed (CASSANDRA-19889) - * Emit error when altering a table with non-frozen UDTs with nested non-frozen collections the same way as done upon table creation (CASSANDRA-19925) * Safer handling of out-of-range tokens (CASSANDRA-13704) * Fix memory leak in BTree.FastBuilder (CASSANDRA-19785) * Fix millisecond and microsecond precision for commit log replay (CASSANDRA-19448) diff --git a/build.xml b/build.xml index 9da5e7b931..fdebf135ac 100644 --- a/build.xml +++ b/build.xml @@ -33,7 +33,7 @@ <property name="debuglevel" value="source,lines,vars"/> <!-- default version and SCM information --> - <property name="base.version" value="5.0.1"/> + <property name="base.version" value="5.0.2"/> <property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/> <property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/> <property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org