diff options
Diffstat (limited to 'docs/changelog')
-rw-r--r-- | docs/changelog/1.4.rst | 3 | ||||
-rw-r--r-- | docs/changelog/1.5.rst | 47 | ||||
-rw-r--r-- | docs/changelog/index.rst | 1 |
3 files changed, 51 insertions, 0 deletions
diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index f99c72bb..a601dbe2 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -11,6 +11,9 @@ 2023-09-11 ========== +* :vytask:`T5567` ``(bug): vyos-1x: webproxy: maximum-object-size allowed ranges not in sync with Equuleus`` +* :vytask:`T5551` ``(bug): Missing check for boot_configuration_complete raises error in vyos-save-config.py`` +* :vytask:`T5353` ``(bug): config-mgmt: normalize archive updates and commit log entries`` * :vytask:`T3424` ``(default): PPPoE IA-PD doesn't work in VRF`` * :vytask:`T2773` ``(feature): EIGRP support for VRF`` diff --git a/docs/changelog/1.5.rst b/docs/changelog/1.5.rst new file mode 100644 index 00000000..206d5bde --- /dev/null +++ b/docs/changelog/1.5.rst @@ -0,0 +1,47 @@ +############ +1.5 Circinus +############ + +.. + Please don't add anything by hand. + This file is managed by the script: + _ext/releasenotes.py + + +2023-09-11 +========== + +* :vytask:`T5562` ``(bug): Smoketests fail for vyos:current (test_netns.py)`` +* :vytask:`T5551` ``(bug): Missing check for boot_configuration_complete raises error in vyos-save-config.py`` +* :vytask:`T5353` ``(bug): config-mgmt: normalize archive updates and commit log entries`` + + +2023-09-10 +========== + +* :vytask:`T5555` ``(bug): Fix timezone migrator (system 13-to-14)`` + + +2023-09-09 +========== + +* :vytask:`T5423` ``(bug): ipsec: no output for op-cmd "show vpn ike secrets"`` + + +2023-09-08 +========== + +* :vytask:`T5560` ``(bug): VyOS version in current branch should be changed from 1.4 to 1.5`` + + +2023-09-07 +========== + +* :vytask:`T5556` ``(bug): reboot now and poweroff does not work`` +* :vytask:`T5489` ``(feature): Change to BBR as TCP congestion control, or at least make it an config option`` + + +2023-09-06 +========== + +* :vytask:`T5548` ``(bug): HAProxy renders timeouts incorrectly`` diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index c5af65ef..9467a716 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -10,6 +10,7 @@ Changelog :maxdepth: 1 :includehidden: + 1.5 1.4 1.3 1.2.6 |