diff options
| -rw-r--r-- | CHANGELOG.md | 18 | ||||
| -rw-r--r-- | version.json | 6 |
2 files changed, 21 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e7d9a..59c91a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,26 @@ ## vyos-1x +- bgp: T5937: fix migration script for IPv6 AFI peer-group + - PR: vyos/vyos-1x#2834 +- T5889: Fix migration scripts nat 5-to-6 + - PR: vyos/vyos-1x#2833 +- T4658: Renamed DPD action value from 'hold' to 'trap' + - PR: vyos/vyos-1x#2837 +- image-tools: T5923: update system_console.py for new GRUB file structure + - PR: vyos/vyos-1x#2818 +- T5865: Moved ipv6 pools to named ipv6 pools in accel-ppp + - PR: vyos/vyos-1x#2832 - dhcp: T5948: Strip trailing dot from hostnames - PR: vyos/vyos-1x#2843 - T5953: Changed values of 'close-action' to Strongswan values - PR: vyos/vyos-1x#2842 +- ndp-proxy: T5863: add missing priority to honor interface dependencies + - PR: vyos/vyos-1x#2846 +- xml: T5738: re-use source-address-ipv4-ipv6 building block for config-management + - PR: vyos/vyos-1x#2848 +- ethernet: T4638: deleting parent interface does not delete underlying VIFs + - PR: vyos/vyos-1x#2850 +- dhcp: T5952: Fix validate duplicate MAC Address on same subnet + - PR: vyos/vyos-1x#2839 ## vyos-build diff --git a/version.json b/version.json index e66222b..00b92ef 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-202401180024/vyos-1.5-rolling-202401180024-amd64.iso", - "version": "1.5-rolling-202401180024", - "timestamp": "2024-01-18T00:24:14Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202401190024/vyos-1.5-rolling-202401190024-amd64.iso", + "version": "1.5-rolling-202401190024", + "timestamp": "2024-01-19T00:24:27Z" } ]
\ No newline at end of file |
