diff options
author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-04-13 02:52:55 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-13 02:52:55 +0000 |
commit | e11ae8b08baa4bd9539cc0e154d019c55f31e4f2 (patch) | |
tree | 5c65465739a9412b60f45f6ea52ee45faef8de1f | |
parent | 218fe0284945f058b52468662396988f7f92d875 (diff) | |
download | vyos-rolling-nightly-builds-e11ae8b08baa4bd9539cc0e154d019c55f31e4f2.tar.gz vyos-rolling-nightly-builds-e11ae8b08baa4bd9539cc0e154d019c55f31e4f2.zip |
1.5-rolling-202404130016
-rw-r--r-- | CHANGELOG.md | 25 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 28 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7360e..d01827c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ ## vyos-1x +- T5858: Fix op-mode format for show conntrack statistics + - PR: vyos/vyos-1x#3280 +- T6199: add missing build dependency + - PR: vyos/vyos-1x#3283 +- container: T6210: add capability sys-nice + - PR: vyos/vyos-1x#3259 +- container: T6218: fix host IPv6 link-local address for VRF networks + - PR: vyos/vyos-1x#3286 +- T6214: T6213: change constraint <alpha-numeric-hyphen-underscore-dot.xml.i> + - PR: vyos/vyos-1x#3281 +- T5169: Add PoC for generating CGNAT rules rfc6888 + - PR: vyos/vyos-1x#3274 +- firewall: T6216: replace plus symbols (allowed by IPset but not NFT) in group names with underscores + - PR: vyos/vyos-1x#3290 +- T6222: VRRP show prefix for long rfc3768-compatibility interfaces allow prefix vrrp + - PR: vyos/vyos-1x#3292 +- pppoe-server: T6141: T5364: PPPoE-server add pado-delay without sessions fails + - PR: vyos/vyos-1x#3296 +- T6235: Git update actions-label-merge-conflict version + - PR: vyos/vyos-1x#3300 +- T5872: fix ipsec dhclient hook uses "exit" instead of "return" + - PR: vyos/vyos-1x#3302 +- T6100: Added NAT migration from IP/Netmask to Network/Netmask + - PR: vyos/vyos-1x#3291 + ## vyos-build diff --git a/version.json b/version.json index 7bef2e0..250f18f 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-202404090019/vyos-1.5-rolling-202404090019-amd64.iso", - "version": "1.5-rolling-202404090019", - "timestamp": "2024-04-09T00:19:21Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202404130016/vyos-1.5-rolling-202404130016-amd64.iso", + "version": "1.5-rolling-202404130016", + "timestamp": "2024-04-13T00:16:55Z" } ]
\ No newline at end of file |