diff options
author | c-po <c-po@users.noreply.github.com> | 2024-07-25 09:54:48 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-25 09:54:48 +0000 |
commit | 61f6401938f424f6f81a31c282f92c6a27b9c43c (patch) | |
tree | 4ff838b75212ea0e398d62e3618d86e139924841 | |
parent | 520303bbe88372325a660a993b10a9142f3eab0b (diff) | |
download | vyos-rolling-nightly-builds-61f6401938f424f6f81a31c282f92c6a27b9c43c.tar.gz vyos-rolling-nightly-builds-61f6401938f424f6f81a31c282f92c6a27b9c43c.zip |
1.5-rolling-2024072507161.5-rolling-202407250716
-rw-r--r-- | CHANGELOG.md | 38 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 5 insertions, 39 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6e087..27f26cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,40 +1,6 @@ ## vyos-1x -- op-mode: T6586: add a distinct exception for unconfigured objects (as opposed to entire subsystems) - - PR: vyos/vyos-1x#3818 -- openvpn: T6591: deprecate OpenVPN server net30 topology - - PR: vyos/vyos-1x#3825 -- T6578: Fix unhandled exception in "show openconnect-server sessions" - - PR: vyos/vyos-1x#3828 -- 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 +- Debian: T6598: depend on podman version >=4.9.5 + - PR: vyos/vyos-1x#3873 ## vyos-build diff --git a/version.json b/version.json index de341e6..230862c 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-202407250020/vyos-1.5-rolling-202407250020-amd64.iso", - "version": "1.5-rolling-202407250020", - "timestamp": "2024-07-25T00:20:56Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202407250716/vyos-1.5-rolling-202407250716-amd64.iso", + "version": "1.5-rolling-202407250716", + "timestamp": "2024-07-25T07:16:25Z" } ]
\ No newline at end of file |