diff --git a/changelog.txt b/changelog.txt index 85fb7e493..a04bf2476 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/docker-build/docker-entrypoint.sh b/docker-build/docker-entrypoint.sh index c02556d3b..d2f248744 100755 --- a/docker-build/docker-entrypoint.sh +++ b/docker-build/docker-entrypoint.sh @@ -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 $@ diff --git a/pom.xml b/pom.xml index c4fe997fc..a9b927bbb 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ Cassandra Reaper com.spotify cassandra-reaper - 0.6.2-SNAPSHOT + 0.6.2 jar