diff options
author | vyosbot <autobuild@vyos.net> | 2024-08-04 13:29:52 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-04 13:29:52 +0000 |
commit | 72a0f454fefcffc30cb66a029f1deb62e5fb31d9 (patch) | |
tree | fbba24b8a8ce62da42c671a9f939dfaf4295e09c | |
parent | 85d3e465b8e33e0d082d7b78800ad4da5939608e (diff) | |
download | vyos-nightly-build-1.5-rolling-202408041314.tar.gz vyos-nightly-build-1.5-rolling-202408041314.zip |
1.5-rolling-2024080413141.5-rolling-202408041314
-rw-r--r-- | CHANGELOG.md | 24 | ||||
-rw-r--r-- | version.json | 4 |
2 files changed, 14 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5617849..edfd816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,4 @@ ## vyos-1x -- T6219: Add support for container sysctl parameter - - PR: vyos/vyos-1x#3614 -- T6467: add PR checks workflows for sagitta branch - - PR: vyos/vyos-1x#3615 -- T6442: CGNAT add log for address allocation - - PR: vyos/vyos-1x#3621 -- T6469: remove j2 lint workflow - - PR: vyos/vyos-1x#3626 -- op-mode: T6471: add optimized get_config_dict - - PR: vyos/vyos-1x#3628 - firewall: T3900: fix migration and smoketests - PR: vyos/vyos-1x#3632 - bgp: T6473: missing completion helper for peer-groups inside a VRF @@ -215,8 +205,6 @@ - PR: vyos/vyos-1x#3873 - op_mode: T5744: PKI import OpenVPN shared key includess unexpected BEGIN and END - PR: vyos/vyos-1x#3879 -- firewall: T4694: Adding rt ipsec exists/missing match to firewall configs - - PR: vyos/vyos-1x#3616 - ipsec: T6148: Fixed reset command by adding init after terminating - PR: vyos/vyos-1x#3763 - smoketest: T5705: use locally connected remote syslog servers @@ -255,6 +243,18 @@ - 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 ## vyos-build diff --git a/version.json b/version.json index 5ffd50e..89ab354 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ [ { - "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/vyos--generic-amd64/vyos--generic-amd64.iso", - "version": "", + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/vyos-1.5-rolling-202408041314-generic-amd64/vyos-1.5-rolling-202408041314-generic-amd64.iso", + "version": "1.5-rolling-202408041314", "timestamp": "" } ]
\ No newline at end of file |