Skip to content

Commit

Permalink
release 6.8.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vroyer committed Dec 21, 2021
1 parent 8d57b7b commit 18037c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,6 @@
6.8.4.15 - 2021-12-21
* Upgrade log4j 2.17.0 to fix CVE-2021-45105

6.8.4.14 - 2021-12-14
* Upgrade log4j 2.16.0 to fix CVE-2021-44228

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
@@ -1,4 +1,4 @@
elasticsearch = 6.8.4.14
elasticsearch = 6.8.4.15
elasticsearch_vanilla = 6.8.4
cassandra = 3.11.9.1
lucene = 7.7.2
Expand Down
4 changes: 2 additions & 2 deletions docs/elassandra/source/conf.py
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'6.8.4.14'
version = u'6.8.4.15'
# The full version, including alpha/beta/rc tags.
release = u'6.8.4.14'
release = u'6.8.4.15'

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)
Expand Down

0 comments on commit 18037c8

Please sign in to comment.