diff options
author | c-po <c-po@users.noreply.github.com> | 2024-05-30 19:12:07 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-30 19:12:07 +0000 |
commit | f29bb8e7f878e9c6d1cae6dfa763e44b6fd7ce83 (patch) | |
tree | 8d68c7d72844e92b4d2cdd6f007647922b20eb8b | |
parent | d2fc304d5323155eb6272bad22932d4e45059775 (diff) | |
download | vyos-rolling-nightly-builds-f29bb8e7f878e9c6d1cae6dfa763e44b6fd7ce83.tar.gz vyos-rolling-nightly-builds-f29bb8e7f878e9c6d1cae6dfa763e44b6fd7ce83.zip |
1.5-rolling-2024053016171.5-rolling-202405301617
-rw-r--r-- | CHANGELOG.md | 36 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 37 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d4dd9..4756b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ ## vyos-1x -- smoketest: T6395: check for VFIO options to be present - - PR: vyos/vyos-1x#3522 +- T6406: Container CPU limits + - PR: vyos/vyos-1x#3530 +- T5786: Add set/show system image to /image endpoint + - PR: vyos/vyos-1x#3529 +- op_mode: T6389: Check architecture and flavor compatibility on upgrade attempts + - PR: vyos/vyos-1x#3533 +- openvpn: T6374: ensure that TLS role is configured for site-to-site with TLS + - PR: vyos/vyos-1x#3528 +- ISIS: T6332: Fix isis not working only ipv6 + - PR: vyos/vyos-1x#3537 +- T6411: CGNAT fix sequences for external address ranges + - PR: vyos/vyos-1x#3534 +- T6349: Reuse repo sync + - PR: vyos/vyos-1x#3540 +- openvpn: T6374: only check TLS role for s2s if TLS is configured + - PR: vyos/vyos-1x#3541 +- T6415: Fix variables for repo sync + - PR: vyos/vyos-1x#3543 +- NAT: T6371: fix NAT op mode when list of ports/ranges configured + - PR: vyos/vyos-1x#3532 +- T6415: Allow repo-sync workflow to be triggered manually + - PR: vyos/vyos-1x#3549 +- hostname: T6421: enforce explicit CLI priority for host-name and domain-name + - PR: vyos/vyos-1x#3551 +- container: T6406: fix NameError: name 'vyos' is not defined + - PR: vyos/vyos-1x#3547 +- reverse-proxy: T6419: build full CA chain when verifying backend server + - PR: vyos/vyos-1x#3546 +- op-mode: ipsec: T6407: fix profile generation + - PR: vyos/vyos-1x#3552 +- T4576: Accel-ppp logging level configuration + - PR: vyos/vyos-1x#3510 +- reverse-proxy: T6409: Remove unused backend parameters + - PR: vyos/vyos-1x#3531 ## vyos-build diff --git a/version.json b/version.json index 035a002..d46f6db 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-202405280020/vyos-1.5-rolling-202405280020-amd64.iso", - "version": "1.5-rolling-202405280020", - "timestamp": "2024-05-28T00:20:00Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202405301617/vyos-1.5-rolling-202405301617-amd64.iso", + "version": "1.5-rolling-202405301617", + "timestamp": "2024-05-30T16:17:44Z" } ]
\ No newline at end of file |