Skip to content

Commit

Permalink
bump version to 2.3.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 30, 2022
1 parent 75950b4 commit 32ee06a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
PENDING

**Notable changes**:

Version 2.3.0

**Notable changes**:
* Report time to influxdb
* Support Microsoft dynamic disks (LDM)
* Implement tasks priority
* Reimplement the workers logic, with a per-cluster pool

Thanks to Cyllene (https://www.groupe-cyllene.com/) for sponsoring this work !

Version 2.2.1

Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
backurne (2.3.0) UNRELEASED; urgency=medium

* Report time to influxdb
* Support Microsoft dynamic disks (LDM)
* Implement tasks priority
* Reimplement the workers logic, with a per-cluster pool

-- Alexandre Bruyelles <[email protected]> Sat, 30 Jul 2022 11:08:19 +0100

backurne (2.2.1) UNRELEASED; urgency=medium

* gzip has been replaced by zstd.
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 "12 Apr 2021" "2.2.1" "backurne man page"
.TH backurne 1 "30 Jul 2022" "2.3.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.2.1',
version='2.3.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.2.1'
VERSION = '2.3.0'


def handle_exc(func):
Expand Down

0 comments on commit 32ee06a

Please sign in to comment.