Skip to content

Commit

Permalink
Update changelog for release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Sep 19, 2023
1 parent 123141d commit f0f9762
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Change Log

### 0.16.0 (2023/09/19 19:50 +00:00)
- [S3 Storage] Obey throughput limit configuration (#647) (@rzvoncek)
- Upgrade docker image to ubuntu 22.04 (#643) (@adejanovski)
- [Storage] Consolidate storage implementations + drop libcloud dependency (#640) (@rzvoncek)
- [Storage] Replace Azure CLI with python SDK (#638) (@rzvoncek)
- [Storage] Replace gsutil with an aio library (#631) (@rzvoncek)
- Use Boto3 for S3 communications (#630) (@adejanovski)
- purge decommissioned nodes backups (#603) (@RachanKaur)
- Fix reported time in seconds in metrics when backup are >24h (#608) (@Skunnyk)
- [#619](https://github.com/thelastpickle/cassandra-medusa/pull/619) added check for bucket name validation (#619) (@RachanKaur)
- [#601](https://github.com/thelastpickle/cassandra-medusa/pull/601) Use docker buildx for building multi arch images (#601) (@adejanovski)
- [#596](https://github.com/thelastpickle/cassandra-medusa/pull/596) Added --expected-size <size> in AwsCli file upload cmd command. (#596) (@RachanKaur)
- [#597](https://github.com/thelastpickle/cassandra-medusa/pull/597) Skip 0-sized blobs when listing storage. Fixes #595. (#597) (@rzvoncek)

### 0.15.0 (2023/07/07 12:03 +00:00)
- Ignore Statistics.db files as they can be rewritten at runtime and break verify (#587) (@VenkataNaladala94)
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.16.0) stable; urgency=medium

* Release 0.16.0 of Medusa - Backups for Apache Cassandra.

-- The Last Pickle <oss@thelastpickle.com> Tue, 19 Sep 2023 19:54:31 +0000

cassandra-medusa (0.15.0) stable; urgency=medium

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

0 comments on commit f0f9762

Please sign in to comment.