Skip to content

Commit

Permalink
bump to v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Bruyelles <[email protected]>
  • Loading branch information
JackSlateur committed Jul 4, 2020
1 parent a29661e commit 2f3eafd
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Version 2.1.0

**Notable changes** :
* 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).
* **Backurne** now reports time elapsed to process each backup, either to a plain file or via syslog. See the `report_time` configuration entry.

Version 2.0.0

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

Version 1.1.0

Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
backurne (2.1.0) UNRELEASED; urgency=medium

* 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).
* **Backurne** now reports time elapsed to process each backup, either to a plain file or via syslog. See the `report_time` configuration entry.

-- Alexandre Bruyelles <[email protected]> Sat, 04 Jul 2020 13:50:19 +0100

backurne (2.0.0) UNRELEASED; urgency=medium

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

-- Alexandre Bruyelles <[email protected]> Mon, 13 Jan 2020 13:40:19 +0100


backurne (1.1.0) UNRELEASED; urgency=medium

* Add hook support
Expand Down
2 changes: 1 addition & 1 deletion man/backurne.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backurne 1 "13 Jan 2020" "2.0" "backurne man page"
.TH backurne 1 "04 Jul 2020" "2.1" "backurne man page"
.SH NAME
backurne \- backup Ceph's RBD on Ceph, with Proxmox integration
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='backurne',
version='2.0.0',
version='2.1.0',
author='Alexandre Bruyelles',
author_email='[email protected]',
description="Backup Ceph's RBD on Ceph, with Proxmox integration",
Expand Down
2 changes: 1 addition & 1 deletion src/backurne/backurne.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from . import stats


VERSION = '2.0.0'
VERSION = '2.1.0'


def handle_exc(func):
Expand Down

0 comments on commit 2f3eafd

Please sign in to comment.