From 310c8024cbbcc1151d66f04e79586028987d9fee Mon Sep 17 00:00:00 2001 From: Alexander Dejanovski Date: Fri, 15 May 2020 15:36:13 +0200 Subject: [PATCH] Update changelog for release 0.6.0 --- CHANGELOG.md | 15 +++++++++++++-- debian/changelog | 6 ++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc9a81b4..11043871f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ ## Change Log -### 0.5.1 +### 0.6.0 (2020/05/15 13:27 +00:00) +- Add ini option to enable -ssl parameter for nodetool (@ANeumann82) +- Add S3 region selector for S3 rgw (@mclpfr) +- Disable checksum comparisons for the local storage provider. (@adejanovski) +- Enable SSL Authentication for Medusa to access Cassandra SSL Clusters (@SINDHUJA21) +- Local and s3 RGW backends now use streams for both uploads and downloads. (@nicholasamorim) +- fix fqdn not honored in config file (@chebelom) +- fix medusa download command not working due to missing parameter (@chebelom) +- medusa get_last_complete_cluster_backup explodes if no complete cluster backup exists (@chebelom) +- Add a delete-backup command (@arodrime) +- Allow awscli binary path to be specified (@bishoprunout) +- Add ssh port info to Readme.md and medusa-example.ini (@alvaropalmeirao) +### 0.5.1 - Improve S3 connection performance when IAM roles aren't used (@adejanovski) ### 0.5.0 - - Add customized port to ssh section (@alvaropalmeirao) - Fix the usage of prefix for multi tenant buckets (@adejanovski) - Fix sstableloader calls for clusters without authentication (@adejanovski) diff --git a/debian/changelog b/debian/changelog index 59d380fc1..268c9adb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra-medusa (0.6.0) stable; urgency=medium + + * Release 0.6.0 of Medusa - Backups for Apache Cassandra. + + -- The Last Pickle Fri, 15 May 2020 13:36:13 +0000 + cassandra-medusa (0.5.1) stable; urgency=medium * Release 0.5.1 of Medusa - Backups for Apache Cassandra.