diff options
Diffstat (limited to 'docs/changelog/1.4.rst')
-rw-r--r-- | docs/changelog/1.4.rst | 123 |
1 files changed, 122 insertions, 1 deletions
diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index 60680dd3..073b09a2 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -8,6 +8,128 @@ _ext/releasenotes.py +2023-03-11 +========== + +* :vytask:`T5076` (feature): CI/CD: Docker container is bloated by legacy and conflicting dependencies + + +2023-03-09 +========== + +* :vytask:`T5066` (bug): Different GRE tunnel but same tunnel keys error +* :vytask:`T4952` (feature): Improve interface completion helper CLI experience + + +2023-03-08 +========== + +* :vytask:`T4381` (default): OpenVPN: Add "Tunnel IP" column in "show openvpn server" operational command +* :vytask:`T4872` (bug): Op-mode show openvpn misses a case when parsing for tunnel IP + + +2023-03-07 +========== + +* :vytask:`T5057` (bug): IPoE server incorrect interface regex +* :vytask:`T2838` (bug): Ethernet device names changing, multiple hw-id being added +* :vytask:`T5051` (feature): Use Literal types to provide op-mode CLI choices and API enums +* :vytask:`T4900` (default): Cache intermediary results of get_config_diff in Config instance + + +2023-03-05 +========== + +* :vytask:`T5040` (default): Generate API GraphQL schema on installation, rather than dynamically + + +2023-03-03 +========== + +* :vytask:`T4625` (enhancment): Update ocserv to current revision (1.1.6) + + +2023-03-02 +========== + +* :vytask:`T4967` (feature): Ability to set hostname for the container + + +2023-03-01 +========== + +* :vytask:`T5015` (bug): Invalid format character error at hfsc class settings help text + + +2023-02-28 +========== + +* :vytask:`T5029` (feature): Nginx change default root directory and fix regex +* :vytask:`T5025` (bug): Time-zone validation failed +* :vytask:`T4955` (bug): Openconnect radiusclient.conf generating with extra authserver +* :vytask:`T4843` (feature): Command-line arguments in container config +* :vytask:`T4219` (feature): support incoming-interface (iif) in local PBR +* :vytask:`T3903` (bug): Containers: after command "reboot" the host system will reboot after 1.5 minutes + + +2023-02-27 +========== + +* :vytask:`T5028` (feature): Add package exfatprogs to VyOS +* :vytask:`T4985` (bug): reset vpn ipsec-peer command with peer name does not work + + +2023-02-26 +========== + +* :vytask:`T4979` (feature): Add API request 'show_user_info' for UI + + +2023-02-25 +========== + +* :vytask:`T5008` (bug): MACsec CKN of 32 chars is not allowed in CLI, but works fine +* :vytask:`T5007` (bug): Interface multicast setting is invalid +* :vytask:`T5027` (bug): OpenVPN options and site-to-site cannot pass smoketest +* :vytask:`T4978` (bug): KeyError: 'memory' container_config['memory'] on upgrading to 1.4-rolling-202302041536 +* :vytask:`T5034` (bug): Migrate multicast CLI node to valueLess +* :vytask:`T4948` (feature): pppoe: add CLI option to allow definition of host-uniq flag + + +2023-02-24 +========== + +* :vytask:`T5030` (bug): HTTPS-API delete key without id error +* :vytask:`T5006` (bug): Http api segfault with concurrent requests + + +2023-02-23 +========== + +* :vytask:`T5013` (feature): Extend accelppp.py op-mode to get subnet start stop info from config +* :vytask:`T5002` (feature): Add uk (United Kingdom) keymap + + +2023-02-22 +========== + +* :vytask:`T5024` (bug): check-qemu-install VM is not shutdown the first time +* :vytask:`T5011` (bug): Some interface drivers don't support min_mtu and max_mtu and verify_mtu check should be skipped + + +2023-02-21 +========== + +* :vytask:`T5021` (bug): IPsec SA is closed before negotiating a new one or it is negotiated on every second if big life-time is set in swanctl.conf +* :vytask:`T5020` (feature): Extend openvpn.py op-mode to get a list of configured clients + + +2023-02-20 +========== + +* :vytask:`T5005` (feature): Skip user authentication for PPPoE Server with noauth option + + 2023-02-16 ========== @@ -149,7 +271,6 @@ 2023-01-20 ========== -* :vytask:`T4925` (feature): Need to add the possibility to configure Pseudo-Random Functions (PRF) in IKEv2 * :vytask:`T4551` (bug): IPsec rekeying collisions bug * :vytask:`T4942` (feature): Rewrite vyatta-config-mgmt to Python/XML |