From d79fb21282b9e051f98239378d7e17b2de60ae27 Mon Sep 17 00:00:00 2001 From: vroyer Date: Tue, 5 Jan 2021 13:37:20 +0100 Subject: [PATCH] release 6.8.4.13 --- CHANGES.txt | 6 +++++- buildSrc/version.properties | 2 +- docs/elassandra/source/conf.py | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 28bf2f86403..2729d5c1bcf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +6.8.4.13 - 2021-01-05 + * Fix a possible StackOverflowError + * Rename the finalize method to avoid GC issue + 6.8.4.12 - 2020-12-07 * Fix a mapping update issue when having a datacenter group * Update doc about reindexing from a remote cluster @@ -6,7 +10,7 @@ * Upgrade to cassandra 3.11.9.1 * Fix nested types matching error * Fixup multiple delete of the same document - + 6.8.4.10 - 2020-08-10 * Upgrade jackson 2.8.11 to fix a security issue (see elasticsearch #45225) * Upgrade to cassandra 3.11.7.1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 1b4bb904def..69ab3e233d2 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,4 +1,4 @@ -elasticsearch = 6.8.4.12 +elasticsearch = 6.8.4.13 elasticsearch_vanilla = 6.8.4 cassandra = 3.11.9.1 lucene = 7.7.2 diff --git a/docs/elassandra/source/conf.py b/docs/elassandra/source/conf.py index b1232b06eb2..8723be0e168 100644 --- a/docs/elassandra/source/conf.py +++ b/docs/elassandra/source/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'6.8.4.12' +version = u'6.8.4.13' # The full version, including alpha/beta/rc tags. -release = u'6.8.4.12' +release = u'6.8.4.13' tgz_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.tar.gz".format(release) deb_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.deb".format(release)