We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284696a commit 1d84053Copy full SHA for 1d84053
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# ChangeLog
2
3
+## 1.11.5 - 2024-01-06
4
+
5
+Changes:
6
+- vrrp: reduce logging severity for skipped interfaces in vrrp actions to debug
7
8
+Fixes:
9
+- link: make veth links netns aware (fixes #34)
10
+ (reported by @magic_rb)
11
+- link: fix creating virtual links with master attribute (closes #35)
12
+- link: fix false positive error when removing veth links (closes #36)
13
+- vrrp-fifo: fix exception in worker process if WireGuard is used (closes #37)
14
15
## 1.11.4 - 2023-12-18
16
17
Changes:
libifstate/__init__.py
@@ -47,7 +47,7 @@
47
import errno
48
import logging
49
50
-__version__ = "1.11.4"
+__version__ = "1.11.5"
51
52
53
class IfState():
0 commit comments