diff options
Diffstat (limited to 'docs/changelog')
-rw-r--r-- | docs/changelog/1.3.rst | 67 | ||||
-rw-r--r-- | docs/changelog/1.4.rst | 189 |
2 files changed, 244 insertions, 12 deletions
diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst index cf78e019..30e1dc41 100644 --- a/docs/changelog/1.3.rst +++ b/docs/changelog/1.3.rst @@ -8,6 +8,70 @@ _ext/releasenotes.py +2022-11-06 +========== + +* :vytask:`T2913` (bug): Failure to install fpm while building builder docker image + + +2022-11-04 +========== + +* :vytask:`T2417` (feature): Python validator cleanup + + +2022-11-01 +========== + +* :vytask:`T4177` (bug): Strip-private doesn't work for service monitoring + + +2022-10-31 +========== + +* :vytask:`T1875` (feature): Add the ability to use network address as BGP neighbor (bgp listen range) +* :vytask:`T4785` (feature): snmp: Allow !, @, * and # in community name + + +2022-10-21 +========== + +* :vytask:`T2189` (bug): Adding a large port-range will take ~ 20 minutes to commit + + +2022-10-18 +========== + +* :vytask:`T4533` (bug): Radius clients don’t have simple permissions + + +2022-10-13 +========== + +* :vytask:`T4312` (bug): Telegraf configuration doesn't accept IPs for URL + + +2022-10-12 +========== + +* :vytask:`T4730` (bug): Conntrack-sync error - listen-address is not the correct type in config as it should be + + +2022-10-11 +========== + +* :vytask:`T4680` (bug): Telegraf prometheus-client listen-address invalid format + + +2022-10-04 +========== + +* :vytask:`T4702` (bug): Wireguard peers configuration is not synchronized with CLI +* :vytask:`T4652` (feature): Upgrade PowerDNS recursor to 4.7 series +* :vytask:`T4648` (default): PPPoE: Ignore default router from RA when PPPoE default-route is set to none +* :vytask:`T4582` (default): Router-advert: Preferred lifetime cannot equal valid lifetime in PIOs + + 2022-09-17 ========== @@ -18,7 +82,7 @@ ========== * :vytask:`T4679` (bug): OpenVPN site-to-site incorrect check for IPv6 local and remote address -* :vytask:`T4630` (bug): Pseudo Ethernet can not use identical source-interface as MACsec +* :vytask:`T4630` (bug): Prevent attempts to use the same interface as a source interface for pseudo-ethernet and MACsec at the same time 2022-09-12 @@ -1256,7 +1320,6 @@ * :vytask:`T2759` (bug): validate-value prints error messages from validators that fail even if overall validation succeeds * :vytask:`T3234` (bug): multi_to_list fails in certain cases, with root cause an element redundancy in XML interface-definitions * :vytask:`T3732` (feature): override-default helper should support adding defaultValues to default less nodes -* :vytask:`T3574` (default): Add constraintGroup for combining validators with logical AND * :vytask:`T1962` (default): Add syntax version to schema diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index f981da3c..3c769cb3 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -8,6 +8,184 @@ _ext/releasenotes.py +2022-11-06 +========== + +* :vytask:`T4803` (bug): The header 'Authorization' needs to be explictly allowed in http-api CORS middleware + + +2022-11-05 +========== + +* :vytask:`T4802` (feature): Ability to define per container shared-memory size + + +2022-11-01 +========== + +* :vytask:`T4764` (bug): NAT tables vyos_nat and vyos_static_nat not deleting after deleting nat +* :vytask:`T4177` (bug): Strip-private doesn't work for service monitoring + + +2022-10-31 +========== + +* :vytask:`T4786` (feature): Add package python3-pyhumps +* :vytask:`T1875` (feature): Add the ability to use network address as BGP neighbor (bgp listen range) +* :vytask:`T4785` (feature): snmp: Allow !, @, * and # in community name +* :vytask:`T4787` (feature): ipsec: add support for road-warrior/remote-access RADIUS timeout + + +2022-10-29 +========== + +* :vytask:`T4783` (default): Add support for stunnel +* :vytask:`T4784` (feature): Add description node for static route/route6 tagNodes + + +2022-10-28 +========== + +* :vytask:`T4291` (default): Consolidate component version read/write functions + + +2022-10-27 +========== + +* :vytask:`T4763` (feature): Change XML for Show nat destination statistics +* :vytask:`T4762` (bug): Show nat rules with empty rules incorrect error +* :vytask:`T4778` (bug): Raise error UnconfiguredSubsystem if op-mode ipsec.py fails initialization + + +2022-10-26 +========== + +* :vytask:`T4773` (default): Add camel_case to snake_case conversion utility + + +2022-10-25 +========== + +* :vytask:`T4574` (default): Add token based authentication to GraphQL API + + +2022-10-24 +========== + +* :vytask:`T4772` (default): Return list of dicts in 'raw' output of route.py instead of dict with redundant information + + +2022-10-23 +========== + +* :vytask:`T3723` (bug): op-mode IPSec show vpn ipsec sa output with underscores + + +2022-10-21 +========== + +* :vytask:`T4768` (default): Change name of api child node from 'gql' to 'graphql' + + +2022-10-18 +========== + +* :vytask:`T4684` (feature): Rewrite show ip route by protocol to vyos.opmode format +* :vytask:`T4533` (bug): Radius clients don’t have simple permissions +* :vytask:`T4753` (enhancment): Extend automatic generation of schema to query SystemStatus + + +2022-10-17 +========== + +* :vytask:`T4725` (bug): Unable to reset vpn IPsec peer + + +2022-10-14 +========== + +* :vytask:`T4672` (bug): RADIUS server disable does not work +* :vytask:`T4749` (enhancment): Use config_dict for conf_mode http-api.py + + +2022-10-13 +========== + +* :vytask:`T4746` (bug): Monitoring nft. table vyos_filter by default does not exist but telegraf checks this table +* :vytask:`T4744` (bug): BGP directly connected neighbors don't compatible with ebgp-multihop +* :vytask:`T4716` (feature): SSH ability to configure RekeyLimit +* :vytask:`T4343` (default): Expose powerdns network-timeout for service dns forwarding +* :vytask:`T4312` (bug): Telegraf configuration doesn't accept IPs for URL +* :vytask:`T4274` (default): Extend OpenConnect RADIUS Timeout to Permit 2FA Entry + + +2022-10-12 +========== + +* :vytask:`T4747` (bug): Monitoring influxdb template input exec plugin does not work +* :vytask:`T4740` (bug): Show conntrack table ipv6 fail +* :vytask:`T4730` (bug): Conntrack-sync error - listen-address is not the correct type in config as it should be + + +2022-10-11 +========== + +* :vytask:`T4742` (bug): Autocomplete in policy route rule x set table / does not show the tables created in the static protocols +* :vytask:`T4741` (bug): set firewall zone Local local-zone failed +* :vytask:`T4680` (bug): Telegraf prometheus-client listen-address invalid format + + +2022-10-10 +========== + +* :vytask:`T538` (feature): Support for network mapping in NAT + + +2022-10-09 +========== + +* :vytask:`T4738` (enhancment): Extend automatic generation of schema definition files to native configsession functions; use single resolver/directive + + +2022-10-08 +========== + +* :vytask:`T4707` (feature): Enable OSPF segment routing + + +2022-10-07 +========== + +* :vytask:`T4736` (bug): Error on JSON output of API query ShowConfig + + +2022-10-04 +========== + +* :vytask:`T4708` (bug): 'show nat destination rules' throwing an error +* :vytask:`T4700` (feature): Firewall - Add interface match criteria +* :vytask:`T4699` (feature): Firewall - Add jump action - Add return action +* :vytask:`T4651` (feature): Firewall - Add options to match packet size +* :vytask:`T4702` (bug): Wireguard peers configuration is not synchronized with CLI +* :vytask:`T4685` (bug): Interface does not exist on boot when used as inbound-interface for local policy route +* :vytask:`T4652` (feature): Upgrade PowerDNS recursor to 4.7 series +* :vytask:`T4582` (default): Router-advert: Preferred lifetime cannot equal valid lifetime in PIOs + + +2022-09-29 +========== + +* :vytask:`T4715` (feature): Auto logout user after a period of inactivity +* :vytask:`T4697` (bug): policy route: Generating ConfigError failes when tcp flag is missing on set tcp-mss rule commit + + +2022-09-27 +========== + +* :vytask:`T4711` (feature): Ability to terminate user TTY and PTS sessions +* :vytask:`T4557` (feature): fastnetmon: allow configure limits per protocol (tcp, udp, icmp) + + 2022-09-21 ========== @@ -41,7 +219,7 @@ * :vytask:`T4679` (bug): OpenVPN site-to-site incorrect check for IPv6 local and remote address * :vytask:`T4691` (feature): Upgrade Linux Kernel to latest 5.15.y train -* :vytask:`T4630` (bug): Pseudo Ethernet can not use identical source-interface as MACsec +* :vytask:`T4630` (bug): Prevent attempts to use the same interface as a source interface for pseudo-ethernet and MACsec at the same time * :vytask:`T4696` (default): Extend bgp parameters for bgp bestpath peer-type multipath-relax @@ -61,12 +239,6 @@ * :vytask:`T4681` (feature): Complete standardization of show_uptime.py -2022-09-08 -========== - -* :vytask:`T4526` (bug): keepalived-fifo.py unable to load config - - 2022-09-06 ========== @@ -1133,7 +1305,6 @@ * :vytask:`T4182` (bug): Show vrrp if vrrp not configured bug * :vytask:`T4179` (feature): Add op-mode CLI for show high-availability virtual-server -* :vytask:`T4177` (bug): Strip-private doesn't work for service monitoring 2022-01-13 @@ -1932,7 +2103,6 @@ * :vytask:`T3764` (bug): Unconfigurable IKE and ESP lifetime * :vytask:`T3234` (bug): multi_to_list fails in certain cases, with root cause an element redundancy in XML interface-definitions * :vytask:`T3732` (feature): override-default helper should support adding defaultValues to default less nodes -* :vytask:`T3574` (default): Add constraintGroup for combining validators with logical AND * :vytask:`T3759` (default): [L3VPN] VPNv4/VPNv6 add commands @@ -2732,7 +2902,6 @@ ========== * :vytask:`T2848` (feature): bgp-add-path configuration options -* :vytask:`T1875` (feature): Add the ability to use network address as BGP neighbor (bgp listen range) 2021-02-12 |