diff options
Diffstat (limited to 'docs/changelog')
-rw-r--r-- | docs/changelog/1.3.rst | 139 |
1 files changed, 137 insertions, 2 deletions
diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst index c819323f..dc00129b 100644 --- a/docs/changelog/1.3.rst +++ b/docs/changelog/1.3.rst @@ -8,6 +8,142 @@ _ext/releasenotes.py +2021-04-04 +========== + +* :vytask:`T3457` (feature): Output the "monitor log" command in a colorful way + + +2021-03-31 +========== + +* :vytask:`T3445` (bug): vyos-1x build include not all nodes + + +2021-03-29 +========== + +* :vytask:`T3446` (default): Cloudinit error message when empty domain is passed to filter. +* :vytask:`T3432` (default): Azure ssh keys not working for version 1.2.7/1.3.x + + +2021-03-25 +========== + +* :vytask:`T2639` (feature): sort output of show vpn ipsec sa + + +2021-03-24 +========== + +* :vytask:`T3359` (default): static route table not working properly +* :vytask:`T3307` (default): address prefix destination NAT fails to render nftables rules / commit + + +2021-03-22 +========== + +* :vytask:`T3284` (bug): merge/load fail silently if unable to resolve host + + +2021-03-21 +========== + +* :vytask:`T3416` (bug): NTP: when running inside a VRF op-mode commands do not work + + +2021-03-20 +========== + +* :vytask:`T3392` (bug): vrrp over dhcp default route bug (unexpected vrf) +* :vytask:`T3373` (feature): Upgrade to SaltStack version 3002.5 +* :vytask:`T3329` (default): "system conntrack ignore" rules can no longer be created due to an iptables syntax change +* :vytask:`T3300` (feature): Add DHCP default route distance +* :vytask:`T3306` (feature): Extend set route-map aggregator as to 4 Bytes + + +2021-03-18 +========== + +* :vytask:`T3411` (default): Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses +* :vytask:`T3271` (bug): qemu-kvm grub issue + + +2021-03-17 +========== + +* :vytask:`T3413` (bug): Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton" + + +2021-03-14 +========== + +* :vytask:`T2271` (feature): OSPF: add per VRF instance support +* :vytask:`T175` (feature): Add source route option to vti interface + + +2021-03-13 +========== + +* :vytask:`T3406` (bug): tunnel: interface no longer supports specifying encaplimit none - or migrator is missing +* :vytask:`T3407` (bug): console-server: do not allow to spawn a console-server session on serial port used by "system console" + + +2021-03-11 +========== + +* :vytask:`T3399` (bug): RPKI: dashes in hostnames are replaced with underscores when rendering the FRR config +* :vytask:`T3305` (bug): Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot +* :vytask:`T2927` (bug): isc-dhcpd release and expiry events never execute +* :vytask:`T899` (bug): Tunnels cannot be moved from one bridge to another +* :vytask:`T786` (feature): new style xml and conf-mode scripts: posibillity to add tagNode value as parameter to conf-script + + +2021-03-09 +========== + +* :vytask:`T3389` (default): gretap tunnel type missing from vyos documentation after renamed from gre-bridge +* :vytask:`T3382` (bug): Error creating Console Server + + +2021-03-08 +========== + +* :vytask:`T3387` (bug): Command "Monitor vpn ipsec" is not working + + +2021-03-07 +========== + +* :vytask:`T3319` (bug): VXLAN uses ttl 1 (auto) by default +* :vytask:`T3391` (feature): Add CLI support for specifying maximum-paths per address family ipv4 unicast and ipv6 unicast +* :vytask:`T3211` (feature): ability to redistribute ISIS into other routing protocols + + +2021-03-05 +========== + +* :vytask:`T2659` (feature): Add fastnetmon (DDoS detection) support + + +2021-03-04 +========== + +* :vytask:`T2861` (bug): route-map "set community additive" not working correctly + + +2021-03-03 +========== + +* :vytask:`T2966` (feature): tunnel: add new encapsulation types ip6tnl and ip6gretap + + +2021-03-01 +========== + +* :vytask:`T3342` (bug): On xen-netback interfaces must set "scattergather" offload before MTU>1500 + + 2021-02-28 ========== @@ -20,7 +156,6 @@ * :vytask:`T2291` (bug): Bad hostnames in /etc/hosts with static-mapping in dhcp server config * :vytask:`T3364` (feature): tunnel: cleanup/rename CLI nodes -* :vytask:`T3211` (feature): ability to redistribute ISIS into other routing protocols * :vytask:`T3368` (feature): macsec: add support for gcm-aes-256 cipher * :vytask:`T3366` (bug): tunnel: can not change local / remote ip address for gre-bridge tunnel @@ -75,7 +210,7 @@ 2021-02-16 ========== -* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.101 / 5.10.19 +* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.109 / 5.10.27 2021-02-14 |