Skip to content

Commit e4deec3

Browse files
committed
Update changelog for release 0.7.0
1 parent 696213f commit e4deec3

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
## Change Log
22

3+
### 0.7.0 (2020/07/03 08:04 +00:00)
4+
- Restore node should be done in place by default (@adejanovski)
5+
- Use the service command as default to start Cassandra (@adejanovski)
6+
- Add a setting to avoid ip addresses from being resolved to hostnames (@adejanovski)
7+
- Do not delete cleanup and saved_caches folders (@arodrime)
8+
- fixing empty folder issue (@arodrime)
9+
- specify resotre specific keyspaces/tables usage (@arodrime)
10+
- Keep system keyspaces when user specifies ks/tables (@arodrime)
11+
- Add wait for node shutdown. Fix healtcheck config. Fixes #72 (@rzvoncek)
12+
- Enforce tokens by modifying cassandra.yaml instead of env vars (@adejanovski)
13+
- Use the local fqdn as seed target if it's not provided (@adejanovski)
14+
- Simplify the checks for whether the seed_target or if the host_list is set. (@adejanovski)
15+
- Overwrite auth by default (@adejanovski)
16+
- Compute in-place based on source/target node list. (@adejanovski)
17+
- Move question about keeping auth to a more appropriate location to avoid clashing with in place computation (@adejanovski)
18+
- Fix --keep-auth flag issue (@adejanovski)
19+
- Move digest computation to storage implementations. Fixes #123 (@rzvoncek)
20+
- Resolve FQDN of the ip addresses provided in the host list file (@adejanovski)
21+
- Fix restore infinite loop by using nc instead of remote nodetool invocation (@adejanovski)
22+
- Fix debian packaging which broke due to gevent not building anymore. (@adejanovski)
23+
- Make 1st differential backup upload all files, even if a full one exists. Fixes 108 (@rzvoncek)
24+
325
### 0.6.0 (2020/05/15 13:27 +00:00)
426
- Add ini option to enable -ssl parameter for nodetool (@ANeumann82)
527
- Add S3 region selector for S3 rgw (@mclpfr)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cassandra-medusa (0.7.0) stable; urgency=medium
2+
3+
* Release 0.7.0 of Medusa - Backups for Apache Cassandra.
4+
5+
-- The Last Pickle <[email protected]> Fri, 03 Jul 2020 08:15:36 +0000
6+
17
cassandra-medusa (0.6.0) stable; urgency=medium
28

39
* Release 0.6.0 of Medusa - Backups for Apache Cassandra.

0 commit comments

Comments
 (0)