Skip to content

Commit

Permalink
0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Aug 22, 2017
1 parent 7d5a399 commit 4640eaf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.6.2
* Fix coordinator node being nulled by abort() in incremental repairs
* Added delete-schedule to the cli (spreaper)
* Allow schedules for both full and incremental repairs on the same keyspace
* Fix ClassCastException when using H2 backend
* Fix SSL encryption communications through JMX
* Fix cluster/rack names with dashes in the UI
* Fix down status not being correctly caught by Reaper when nodes aren't cleanly stopped
* Add docker-compose environment to build packages (jar, deb and rpm)
0.6.1
* Fix for storing run history with the Postgres/H2 backends
0.6.0
Expand Down
2 changes: 1 addition & 1 deletion docker-build/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd ${WORKDIR}/cassandra-reaper
mvn clean package -Pbuild-ui \
&& make all \
&& mv *.deb *.rpm ${WORKDIR}/packages \
&& cp target/cassandra-*SNAPSHOT.jar ${WORKDIR}/packages
&& cp target/cassandra-*.jar ${WORKDIR}/packages

# execute any provided command
$@
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Cassandra Reaper</name>
<groupId>com.spotify</groupId>
<artifactId>cassandra-reaper</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 4640eaf

Please sign in to comment.