From aa54b7564b0b21a4b2769ec3538f57882afe003b Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 25 Oct 2022 12:41:48 +0200 Subject: [PATCH] chagnes for 1.5.2 --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index dc75ae9b..944b4672 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +# v1.5.2 (2022-10-25) + +- BUGFIX policy (vmm_resources): when inserting a policy, check policies above, + but not the same one (@hannesm) +- tls-endpoint: listen on systemd socket, add systemd example (#119 @Julow + @reynir) +- albatross-stats systemd service: allow AF_NETLINK to gather network interface + statistics (@reynir) +- BUGFIX albatross-stats: use if_nametoindex, simplify code (#125 @dinosaure + @reynir @hannesm) +- Add deployment scripts for nixos (#120 @Julow) + # v1.5.1 (2022-08-31) - Albatross_influx: drop leading ':' if path should be dropped (#114 @hannesm)