Release v1.3.2
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -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 <pim@ipng.ch> Sun, 13 Jul 2025 23:30:00 +0100
|
||||||
|
|
||||||
ipng-router-backup (1.3.1) stable; urgency=low
|
ipng-router-backup (1.3.1) stable; urgency=low
|
||||||
|
|
||||||
* Fix golangci-lint issues, replace deprecated io/ioutil
|
* Fix golangci-lint issues, replace deprecated io/ioutil
|
||||||
|
@@ -12,7 +12,7 @@ import (
|
|||||||
"github.com/spf13/cobra"
|
"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 {
|
func processDevice(hostname string, deviceConfig Device, commands []string, excludePatterns []string, password, keyFile string, port int, outputDir string) bool {
|
||||||
// Create backup instance
|
// Create backup instance
|
||||||
|
Reference in New Issue
Block a user