diff options
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 13 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 725b1b1..51e86e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ ## vyos-1x -- no changes +- T6523: Telegraf use nft scripts only if the firewall configured + - PR: vyos/vyos-1x#3748 +- T6527: add legacy Vyatta interpreter files still in use + - PR: vyos/vyos-1x#3745 +- ssh: T5878: Allow changing the PubkeyAcceptedAlgorithms option + - PR: vyos/vyos-1x#3721 +- GitHub: T6494: add consolidated ISO test result comment on PR + - PR: vyos/vyos-1x#3750 + + ## vyos-build diff --git a/version.json b/version.json index 94c44b9..277cb1d 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-202407010024/vyos-1.5-rolling-202407010024-amd64.iso", - "version": "1.5-rolling-202407010024", - "timestamp": "2024-07-01T00:24:02Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202407021839/vyos-1.5-rolling-202407021839-amd64.iso", + "version": "1.5-rolling-202407021839", + "timestamp": "2024-07-02T18:39:45Z" } ]
\ No newline at end of file |