diff options
| author | vyosbot <autobuild@vyos.net> | 2024-09-24 02:13:21 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-24 02:13:21 +0000 |
| commit | 61ab23c7ffe57aa93914a6f14fadb4308b190092 (patch) | |
| tree | e4b1b02214cc4602bad81976d94e88d1d363cb55 | |
| parent | 3685ebe4a389d31e58464c6e039c7337f31db834 (diff) | |
| download | vyos-nightly-build-61ab23c7ffe57aa93914a6f14fadb4308b190092.tar.gz vyos-nightly-build-61ab23c7ffe57aa93914a6f14fadb4308b190092.zip | |
1.5-rolling-2024092400071.5-rolling-202409240007
| -rw-r--r-- | CHANGELOG.md | 251 | ||||
| -rw-r--r-- | version.json | 6 |
2 files changed, 253 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3748a5f..58dd990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,254 @@ ## vyos-1x -- no changes +- migration: T6007: add missing check for None in utility function + - PR: vyos/vyos-1x#3788 +- T6556: workflow trigger branches cleanup + - PR: vyos/vyos-1x#3784 +- T6556: pull_request_target update in unused import + - PR: vyos/vyos-1x#3792 +- GitHub: T6494: do not use 0/null value to mark build succeed + - PR: vyos/vyos-1x#3789 +- smoketest: T6539: remove explicit test for non existing global log entry + - PR: vyos/vyos-1x#3790 +- op-mode: T6537: remove unused cmd imported from vyos.utils.process + - PR: vyos/vyos-1x#3791 +- T6560: added workflow trigger path restrictions + - PR: vyos/vyos-1x#3799 +- op-mode: T6566: add support for listing all interfaces in "monitor bandwidth" + - PR: vyos/vyos-1x#3805 +- firewall: T6581: fix completion for "show firewall ... rule" + - PR: vyos/vyos-1x#3812 +- configdep: T6559: fix regression in dependent script error under configd + - PR: vyos/vyos-1x#3813 +- op-mode: T6575: add support for NTP service restart via CLI + - PR: vyos/vyos-1x#3810 +- ruff: T6583: Added settings for ruff + - PR: vyos/vyos-1x#3816 +- T6572: added trigger pr caller workflow + - PR: vyos/vyos-1x#3809 +- op-mode: T6577: create generic service restart helper to work with the API + - PR: vyos/vyos-1x#3817 +- op-mode: T6580: read active nodes directly from the config tree without calling cli-shell-api + - PR: vyos/vyos-1x#3811 +- GitHub: T6590: normalize LF in rebase label worflow file + - PR: vyos/vyos-1x#3835 +- interfaces: T6592: moving an interface between VRF instances failed + - PR: vyos/vyos-1x#3834 +- smoketest: T6600: ospf: enable MPLS LDP on dummy interfaces + - PR: vyos/vyos-1x#3838 +- T6599: ipsec: support disabling rekey of CHILD_SA, converge and fix defaults + - PR: vyos/vyos-1x#3841 +- wireless: T6597: improve hostapd startup and corresponding smoketests + - PR: vyos/vyos-1x#3833 +- vrf: T6592: remove unused import get_interface_config + - PR: vyos/vyos-1x#3839 +- T6594: Add missed pppd_compat module + - PR: vyos/vyos-1x#3832 +- openvpn: T3834: verify() is not allowed to change anything on the system + - PR: vyos/vyos-1x#3850 +- T6525: Add default dir for ext-scripts without absolute path + - PR: vyos/vyos-1x#3827 +- T6589: Return a dict when querying information about a single interface + - PR: vyos/vyos-1x#3840 +- system_option: T5552: Apply IPv4 and IPv6 options after reapplying sysctls by TuneD + - PR: vyos/vyos-1x#3853 +- op_mode: T6596: pppoe operation command failed + - PR: vyos/vyos-1x#3860 +- op_mode: T6593: Release DHCP interface does not work + - PR: vyos/vyos-1x#3861 +- vrf: T6602: verify supplied VRF name on all interface types + - PR: vyos/vyos-1x#3856 +- interface: T6592: remove interface from conntrack ct_iface_map on deletion + - PR: vyos/vyos-1x#3857 +- T6605: restore configd error formatting to be consistent with CLI + - PR: vyos/vyos-1x#3868 +- Debian: T6598: depend on podman version >=4.9.5 + - PR: vyos/vyos-1x#3873 +- op_mode: T5744: PKI import OpenVPN shared key includess unexpected BEGIN and END + - PR: vyos/vyos-1x#3879 +- smoketest: T5705: use locally connected remote syslog servers + - PR: vyos/vyos-1x#3889 +- smoketest: T6614: initial support for op-mode command testing + - PR: vyos/vyos-1x#3888 +- smoketest: T6592: remove unused "import os" + - PR: vyos/vyos-1x#3874 +- T6349: Fix typo in file name + - PR: vyos/vyos-1x#3897 +- firewall: T4694: incomplete node checks in migration script + - PR: vyos/vyos-1x#3895 +- OpenVPN CLI-option: T6571: rename ncp-ciphers with data-ciphers + - PR: vyos/vyos-1x#3823 +- T6362: Create conntrack logger daemon + - PR: vyos/vyos-1x#3804 +- vyos.configtree: T6620: allow list_nodes() to work on non-existent paths + - PR: vyos/vyos-1x#3898 +- vrf: T6603: conntrack ct_iface_map must only contain one entry for iifname/oifname + - PR: vyos/vyos-1x#3883 +- T6572: trigger remote pr only for circinus pr merge + - PR: vyos/vyos-1x#3899 +- GitHub: T6560: action must be run on forked repo + - PR: vyos/vyos-1x#3902 +- ipsec: T6148: Removed unused imports + - PR: vyos/vyos-1x#3915 +- T5657: Add VRF support for zabbix-agent + - PR: vyos/vyos-1x#3919 +- T6617: T6618: vpn ipsec remote-access: fix profile generators + - PR: vyos/vyos-1x#3903 +- console: T3334: remove unused directories imported from vyos.defaults + - PR: vyos/vyos-1x#3923 +- nat64: T6627: call check_kmod within standard config function + - PR: vyos/vyos-1x#3927 +- T6486: use data-ciphers instead of ncp-ciphers in "run generate openvpn client-config" + - PR: vyos/vyos-1x#3930 +- T6619: Remove the remaining uses of per-protocol FRR configs + - PR: vyos/vyos-1x#3916 +- T6629: call check_kmod within a standard config function + - PR: vyos/vyos-1x#3932 +- T6632: add missing standard functions to config scripts + - PR: vyos/vyos-1x#3933 +- T4072: firewall extend bridge firewall + - PR: vyos/vyos-1x#3901 +- T5873: T6619: remove unused imports + - PR: vyos/vyos-1x#3939 +- OPENVPN: T6555: add server-bridge options in mode server + - PR: vyos/vyos-1x#3920 +- T6560: T4694: T6555: multiple minor bugfixes for package build + - PR: vyos/vyos-1x#3942 +- smoketest: T6555: openvpn: NameError: name 'elf' is not defined + - PR: vyos/vyos-1x#3947 +- T6634: README: Add image graphs of contributors + - PR: vyos/vyos-1x#3944 +- sysctl: T3204: restore sysctl settings overwritten by tuned + - PR: vyos/vyos-1x#3945 +- smoketest: T6614: add op-mode test for Kernel version + - PR: vyos/vyos-1x#3946 +- T6637: py files filter added for unused import check + - PR: vyos/vyos-1x#3949 +- configd: T6640: enforce in_session returns False under configd + - PR: vyos/vyos-1x#3955 +- qos: T6638: require interface state existence in verify conditional + - PR: vyos/vyos-1x#3960 +- T6643: firewall: fix ip address range parsing on firewall rules. + - PR: vyos/vyos-1x#3964 +- T6637: add pr commenting back in un-used import check + - PR: vyos/vyos-1x#3965 +- configverify: T6642: verify_interface_exists requires config_dict arg + - PR: vyos/vyos-1x#3961 +- configd: T6633: inject missing env vars for configfs utility + - PR: vyos/vyos-1x#3937 +- T6648: dhcpv6-server: align stateless DHCPv6 options with stateful + - PR: vyos/vyos-1x#3970 +- suricata: T6624: Make it possible for suricata address groups to reference each other + - PR: vyos/vyos-1x#3958 +- xml: T6650: add initial op-mode cache support + - PR: vyos/vyos-1x#3971 +- T6646: conntrack: in ignore rules, if protocols=all, do not append it to the rule + - PR: vyos/vyos-1x#3981 +- op_mode: T6651: Add a top level op mode word "execute" + - PR: vyos/vyos-1x#3980 +- T6636: firewall: fix firewall template in order print logs for default-action + - PR: vyos/vyos-1x#3982 +- T5794: firewall: change firewall priority in oder to be loaded after all interfaces + - PR: vyos/vyos-1x#3988 +- utils: T6658: fix write_file check in case of empty directory path + - PR: vyos/vyos-1x#3989 +- ipoe_server: T6649: Accel-ppp separate vlan-mon from listen interfaces + - PR: vyos/vyos-1x#3987 +- T6659: suricata: use unique cluster_id per interface + - PR: vyos/vyos-1x#3992 +- op_mode: T3961: Generate PKI expect 2 character country code + - PR: vyos/vyos-1x#3997 +- T5743: HTTPS API ability to import PKI certificates + - PR: vyos/vyos-1x#3977 +- T6183: interfaces openvpn: suppport specifying IP protocol version + - PR: vyos/vyos-1x#3975 +- T6672: Fix system option ssh-client source-interface + - PR: vyos/vyos-1x#4000 +- op_mode: T6668: Add detailed statistics infomartion about MACsec + - PR: vyos/vyos-1x#4001 +- T6561: Add vrf aware for show ntp + - PR: vyos/vyos-1x#4003 +- dhclient: T6667: Added workaround for communication with FRR + - PR: vyos/vyos-1x#4002 +- T6671: defer config dependency if scheduled in priority queue + - PR: vyos/vyos-1x#4015 +- T6678: added darker ruff linting workflow + - PR: vyos/vyos-1x#4019 +- T6681: Add option for SLAAC to support suppress Interval Advertisement in RA Packets + - PR: vyos/vyos-1x#4022 +- T6647: firewall. Introduce patch for accepting invalid ARP and DHCP + - PR: vyos/vyos-1x#4018 +- T4974: add proper dependency on openvpn-dco + - PR: vyos/vyos-1x#4029 +- opmode: T6694: move wake-on-lan to "execute wake-on-lan" + - PR: vyos/vyos-1x#4031 +- T6674: workflow: Add trigger to rebuild repo package + - PR: vyos/vyos-1x#4030 +- container: T6702: re-add missing UNIX API socket + - PR: vyos/vyos-1x#4034 +- T6698: firewall: add matcher for vlan type. + - PR: vyos/vyos-1x#4027 +- T6678: ruff lint workflow added (removed darker) + - PR: vyos/vyos-1x#4033 +- op_mode: T6181: A feature for checking ports + - PR: vyos/vyos-1x#4038 +- T6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz AccessPoints + - PR: vyos/vyos-1x#4028 +- T6679: add group option for nat66 + - PR: vyos/vyos-1x#4023 +- T6294: Service dns forwarding add the ability to configure ZonetoCache + - PR: vyos/vyos-1x#3896 +- T6701: Added ability to disable the container DNS plugin + - PR: vyos/vyos-1x#4032 +- op-mode: T6694: Move some op-mode commands to the "execute" family + - PR: vyos/vyos-1x#4042 +- T6674: Use reusable workflow for trigger package build + - PR: vyos/vyos-1x#4049 +- pppoe-server: T6685: Add options to accept any and blank service names + - PR: vyos/vyos-1x#4041 +- T6711: Fix restart vrrp missed comma between services + - PR: vyos/vyos-1x#4054 +- openfabric: T6652: Add support for OpenFabric protocol + - PR: vyos/vyos-1x#4021 +- T6703: Adds option to configure AMD pstate driver + - PR: vyos/vyos-1x#4046 +- op-mode: T6694: Add op-mode command "execute ssh" + - PR: vyos/vyos-1x#4055 +- policy: T6676: Invalid route-map caused bgpd to crash + - PR: vyos/vyos-1x#4047 +- T6674: Rebuild package action use secrets inherit + - PR: vyos/vyos-1x#4064 +- T6674: Actions use pull_request_target to trigger build package + - PR: vyos/vyos-1x#4066 +- T6674: Actions fix variable for trigger build reuse repo + - PR: vyos/vyos-1x#4067 +- GitHub: T6494: add TPM tests to ISO integration workflow + - PR: vyos/vyos-1x#4070 +- op-mode: T6682: Fix for show vpn ike sa peer that always shows all SAs + - PR: vyos/vyos-1x#4057 +- op-mode: T6715: manually changing time/date is not synced into hardware clock + - PR: vyos/vyos-1x#4071 +- bond: T6709: add EAPoL support + - PR: vyos/vyos-1x#4069 +- T861: op-mode: initial parts for UEFI secure boot CLI + - PR: vyos/vyos-1x#4020 +- T6716: don't automatically set ethernet offload + - PR: vyos/vyos-1x#4077 +- T6723: firewall: extend op-mode commands + - PR: vyos/vyos-1x#4084 +- syslog: T5367: add format option to include timezone in message + - PR: vyos/vyos-1x#4061 +- wireless: T6709: fix missing wpa_supplicant configuration + - PR: vyos/vyos-1x#4087 +- http-api: T6326: return full warning/error output through api + - PR: vyos/vyos-1x#4090 +- op-mode: T4833: Include wireguard peer name in interface summary report + - PR: vyos/vyos-1x#4089 +- lldp: T6727: add missing input validation for interface names + - PR: vyos/vyos-1x#4091 +- ethtool: T6729: drop text based feature parsing in favour of JSON + - PR: vyos/vyos-1x#4094 + + ## vyos-build - dhcp: T5840: Upgrade to Kea 2.4.x - PR: vyos/vyos-build#473 diff --git a/version.json b/version.json index 8ba2cd2..70abb57 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ [ { - "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202409230006/vyos-1.5-rolling-202409230006-generic-amd64.iso", - "version": "1.5-rolling-202409230006", - "timestamp": "2024-09-23T00:06:58Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202409240007/vyos-1.5-rolling-202409240007-generic-amd64.iso", + "version": "1.5-rolling-202409240007", + "timestamp": "2024-09-24T00:07:09Z" } ]
\ No newline at end of file |
