Cut 1.1.6-1 release
This commit is contained in:
9
debian/changelog
vendored
9
debian/changelog
vendored
@@ -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
|
||||
|
||||
* Implement automatic interface deletion handling in IF-MIB
|
||||
|
||||
@@ -16,7 +16,7 @@ import (
|
||||
"govpp-snmp-agentx/vpp"
|
||||
)
|
||||
|
||||
const Version = "1.1.5-1"
|
||||
const Version = "1.1.6-1"
|
||||
|
||||
func main() {
|
||||
debug := flag.Bool("debug", false, "Enable debug logging")
|
||||
|
||||
Reference in New Issue
Block a user