diff options
| author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-04-24 04:03:17 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-24 04:03:17 +0000 |
| commit | 6996e7c9d5f228216ca0586a96722049d6ac66c0 (patch) | |
| tree | ebf0ebeee4e594f50145a487b0a37365d2c7d570 | |
| parent | cc64b6ba8718c72e2f578c38e92a83ec43d03ef0 (diff) | |
| download | vyos-nightly-build-6996e7c9d5f228216ca0586a96722049d6ac66c0.tar.gz vyos-nightly-build-6996e7c9d5f228216ca0586a96722049d6ac66c0.zip | |
1.5-rolling-202404240023
| -rw-r--r-- | CHANGELOG.md | 14 | ||||
| -rw-r--r-- | version.json | 6 |
2 files changed, 15 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb8975..668c22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ ## vyos-1x -- vyos.utils: T6244: add whitespace after time unit in uptime - - PR: vyos/vyos-1x#3336 - xml: T5738: fix typo in radius-additions.xml.i - PR: vyos/vyos-1x#3339 +- connect_disconnect: T6261: correction to typo in check_ppp_running + - PR: vyos/vyos-1x#3347 +- image-tools: T6260: remove persistence image directory if no space error + - PR: vyos/vyos-1x#3346 +- T6226: add HAPROXY tcp-request related block to load-balancing reverse proxy config + - PR: vyos/vyos-1x#3342 +- T6109: Fix remote logging for sudo commands + - PR: vyos/vyos-1x#3355 +- T6217: Conntrack-sync change the actual name of the script + - PR: vyos/vyos-1x#3354 +- T6255: static-routing: don't render whitespace from static table descriptions + - PR: vyos/vyos-1x#3340 ## vyos-build diff --git a/version.json b/version.json index 40c1fe3..1b75239 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-202404230019/vyos-1.5-rolling-202404230019-amd64.iso", - "version": "1.5-rolling-202404230019", - "timestamp": "2024-04-23T00:19:26Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202404240023/vyos-1.5-rolling-202404240023-amd64.iso", + "version": "1.5-rolling-202404240023", + "timestamp": "2024-04-24T00:23:34Z" } ]
\ No newline at end of file |
