diff options
author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-06-06 03:20:40 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-06 03:20:40 +0000 |
commit | 9342d32e914bd3ad88652f22e468b7ef33e3641b (patch) | |
tree | ca7333fb9199d69316acc7a21b4604eb3c896f53 | |
parent | 47c3eee9ad530561ec5ef41771cf33d6d43a1296 (diff) | |
download | vyos-rolling-nightly-builds-9342d32e914bd3ad88652f22e468b7ef33e3641b.tar.gz vyos-rolling-nightly-builds-9342d32e914bd3ad88652f22e468b7ef33e3641b.zip |
1.5-rolling-2024060600201.5-rolling-202406060020
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 16 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7360e..6d38a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ ## vyos-1x +- bfd: T6440: BFD peer length typo + - PR: vyos/vyos-1x#3579 +- nat64: T6403: validate source prefix for RFC compliance + - PR: vyos/vyos-1x#3572 +- T6431: op-mode command "monitor traceroute" missing recursive symlink + - PR: vyos/vyos-1x#3582 +- GitHub: add action to build package on PR + - PR: vyos/vyos-1x#3560 +- isis: T6429: fix isis metric-style configuration missing + - PR: vyos/vyos-1x#3571 +- show version: T6446: display the support URL for LTS builds + - PR: vyos/vyos-1x#3584 + ## vyos-build diff --git a/version.json b/version.json index 8ee38a4..4499949 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-202406020021/vyos-1.5-rolling-202406020021-amd64.iso", - "version": "1.5-rolling-202406020021", - "timestamp": "2024-06-02T00:21:45Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202406060020/vyos-1.5-rolling-202406060020-amd64.iso", + "version": "1.5-rolling-202406060020", + "timestamp": "2024-06-06T00:20:07Z" } ]
\ No newline at end of file |