diff options
author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-06-23 03:30:06 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-23 03:30:06 +0000 |
commit | a817e927d0919c98b5070c455730a9df7764671f (patch) | |
tree | 1cfdb95588b972c3985042348e03446ffd7a193c | |
parent | e6347f5c603fa33db7c75f16c7c4ad10b89be3eb (diff) | |
download | vyos-rolling-nightly-builds-a817e927d0919c98b5070c455730a9df7764671f.tar.gz vyos-rolling-nightly-builds-a817e927d0919c98b5070c455730a9df7764671f.zip |
1.5-rolling-2024062300221.5-rolling-202406230022
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 13 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 325bcba..e74d514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ ## vyos-1x -- 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 +- snmp: T6489: use new Python wrapper to interact with config filesystem + - PR: vyos/vyos-1x#3694 +- op mode: T6498: move uptime helpers to vyos.utils.system + - PR: vyos/vyos-1x#3684 +- op-mode: T6503: "restart ssh" command not working + - PR: vyos/vyos-1x#3702 +- GitHub: T6494: add workflow to build custom ISO for integration tests + - PR: vyos/vyos-1x#3703 +- T3202: Enable wireguard debug messages + - PR: vyos/vyos-1x#3679 ## vyos-build diff --git a/version.json b/version.json index 7aafd06..dff75b1 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-202406210019/vyos-1.5-rolling-202406210019-amd64.iso", - "version": "1.5-rolling-202406210019", - "timestamp": "2024-06-21T00:19:54Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202406230022/vyos-1.5-rolling-202406230022-amd64.iso", + "version": "1.5-rolling-202406230022", + "timestamp": "2024-06-23T00:22:12Z" } ]
\ No newline at end of file |