diff options
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 9 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d859c..325bcba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,10 @@ ## vyos-1x -- wireless: T6425: Fixing VHT beamforming for 802.11ac - - PR: vyos/vyos-1x#3576 -- T6492: Check if all migrators have the executable bit set - - PR: vyos/vyos-1x#3678 -- T6497: CGNAT delete conntrack entries if a pool is modified - - PR: vyos/vyos-1x#3680 -- macsec: T5447: fix error message syntax - there is no tx and rx key, only key - - PR: vyos/vyos-1x#3685 -- openconnect: T6500: add support for multiple ca-certificates - - PR: vyos/vyos-1x#3682 +- T5949: Add option to disable USB autosuspend + - PR: vyos/vyos-1x#3677 +- T3900: firewall: fix for initial implementation + - PR: vyos/vyos-1x#3693 +- op-mode: T5514: Allow safe reboots to config defaults when config.boot is deleted + - PR: vyos/vyos-1x#3654 ## vyos-build diff --git a/version.json b/version.json index 34d2b96..7aafd06 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-202406200020/vyos-1.5-rolling-202406200020-amd64.iso", - "version": "1.5-rolling-202406200020", - "timestamp": "2024-06-20T00:20:11Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202406210019/vyos-1.5-rolling-202406210019-amd64.iso", + "version": "1.5-rolling-202406210019", + "timestamp": "2024-06-21T00:19:54Z" } ]
\ No newline at end of file |