diff options
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | version.json | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed0aab..9aad467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ ## vyos-1x -- T6096: Config commits are not synced properly because 00vyos-sync is deleted by vyos-router - - PR: vyos/vyos-1x#3085 -- wifi: T6095: incorrect country "uk" it's actually "gb" - - PR: vyos/vyos-1x#3090 -- T6075: firewall and NAT: check if interface-group exists when using them in firewall|nat rules. - - PR: vyos/vyos-1x#3088 +- conntrack-sync: T6057: Add ability to disable syslog for conntrackd + - PR: vyos/vyos-1x#3099 +- remote: T6104: fix logic of failure case in MissingHostKeyPolicy + - PR: vyos/vyos-1x#3100 ## vyos-build diff --git a/version.json b/version.json index f060b15..6eb459d 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-202403060925/vyos-1.5-rolling-202403060925-amd64.iso", - "version": "1.5-rolling-202403060925", - "timestamp": "2024-03-06T09:25:26Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202403070018/vyos-1.5-rolling-202403070018-amd64.iso", + "version": "1.5-rolling-202403070018", + "timestamp": "2024-03-07T00:18:54Z" } ]
\ No newline at end of file |
