Skip to content

Commit c7cde64

Browse files
committed
Bump version to 2.9.1
1 parent 5e5334e commit c7cde64

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v2.9.1
4+
5+
### Bug Fixes
6+
- Fix Cloudflare Backup Registry reporting `encrypted: false` regardless of actual encryption state (checked non-existent `encrypted` attribute instead of `gpg_recipients`)
7+
38
## v2.9.0
49

510
### New Features

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=2.9.0
1+
VERSION=2.9.1
22

33
test:
44
docker build . -t rossigee/backups:test && \

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
backups (2.9.1-1) unstable; urgency=low
2+
3+
* Fix Cloudflare Backup Registry reporting encrypted status based on
4+
gpg_recipients instead of a non-existent attribute
5+
6+
-- Ross Golder <ross@golder.org> Sun, 19 Jul 2026 07:21:08 +0000
7+
18
backups (2.9.0-1) unstable; urgency=low
29

310
* Add top-level encryption config support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name = 'rossigee-backups',
4-
version = '2.9.0',
4+
version = '2.9.1',
55
description = 'Backup orchestration tool for databases, folders and cloud snapshots',
66
long_description = (
77
'A Python backup orchestration tool that cycles through sources '

0 commit comments

Comments
 (0)