Skip to content

Commit

Permalink
bump version to 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Bruyelles <[email protected]>
  • Loading branch information
JackSlateur committed Aug 24, 2020
1 parent f8dc878 commit 2082c63
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
PENDING

**Notable changes** :

Version 2.2.0

**Notable changes** :
* add a --cleanup option to the `backup` subcommand.
* fix vmfs6 support.
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
backurne (2.2.0) UNRELEASED; urgency=medium

* add a --cleanup option to the `backup` subcommand.
* fix vmfs6 support.
* add a --debug option for one-shot verbosity.
* rework the `map` subcommand with enhancement to the vmdk support (especially in conjunction with lvm).
* 'Plain' cluster can now be reached not only via SSH, but also via any user-defined way. Kubernetes is the main target here, yet it should work with anything.

-- Alexandre Bruyelles <[email protected]> Sat, 24 Aug 2020 09:40:19 +0100

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).
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 "04 Jul 2020" "2.1" "backurne man page"
.TH backurne 1 "04 Jul 2020" "2.2.0" "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.1.0',
version='2.2.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.1.0'
VERSION = '2.2.0'


def handle_exc(func):
Expand Down

0 comments on commit 2082c63

Please sign in to comment.