Cut 1.1.6-1 release

This commit is contained in:
Pim van Pelt
2025-11-08 01:40:57 +01:00
parent 9e9103c184
commit 27c7a5bcae
2 changed files with 10 additions and 1 deletions

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
govpp-snmp-agentx (1.1.6-1) bookworm; urgency=medium
* Replace forked go-agentx dependency with upstream github.com/posteo/go-agentx
* Remove local src/go-agentx/ directory and use official upstream package
* Upgrade to go-agentx v0.2.1 from official GitHub repository
* Improve dependency management and reduce maintenance overhead
-- Pim van Pelt <pim@ipng.ch> Fri, 08 Nov 2024 00:00:00 +0000
govpp-snmp-agentx (1.1.5-1) bookworm; urgency=medium govpp-snmp-agentx (1.1.5-1) bookworm; urgency=medium
* Implement automatic interface deletion handling in IF-MIB * Implement automatic interface deletion handling in IF-MIB

View File

@@ -16,7 +16,7 @@ import (
"govpp-snmp-agentx/vpp" "govpp-snmp-agentx/vpp"
) )
const Version = "1.1.5-1" const Version = "1.1.6-1"
func main() { func main() {
debug := flag.Bool("debug", false, "Enable debug logging") debug := flag.Bool("debug", false, "Enable debug logging")