Skip to content

Commit

Permalink
Update changelog for release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Apr 8, 2021
1 parent 2fbbb01 commit 936708b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Change Log

### 0.10.0 (2021/04/08 09:22 +00:00)
- Force int type for ports to the C* object (@ivanmp91)
- add handler for sigterm and use exec to run server.py script (@jsanda)
- Bypass the restore in GRPC/k8s mode if the backup doesn't exist (@adejanovski)
- Fix deprecation warnings (@rhardouin)
- Disable md5 comparisons during backups by default (@mkcello96)
- Improve backup success rate by adding retries on single file downloads/uploads (@ivanmp91)
- If running in Kubernetes, replace tokens in not in_place case and disable boostrap (@burmanm)

### 0.9.1 (2021/03/09 14:15 +00:00)
- Add BaseS3StorageDriver that allows defining the region and pass the information to that driver. Also, remove unused ibm driver (@burmanm)
- Fix MinIO support with unsecured access and add integration tests (@adejanovski)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cassandra-medusa (0.10.0) stable; urgency=medium

* Release 0.10.0 of Medusa - Backups for Apache Cassandra.

-- The Last Pickle <[email protected]> Thu, 08 Apr 2021 09:27:17 +0000

cassandra-medusa (0.9.1) stable; urgency=medium

* Release 0.9.1 of Medusa - Backups for Apache Cassandra.
Expand Down

0 comments on commit 936708b

Please sign in to comment.