diff options
author | andriiandrieiev <andriiandrieiev@users.noreply.github.com> | 2024-03-11 02:32:47 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-11 02:32:47 +0000 |
commit | c094a34e62dadcf1c135c6852e341245d2630103 (patch) | |
tree | d2487fc034cfba3991fdabfc57016578b8ddd608 | |
parent | 30bc7ff5e1d6dba0684bbef6892ae5bbaadde5c3 (diff) | |
download | vyos-rolling-nightly-builds-c094a34e62dadcf1c135c6852e341245d2630103.tar.gz vyos-rolling-nightly-builds-c094a34e62dadcf1c135c6852e341245d2630103.zip |
1.5-rolling-202403110024
-rw-r--r-- | CHANGELOG.md | 33 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 35 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 725b1b1..79e8ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,35 @@ ## vyos-1x -- no changes +- http-api: T6069: fix allocation outside of thread lock + - PR: vyos/vyos-1x#3089 +- T6061: fix rule parsing when connection-status is used + - PR: vyos/vyos-1x#3087 +- 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 +- snmp: T2998: SNMP v3 oid "exclude" option fix + - PR: vyos/vyos-1x#3105 +- vrrp: T6020: vrrp health-check script not applied correctly + - PR: vyos/vyos-1x#2966 +- http-api: T6107: add an option to increase the request body size limit + - PR: vyos/vyos-1x#3108 +- dhcp: T6102: Fix clear DHCP lease op-mode + - PR: vyos/vyos-1x#3106 +- firewall: T6071: truncate rule description field to 255 characters + - PR: vyos/vyos-1x#3113 +- xml: T5738: revert invalid change from lower character limit - 0 length must be allowed + - PR: vyos/vyos-1x#3115 +- dhcp-client: T6093: extend regex for client class-id's with DOT + - PR: vyos/vyos-1x#3117 +- xml: T6098: relax description constraint to allow non-ascii characters + - PR: vyos/vyos-1x#3110 + + ## vyos-build diff --git a/version.json b/version.json index 990ba0f..813315d 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-202403100025/vyos-1.5-rolling-202403100025-amd64.iso", - "version": "1.5-rolling-202403100025", - "timestamp": "2024-03-10T00:25:14Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202403110024/vyos-1.5-rolling-202403110024-amd64.iso", + "version": "1.5-rolling-202403110024", + "timestamp": "2024-03-11T00:24:27Z" } ]
\ No newline at end of file |