Skip to content

Commit 2f3eafd

Browse files
committed
bump to v2.1.0
Signed-off-by: Alexandre Bruyelles <jack@jack.fr.eu.org>
1 parent a29661e commit 2f3eafd

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
Version 2.1.0
2+
3+
**Notable changes** :
4+
* Backuping only a subset for a `backurne backup` invocation is now possible, as well as forcing a backup (despite being considered unneeded regarding the profile). See [cli.md](cli.md).
5+
* **Backurne** now reports time elapsed to process each backup, either to a plain file or via syslog. See the `report_time` configuration entry.
6+
17
Version 2.0.0
28

39
**Notable changes** :
410
* The `list-mapped` subcommand has been reworked to support complex mapping. Command outputs (both cli & api) has been altered to support those changes.
5-
* **Backurne** now supports LVM. See README.md for its specific configuration.
6-
* **Backurne** now supports vmware. Also see README.md.
11+
* **Backurne** now supports LVM. See [README.md](README.md) for its specific configuration.
12+
* **Backurne** now supports vmware. Also see [README.md](README.md).
713

814
Version 1.1.0
915

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
backurne (2.1.0) UNRELEASED; urgency=medium
2+
3+
* Backuping only a subset for a `backurne backup` invocation is now possible, as well as forcing a backup (despite being considered unneeded regarding the profile).
4+
* **Backurne** now reports time elapsed to process each backup, either to a plain file or via syslog. See the `report_time` configuration entry.
5+
6+
-- Alexandre Bruyelles <backurne@jack.fr.eu.org> Sat, 04 Jul 2020 13:50:19 +0100
7+
18
backurne (2.0.0) UNRELEASED; urgency=medium
29

310
* The `list-mapped` subcommand has been reworked to support complex mapping. Command outputs (both cli & api) has been altered to support those changes.
@@ -6,7 +13,6 @@ backurne (2.0.0) UNRELEASED; urgency=medium
613

714
-- Alexandre Bruyelles <backurne@jack.fr.eu.org> Mon, 13 Jan 2020 13:40:19 +0100
815

9-
1016
backurne (1.1.0) UNRELEASED; urgency=medium
1117

1218
* Add hook support

man/backurne.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backurne 1 "13 Jan 2020" "2.0" "backurne man page"
1+
.TH backurne 1 "04 Jul 2020" "2.1" "backurne man page"
22
.SH NAME
33
backurne \- backup Ceph's RBD on Ceph, with Proxmox integration
44
.SH SYNOPSIS

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='backurne',
8-
version='2.0.0',
8+
version='2.1.0',
99
author='Alexandre Bruyelles',
1010
author_email='backurne@jack.fr.eu.org',
1111
description="Backup Ceph's RBD on Ceph, with Proxmox integration",

src/backurne/backurne.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from . import stats
2727

2828

29-
VERSION = '2.0.0'
29+
VERSION = '2.1.0'
3030

3131

3232
def handle_exc(func):

0 commit comments

Comments
 (0)