From 57fc8d36306e3062dcfa51e9b96c2234d905086c Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 13 Jul 2025 22:23:20 +0200 Subject: [PATCH] Release v1.3.2 --- debian/changelog | 7 +++++++ src/main.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6e8c7d5..f89c101 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ipng-router-backup (1.3.2) stable; urgency=low + + * Fix --key-file authentication priority issue + * Prioritize explicit key file over SSH agent authentication + + -- Pim van Pelt Sun, 13 Jul 2025 23:30:00 +0100 + ipng-router-backup (1.3.1) stable; urgency=low * Fix golangci-lint issues, replace deprecated io/ioutil diff --git a/src/main.go b/src/main.go index 41d6a77..d5352ea 100644 --- a/src/main.go +++ b/src/main.go @@ -12,7 +12,7 @@ import ( "github.com/spf13/cobra" ) -const Version = "1.3.1" +const Version = "1.3.2" func processDevice(hostname string, deviceConfig Device, commands []string, excludePatterns []string, password, keyFile string, port int, outputDir string) bool { // Create backup instance