diff options
| -rw-r--r-- | CHANGELOG.md | 24 | ||||
| -rw-r--r-- | version.json | 6 |
2 files changed, 27 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7360e..465555c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,28 @@ ## vyos-1x +- T6019: fix smoketest after upgrading nftables and libnftnl packages. + - PR: vyos/vyos-1x#2991 +- init: T2044: fix "binary operator expected" when two or more RPKI caches are defined + - PR: vyos/vyos-1x#2994 +- ipsec: T5981: Strip '@' from migrated peer PKI name + - PR: vyos/vyos-1x#2993 +- dhcpv6-server: T5993: Add subnet node, link subnet to locally connected interfaces + - PR: vyos/vyos-1x#2997 +- rpki: T6034: move file based SSH keys for authentication to PKI subsystem + - PR: vyos/vyos-1x#2988 +- bgp: T6032: add EVPN MAC-VRF Site-of-Origin support + - PR: vyos/vyos-1x#2987 +- T5064: Firewall fix RegEx for for domain-group + - PR: vyos/vyos-1x#3000 +- T5928: Change firewall priority to 319 + - PR: vyos/vyos-1x#2999 +- dhcpv6-server: T5992: Fix op-mode DHCP lease output + updates + - PR: vyos/vyos-1x#2998 +- T6019: Fix smoketest test_system_conntrack custom timeout + - PR: vyos/vyos-1x#3005 + ## vyos-build +- T6009-6019: fix hour decoding when timezone offset is negative; bump libnftnl and nftables version. + - PR: vyos/vyos-build#501 + diff --git a/version.json b/version.json index 803354f..48e82b3 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-202402120819/vyos-1.5-rolling-202402120819-amd64.iso", - "version": "1.5-rolling-202402120819", - "timestamp": "2024-02-12T08:19:08Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202402140022/vyos-1.5-rolling-202402140022-amd64.iso", + "version": "1.5-rolling-202402140022", + "timestamp": "2024-02-14T00:22:34Z" } ]
\ No newline at end of file |
