diff options
| author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-03-20 02:32:14 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-20 02:32:14 +0000 |
| commit | e4a694bdbb3591559ad8afe785c00906506d5a7c (patch) | |
| tree | 678a405138e6bd8484d639de41fe565eae214246 | |
| parent | 7bf269798ae34923337fed00eab9c73547d0254b (diff) | |
| download | vyos-nightly-build-e4a694bdbb3591559ad8afe785c00906506d5a7c.tar.gz vyos-nightly-build-e4a694bdbb3591559ad8afe785c00906506d5a7c.zip | |
1.5-rolling-202403200018
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | version.json | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebc2d2..ac199e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ## vyos-1x -- T6136: add error checks when using dynamic firewall groups - - PR: vyos/vyos-1x#3146 -- T6127: Fixed show log firewall for rule with offload - - PR: vyos/vyos-1x#3145 +- T6138: Fix op-mode show conntrack table with flowtable offloads + - PR: vyos/vyos-1x#3150 +- T5996: selectively escape and restore single backslashes in config + - PR: vyos/vyos-1x#3035 +- qos: T1871: add MTU option when configure limiter traffic-policy + - PR: vyos/vyos-1x#3131 ## vyos-build diff --git a/version.json b/version.json index dde794b..dc71f41 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-202403190019/vyos-1.5-rolling-202403190019-amd64.iso", - "version": "1.5-rolling-202403190019", - "timestamp": "2024-03-19T00:19:01Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202403200018/vyos-1.5-rolling-202403200018-amd64.iso", + "version": "1.5-rolling-202403200018", + "timestamp": "2024-03-20T00:18:29Z" } ]
\ No newline at end of file |
