Skip to content

Commit

Permalink
release 5.5.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Royer committed Aug 8, 2018
1 parent 2b8332f commit 0a1d006
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.5.0.21 - 2018-08-04
* Fix cassandra discovery for k8s
* Delete nested documents when truncating a cassandra table
* Fix concurrent partition read-before-indexing

5.5.0.20 - 2018-07-16
* #211 Improve ip replacement management
* Fix race condition when computing the routing table
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
elasticsearch = 5.5.0
lucene = 6.6.0
elassandra = 20
elassandra = 21
cassandra = 3.11.2

# optional dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/elassandra/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# The short X.Y version.
version = u'5.5.0'
# The full version, including alpha/beta/rc tags.
release = u'5.5.0.20'
release = u'5.5.0.21'

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 0a1d006

Please sign in to comment.