diff options
author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-06-21 03:25:21 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-21 03:25:21 +0000 |
commit | e6347f5c603fa33db7c75f16c7c4ad10b89be3eb (patch) | |
tree | 7e66f35f7e0580fe607b4b43bb181430af06b558 | |
parent | 51665aaeb20ac86483f32cf86b62690b1c90b624 (diff) | |
download | vyos-rolling-nightly-builds-e6347f5c603fa33db7c75f16c7c4ad10b89be3eb.tar.gz vyos-rolling-nightly-builds-e6347f5c603fa33db7c75f16c7c4ad10b89be3eb.zip |
1.5-rolling-2024062100191.5-rolling-202406210019
-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 |