From 57ff1a1cd7b9d3d49d125b53e2091cd62595d2cd Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 16 Mar 2026 11:03:49 -0700 Subject: [PATCH] =?UTF-8?q?Upgrade=20borgmatic=202.0.13=20=E2=86=92=202.1.?= =?UTF-8?q?3=20on=20indri?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade already applied via mise/pipx. Key upstream changes: - Borg warnings handling improved (file-not-found reverted to warning in 2.1.3) - Memory and performance improvements in pre-backup validation - source_directories_must_exist default now true (already set in our config) Dry-run verified against both sifaka and borgbase repositories. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/changelog.d/upgrade-borgmatic-2.1.3.infra.md | 1 + service-versions.yaml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 docs/changelog.d/upgrade-borgmatic-2.1.3.infra.md diff --git a/docs/changelog.d/upgrade-borgmatic-2.1.3.infra.md b/docs/changelog.d/upgrade-borgmatic-2.1.3.infra.md new file mode 100644 index 0000000..74542e4 --- /dev/null +++ b/docs/changelog.d/upgrade-borgmatic-2.1.3.infra.md @@ -0,0 +1 @@ +Upgrade borgmatic from 2.0.13 to 2.1.3 on indri (improved borg warning handling, memory/performance improvements) diff --git a/service-versions.yaml b/service-versions.yaml index 85705cc..0ad1733 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -283,9 +283,10 @@ services: - name: borgmatic type: ansible - last-reviewed: null - current-version: null + last-reviewed: 2026-03-16 + current-version: "2.1.3" upstream-source: https://github.com/borgmatic-collective/borgmatic/releases + notes: Installed via mise (pipx), not managed by Ansible role - name: jellyfin type: ansible