diff options
-rw-r--r-- | CHANGELOG.md | 32 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 33 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2affd..6beba89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,34 @@ ## vyos-1x -- T6251: Extend table number limits for policy route-map set table - - PR: vyos/vyos-1x#3451 +- T3420: Remove service upnp + - PR: vyos/vyos-1x#3452 +- smoketest: ospf: T4739: add timeout in ldp test + - PR: vyos/vyos-1x#3454 +- op mode: T6339: display build flavor and comment in "show version" + - PR: vyos/vyos-1x#3456 +- T5756: L2TP RADIUS backup and weight settings + - PR: vyos/vyos-1x#3450 +- op mode: T3355: remove the mention of legacy non-image installations + - PR: vyos/vyos-1x#3457 +- T6335: Add/Update EVPN op commands + - PR: vyos/vyos-1x#3458 +- T6347: CGNAT fix error if pool contain dashes in the name + - PR: vyos/vyos-1x#3463 +- T6351: CGNAT add verification if the pool exists + - PR: vyos/vyos-1x#3464 +- T6350: CGNAT add op-mode to show allocation + - PR: vyos/vyos-1x#3466 +- T6358: Container config option to enable host pid + - PR: vyos/vyos-1x#3472 +- T6354: Get rid of the custom boot type check in version.py + - PR: vyos/vyos-1x#3474 +- op mode: T6348: SNAT op-mode fails with flowtable offload entries + - PR: vyos/vyos-1x#3471 +- T6349: updated conflict check workflow + - PR: vyos/vyos-1x#3468 +- T6354: do an explicit read from version file to avoid circular reference + - PR: vyos/vyos-1x#3480 +- T5169: Add smoketest for CGNAT + - PR: vyos/vyos-1x#3479 ## vyos-build diff --git a/version.json b/version.json index 842d173..d75e21e 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-202405140019/vyos-1.5-rolling-202405140019-amd64.iso", - "version": "1.5-rolling-202405140019", - "timestamp": "2024-05-14T00:19:50Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202405181212/vyos-1.5-rolling-202405181212-amd64.iso", + "version": "1.5-rolling-202405181212", + "timestamp": "2024-05-18T12:12:08Z" } ]
\ No newline at end of file |