Bump version v1.1.5-1

This commit is contained in:
Pim van Pelt
2025-07-02 23:16:20 +02:00
parent d65e055710
commit dce4750b0f
2 changed files with 11 additions and 1 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
govpp-snmp-agentx (1.1.5-1) bookworm; urgency=medium
* Implement automatic interface deletion handling in IF-MIB
* Simplify interface event processing by removing separate delete callbacks
* Remove unused functions and clean up codebase (RemoveInterface, rebuildMIB)
* Improve interface state synchronization between VPP and SNMP MIB
* Automatically detect and remove deleted interfaces during updates
-- Pim van Pelt <pim@ipng.ch> Wed, 02 Jul 2025 00:00:00 +0000
govpp-snmp-agentx (1.1.4-1) bookworm; urgency=medium
* Major VPP module refactoring with improved separation of concerns

View File

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