From 18786228e44c06e8c2ebd15620e0fe7e3d28bd9a Mon Sep 17 00:00:00 2001 From: Johan Marcusson Date: Thu, 16 Sep 2021 10:22:00 +0200 Subject: [PATCH] Start changelog for v1.3.0 --- docs/changelog/index.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 92e3f25e..b95a6c0c 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -1,6 +1,24 @@ Changelog ========= +Version 1.3.0 +------------- + +New features: + + - CNaaS specific Jinja2 filters: increment_ip, ipv4_to_ipv6, isofy_ipv4 (#167) + - "aggregate_id" option for access ports to build link aggregates from access switches (#171) + - New settings for: flow_collectors, route leaking, port_template, dot1x_fail_vlan, vxlan tags (#178,#192,#193,#194,#195,#196) + - Automatic descriptions for ACCESS_DOWNLINK type ports (#189) + - Option to filter job result output fields in API response (#197) + +Bug fixes: + + - Fix race condition issue where different threads could sometimes cause issues with + wrong template being used when syncing multiple different operating systems in same job (#168,#176) + - Fix validation and return output for mgmtdomains API (#177) + - Cleanup of docker images (#184,#185,#186,#191) + Version 1.2.0 -------------