diff options
author | c-po <c-po@users.noreply.github.com> | 2024-07-17 17:57:15 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-17 17:57:15 +0000 |
commit | ad508c6aa7842363c41181f9d218d477483753e2 (patch) | |
tree | 65e46e10df83225166e5e81583a86aabef909a84 | |
parent | e325c245b6d8c694caa67dd675ac622c3518895e (diff) | |
download | vyos-rolling-nightly-builds-ad508c6aa7842363c41181f9d218d477483753e2.tar.gz vyos-rolling-nightly-builds-ad508c6aa7842363c41181f9d218d477483753e2.zip |
1.5-rolling-2024071717061.5-rolling-202407171706
-rw-r--r-- | CHANGELOG.md | 21 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 24 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7360e..ea70777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ ## vyos-1x +- T6560: added workflow trigger path restrictions + - PR: vyos/vyos-1x#3799 +- vxlan: T6505: Support VXLAN VLAN-VNI range mapping in CLI + - PR: vyos/vyos-1x#3756 +- op-mode: T6566: add support for listing all interfaces in "monitor bandwidth" + - PR: vyos/vyos-1x#3805 +- firewall: T6581: fix completion for "show firewall ... rule" + - PR: vyos/vyos-1x#3812 +- configdep: T6559: fix regression in dependent script error under configd + - PR: vyos/vyos-1x#3813 +- op-mode: T6575: add support for NTP service restart via CLI + - PR: vyos/vyos-1x#3810 +- ruff: T6583: Added settings for ruff + - PR: vyos/vyos-1x#3816 +- T6572: added trigger pr caller workflow + - PR: vyos/vyos-1x#3809 +- op-mode: T6577: create generic service restart helper to work with the API + - PR: vyos/vyos-1x#3817 +- op-mode: T6580: read active nodes directly from the config tree without calling cli-shell-api + - PR: vyos/vyos-1x#3811 + ## vyos-build diff --git a/version.json b/version.json index 195a34d..ff46e7f 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-202407100021/vyos-1.5-rolling-202407100021-amd64.iso", - "version": "1.5-rolling-202407100021", - "timestamp": "2024-07-10T00:21:08Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202407171706/vyos-1.5-rolling-202407171706-amd64.iso", + "version": "1.5-rolling-202407171706", + "timestamp": "2024-07-17T17:06:19Z" } ]
\ No newline at end of file |