diff options
author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-07-06 02:54:18 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-06 02:54:18 +0000 |
commit | 167b461bb1ae49d21729b960f67af015d9616eab (patch) | |
tree | bc898f75a7bc52c3346c52987ef7944b64799048 | |
parent | 1e793029fe8bf065f1f251083771dca3be94e8a7 (diff) | |
download | vyos-nightly-build-167b461bb1ae49d21729b960f67af015d9616eab.tar.gz vyos-nightly-build-167b461bb1ae49d21729b960f67af015d9616eab.zip |
1.5-rolling-202407060019
-rw-r--r-- | CHANGELOG.md | 24 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 17 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0ef2b..d408d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ ## vyos-1x -- vyos_net_name: T6544: Updated the script - - PR: vyos/vyos-1x#3776 -- op-mode: T6371: fix output of NAT rules with single port range - - PR: vyos/vyos-1x#3778 -- T6539: add logging options to load-balancer reverse-proxy - - PR: vyos/vyos-1x#3753 -- wireless: T4287: use upstream regulatory database due to kernel signing - - PR: vyos/vyos-1x#3777 -- wireless: T4287: use Debian postinst over preinst when using update-alternatives - - PR: vyos/vyos-1x#3782 +- 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 +- T6496: Added support for WPA-Enterprise client-mode + - PR: vyos/vyos-1x#3711 +- 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 ## vyos-build diff --git a/version.json b/version.json index 52f90eb..d319c9a 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-202407050020/vyos-1.5-rolling-202407050020-amd64.iso", - "version": "1.5-rolling-202407050020", - "timestamp": "2024-07-05T00:20:32Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202407060019/vyos-1.5-rolling-202407060019-amd64.iso", + "version": "1.5-rolling-202407060019", + "timestamp": "2024-07-06T00:19:57Z" } ]
\ No newline at end of file |