diff options
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f07096a..ef66aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ ## vyos-1x -- xml: T6319: add util for ancestor owner/priority - - PR: vyos/vyos-1x#3428 +- T6315: updated codeql branch name + - PR: vyos/vyos-1x#3431 +- T6316: remove reviewers assignment in workflow as it will done by codeowners file. + - PR: vyos/vyos-1x#3432 +- T6323: openvpn: Correction of help description of "totp digits" option + - PR: vyos/vyos-1x#3433 +- T6199: remove unused Python pip files + - PR: vyos/vyos-1x#3435 +- sstp: T4393: Add support to configure host-name (SNI) + - PR: vyos/vyos-1x#3436 ## vyos-build diff --git a/version.json b/version.json index 8a81d67..a5a4687 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-202405090019/vyos-1.5-rolling-202405090019-amd64.iso", - "version": "1.5-rolling-202405090019", - "timestamp": "2024-05-09T00:19:14Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202405100019/vyos-1.5-rolling-202405100019-amd64.iso", + "version": "1.5-rolling-202405100019", + "timestamp": "2024-05-10T00:19:38Z" } ]
\ No newline at end of file |