diff options
author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-06-20 03:22:29 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-20 03:22:29 +0000 |
commit | 51665aaeb20ac86483f32cf86b62690b1c90b624 (patch) | |
tree | 62831e0b0b4d07a01e34a04ea803b5a6fe1fec1d | |
parent | e1b252f3f53342b7c5c1af218c5970a9f1a85dd2 (diff) | |
download | vyos-nightly-build-51665aaeb20ac86483f32cf86b62690b1c90b624.tar.gz vyos-nightly-build-51665aaeb20ac86483f32cf86b62690b1c90b624.zip |
1.5-rolling-202406200020
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 9 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8535131..d6d859c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,14 @@ ## vyos-1x -- wireless: T6318: move country-code to a system wide configuration - - PR: vyos/vyos-1x#3656 -- pki: T4026: Only emit private keys when available - - PR: vyos/vyos-1x#3655 -- pki: T6241: remove debug print statement about updated subsystems - - PR: vyos/vyos-1x#3657 -- wireless: T6318: add quotes for console speed in config-tests - - PR: vyos/vyos-1x#3675 -- T6489: Add support for CLI config scripts that change the underlaying working configuration - - PR: vyos/vyos-1x#3652 - wireless: T6425: Fixing VHT beamforming for 802.11ac - PR: vyos/vyos-1x#3576 - T6492: Check if all migrators have the executable bit set - PR: vyos/vyos-1x#3678 +- T6497: CGNAT delete conntrack entries if a pool is modified + - PR: vyos/vyos-1x#3680 +- macsec: T5447: fix error message syntax - there is no tx and rx key, only key + - PR: vyos/vyos-1x#3685 +- openconnect: T6500: add support for multiple ca-certificates + - PR: vyos/vyos-1x#3682 ## vyos-build diff --git a/version.json b/version.json index 9ba94fb..34d2b96 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-202406190020/vyos-1.5-rolling-202406190020-amd64.iso", - "version": "1.5-rolling-202406190020", - "timestamp": "2024-06-19T00:20:25Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202406200020/vyos-1.5-rolling-202406200020-amd64.iso", + "version": "1.5-rolling-202406200020", + "timestamp": "2024-06-20T00:20:11Z" } ]
\ No newline at end of file |