diff options
Diffstat (limited to 'docs/changelog/1.3.rst')
-rw-r--r-- | docs/changelog/1.3.rst | 55 |
1 files changed, 54 insertions, 1 deletions
diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst index afc77f4a..4833656f 100644 --- a/docs/changelog/1.3.rst +++ b/docs/changelog/1.3.rst @@ -8,6 +8,59 @@ _ext/releasenotes.py +2021-06-27 +========== + +* :vytask:`T3653` (default): Cloudinit subnet error if a cidr (/24) is used instead of a subnet mask (255.255.255.0) + + +2021-06-25 +========== + +* :vytask:`T3650` (bug): OpenVPN: Upgrade package to 2.5.1 before releasing VyOS 1.3.0 +* :vytask:`T3649` (feature): Add bonding additional hash-policy + + +2021-06-24 +========== + +* :vytask:`T2722` (bug): get_config_dict() and key_mangling=('-', '_') will alter CLI data for tagNodes + + +2021-06-22 +========== + +* :vytask:`T3629` (bug): IPoE server shifting address in the range +* :vytask:`T3582` (default): 'delete log file' does not work + + +2021-06-19 +========== + +* :vytask:`T3633` (feature): Add LRO offload for interface ethernet +* :vytask:`T3632` (bug): policy: route-map: unable to configure route-target / site-of-origin + + +2021-06-18 +========== + +* :vytask:`T3634` (feature): Add op command option for ping for do not fragment bit to be set + + +2021-06-17 +========== + +* :vytask:`T3631` (feature): route-map: migrate "set extcommunity-rt" and "set extcommunity-soo" to "set extcommunity rt|soo" to match FRR syntax + + +2021-06-16 +========== + +* :vytask:`T3623` (default): Fix for dummy interface option in the operational command "clear interfaces dummy" +* :vytask:`T2425` (feature): Rewrite all policy zebra filters to XML/Python style +* :vytask:`T3630` (feature): op-mode: add "show version kernel" command + + 2021-06-13 ========== @@ -528,7 +581,7 @@ 2021-02-16 ========== -* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.125 / 5.10.43 +* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.128 / 5.10.46 2021-02-14 |