diff options
-rw-r--r-- | CHANGELOG.md | 14 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 13 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e74d514..1f8f87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ ## vyos-1x -- 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 +- T6511: add circinus branch to workflow + - PR: vyos/vyos-1x#3710 +- op mode: T6501: add "run show kernel modules" + - PR: vyos/vyos-1x#3683 +- configd: T6504: send sudo_user on session init and set env variable + - PR: vyos/vyos-1x#3701 +- T5735: Stunnel CLI and configuration + - PR: vyos/vyos-1x#3588 +- op-mode: T6514: rework the "show system storage" code to handle live CD systems correctly + - PR: vyos/vyos-1x#3718 ## vyos-build diff --git a/version.json b/version.json index dff75b1..75ff9ad 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-202406230022/vyos-1.5-rolling-202406230022-amd64.iso", - "version": "1.5-rolling-202406230022", - "timestamp": "2024-06-23T00:22:12Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202406250020/vyos-1.5-rolling-202406250020-amd64.iso", + "version": "1.5-rolling-202406250020", + "timestamp": "2024-06-25T00:20:15Z" } ]
\ No newline at end of file |