diff options
author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-08-13 03:04:00 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-13 03:04:00 +0000 |
commit | 523126430267f2a5ee2b42040224b51662c70761 (patch) | |
tree | 8b09a9f62d10154fc0857ed3771f58dc86f2c550 | |
parent | c71942a6f6e0e8c8ba3583de1a88ab67611a43dc (diff) | |
download | vyos-rolling-nightly-builds-523126430267f2a5ee2b42040224b51662c70761.tar.gz vyos-rolling-nightly-builds-523126430267f2a5ee2b42040224b51662c70761.zip |
1.5-rolling-2024081300221.5-rolling-202408130022
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0e81e..4d93848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## vyos-1x -- T6637: add pr commenting back in un-used import check - - PR: vyos/vyos-1x#3965 +- configverify: T6642: verify_interface_exists requires config_dict arg + - PR: vyos/vyos-1x#3961 +- configd: T6633: inject missing env vars for configfs utility + - PR: vyos/vyos-1x#3937 +- T6648: dhcpv6-server: align stateless DHCPv6 options with stateful + - PR: vyos/vyos-1x#3970 +- suricata: T6624: Make it possible for suricata address groups to reference each other + - PR: vyos/vyos-1x#3958 ## vyos-build diff --git a/version.json b/version.json index 7b7b785..09328de 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-202408120022/vyos-1.5-rolling-202408120022-amd64.iso", - "version": "1.5-rolling-202408120022", - "timestamp": "2024-08-12T00:22:37Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202408130022/vyos-1.5-rolling-202408130022-amd64.iso", + "version": "1.5-rolling-202408130022", + "timestamp": "2024-08-13T00:22:27Z" } ]
\ No newline at end of file |