diff options
| author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-04-02 02:35:41 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-02 02:35:41 +0000 |
| commit | f91b50287fea21cbf142916931bacd8402934b56 (patch) | |
| tree | 5512661d8171279a9ca227322980e6709c007f3b | |
| parent | 6df8423c05e604c9511052658df51960a1d2bf27 (diff) | |
| download | vyos-nightly-build-f91b50287fea21cbf142916931bacd8402934b56.tar.gz vyos-nightly-build-f91b50287fea21cbf142916931bacd8402934b56.zip | |
1.5-rolling-202404020018
| -rw-r--r-- | CHANGELOG.md | 21 | ||||
| -rw-r--r-- | version.json | 6 |
2 files changed, 23 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 725b1b1..a5f7764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ ## vyos-1x -- no changes +- image-tools: T6186: simplify image annotations fixing regression + - PR: vyos/vyos-1x#3215 +- bgp: T6106: Valid commit error for route-reflector-client option defined in peer-group + - PR: vyos/vyos-1x#3213 +- accel-ppp: T6187: use correct CPU counts adjusted for SMT + - PR: vyos/vyos-1x#3218 +- dhcp-server: T4718: Listen-address is not commit if the ip address is on the interface with vrf + - PR: vyos/vyos-1x#3195 +- T6185: simplify marshalling of section and config data for config-sync + - PR: vyos/vyos-1x#3211 +- T6178: Check that certificate exists during reverse-proxy commit + - PR: vyos/vyos-1x#3222 +- dhcpv6-client: T2590: fix vyos-hostsd update for nameserver and search domains + - PR: vyos/vyos-1x#3224 +- system: T6193: invalid warning "is not a DHCP interface but uses DHCP name-server option" + - PR: vyos/vyos-1x#3223 +- bgp: T6151: Allow configuration of disable-ebgp-connected-route-check + - PR: vyos/vyos-1x#3212 + + ## vyos-build diff --git a/version.json b/version.json index 462aec2..1c44931 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-202404010021/vyos-1.5-rolling-202404010021-amd64.iso", - "version": "1.5-rolling-202404010021", - "timestamp": "2024-04-01T00:21:19Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202404020018/vyos-1.5-rolling-202404020018-amd64.iso", + "version": "1.5-rolling-202404020018", + "timestamp": "2024-04-02T00:18:44Z" } ]
\ No newline at end of file |
