diff options
author | rebortg <rebortg@users.noreply.github.com> | 2022-08-15 06:05:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 06:05:14 +0000 |
commit | f06bf12187f18c02e98ae9994e40b924c07557a2 (patch) | |
tree | 2e63a599468c81398c65d180ad463c35e1e27c4e /docs/changelog | |
parent | 78c58d2acd171ebbf9183c21bf76b96a0deb2edd (diff) | |
download | vyos-documentation-f06bf12187f18c02e98ae9994e40b924c07557a2.tar.gz vyos-documentation-f06bf12187f18c02e98ae9994e40b924c07557a2.zip |
Github: update current branch
Diffstat (limited to 'docs/changelog')
-rw-r--r-- | docs/changelog/1.3.rst | 20 | ||||
-rw-r--r-- | docs/changelog/1.4.rst | 26 |
2 files changed, 46 insertions, 0 deletions
diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst index 071a49f1..980dd16b 100644 --- a/docs/changelog/1.3.rst +++ b/docs/changelog/1.3.rst @@ -8,6 +8,26 @@ _ext/releasenotes.py +2022-08-14 +========== + +* :vytask:`T4579` (bug): bridge: can not delete member interface CLI option when VLAN is enabled +* :vytask:`T4421` (default): Add support for floating point numbers in the numeric validator +* :vytask:`T4415` (bug): Include license/copyright files in the image but remove user documentation from /usr/share/doc to reduce its size +* :vytask:`T4313` (bug): "generate public-key-command" throws unhandled exceptions when it cannot retrieve the key +* :vytask:`T4082` (bug): Add op mode command to restart ldpd +* :vytask:`T3714` (bug): Some sysctl custom parameters disappear after reboot +* :vytask:`T4260` (bug): Extend vyos.configdict.node_changed() to support recursiveness +* :vytask:`T3785` (default): Add unicode support to configtree backend +* :vytask:`T3507` (bug): Bond with mode LACP show u/u in show interfaces even if peer is not configured + + +2022-08-11 +========== + +* :vytask:`T4476` (default): Next steps after installation is not communicated properly to new users + + 2022-08-02 ========== diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index cdad92e2..6e917399 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -8,6 +8,32 @@ _ext/releasenotes.py +2022-08-14 +========== + +* :vytask:`T4579` (bug): bridge: can not delete member interface CLI option when VLAN is enabled +* :vytask:`T4421` (default): Add support for floating point numbers in the numeric validator +* :vytask:`T3507` (bug): Bond with mode LACP show u/u in show interfaces even if peer is not configured + + +2022-08-12 +========== + +* :vytask:`T4603` (feature): Need a config option to specify NAS-IP-Address for vpn l2tp + + +2022-08-10 +========== + +* :vytask:`T4408` (feature): Add sshguard to protect against brut-forces + + +2022-08-08 +========== + +* :vytask:`T4586` (feature): Add to NAT66: SNAT destination address and DNAT source address. + + 2022-08-04 ========== |