diff options
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 16 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7360e..1cad1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ ## vyos-1x +- conntrack: T6396: correction to helper message for ipv4/ipv6 custom timeout rule + - PR: vyos/vyos-1x#3563 +- op-mode: T683: remove superfluous debug print in snmpv3 display code + - PR: vyos/vyos-1x#3564 +- T5307: QoS - traffic-class-map services + - PR: vyos/vyos-1x#3492 +- dns: T6422: allow multiple redundant NS records + - PR: vyos/vyos-1x#3557 +- T6415: repo sync using pull_request_target + - PR: vyos/vyos-1x#3569 +- tunnel: T6157: fixing GRE tunnel uniqueness checks + - PR: vyos/vyos-1x#3570 + ## vyos-build diff --git a/version.json b/version.json index 4f6ae6b..bccfa0d 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-202405310019/vyos-1.5-rolling-202405310019-amd64.iso", - "version": "1.5-rolling-202405310019", - "timestamp": "2024-05-31T00:19:35Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202406010021/vyos-1.5-rolling-202406010021-amd64.iso", + "version": "1.5-rolling-202406010021", + "timestamp": "2024-06-01T00:21:42Z" } ]
\ No newline at end of file |