diff options
author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-07-30 03:02:40 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-30 03:02:40 +0000 |
commit | da4e368561f4f4d617fa4f8034694b3f2321d1f9 (patch) | |
tree | 8c136786ace923e2bf74d2c40139c08cb63d8b38 | |
parent | 1bc6558a8c8ae30805240b57de1df7c27e31a71c (diff) | |
download | vyos-rolling-nightly-builds-da4e368561f4f4d617fa4f8034694b3f2321d1f9.tar.gz vyos-rolling-nightly-builds-da4e368561f4f4d617fa4f8034694b3f2321d1f9.zip |
1.5-rolling-2024073000211.5-rolling-202407300021
-rw-r--r-- | CHANGELOG.md | 23 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 25 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 725b1b1..9ef1908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ ## vyos-1x -- no changes +- op_mode: T5744: PKI import OpenVPN shared key includess unexpected BEGIN and END + - PR: vyos/vyos-1x#3879 +- ipsec: T6148: Fixed reset command by adding init after terminating + - PR: vyos/vyos-1x#3763 +- smoketest: T5705: use locally connected remote syslog servers + - PR: vyos/vyos-1x#3889 +- smoketest: T6614: initial support for op-mode command testing + - PR: vyos/vyos-1x#3888 +- smoketest: T6592: remove unused "import os" + - PR: vyos/vyos-1x#3874 +- T6349: Fix typo in file name + - PR: vyos/vyos-1x#3897 +- firewall: T4694: incomplete node checks in migration script + - PR: vyos/vyos-1x#3895 +- OpenVPN CLI-option: T6571: rename ncp-ciphers with data-ciphers + - PR: vyos/vyos-1x#3823 +- T6362: Create conntrack logger daemon + - PR: vyos/vyos-1x#3804 +- vyos.configtree: T6620: allow list_nodes() to work on non-existent paths + - PR: vyos/vyos-1x#3898 + + ## vyos-build diff --git a/version.json b/version.json index 6a5e3aa..5695cb7 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-202407280023/vyos-1.5-rolling-202407280023-amd64.iso", - "version": "1.5-rolling-202407280023", - "timestamp": "2024-07-28T00:23:43Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202407300021/vyos-1.5-rolling-202407300021-amd64.iso", + "version": "1.5-rolling-202407300021", + "timestamp": "2024-07-30T00:21:24Z" } ]
\ No newline at end of file |