diff options
| author | andriiandrieiev <andriiandrieiev@users.noreply.github.com> | 2024-02-09 02:31:11 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-09 02:31:11 +0000 |
| commit | 963748a4eb8333e52c3ce76ac7a4b52bb0d6ea56 (patch) | |
| tree | d39bbcc323ef2d560e5088ab63fb049214648022 | |
| parent | 56cc82d662937afecb16202e413d657fce3c40e0 (diff) | |
| download | vyos-nightly-build-963748a4eb8333e52c3ce76ac7a4b52bb0d6ea56.tar.gz vyos-nightly-build-963748a4eb8333e52c3ce76ac7a4b52bb0d6ea56.zip | |
1.5-rolling-202402090022
| -rw-r--r-- | CHANGELOG.md | 25 | ||||
| -rw-r--r-- | version.json | 6 |
2 files changed, 15 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba72f6..7a877d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,16 @@ ## vyos-1x -- T6021: Fix QoS shaper r2q calculation - - PR: vyos/vyos-1x#2953 -- vpn: T3843: l2tp configuration not cleared after delete - - PR: vyos/vyos-1x#2944 -- xml: T302: replace references to Quagga with FRRouting - - PR: vyos/vyos-1x#2960 -- init: T2044: only start rpki if cache is configured - - PR: vyos/vyos-1x#2959 -- bgp: T6024: add additional missing FRR features - - PR: vyos/vyos-1x#2957 -- vrf: T5973: module is now statically compiled into the kernel - - PR: vyos/vyos-1x#2952 +- T6026: QoS hide attempts to delete qdisc from devices + - PR: vyos/vyos-1x#2969 +- T5960: Rewritten authentication node in PPTP to a single view + - PR: vyos/vyos-1x#2950 +- T5685: Keepalived VRRP prefix is not necessary for the virtual address + - PR: vyos/vyos-1x#2968 +- rpki: T6023: add support for CLI knobs expire-interval and retry-interval + - PR: vyos/vyos-1x#2955 ## vyos-build -- no changes +- frr: T6023: add pending upstream patches + - PR: vyos/vyos-build#497 + + diff --git a/version.json b/version.json index 0772798..581ca2e 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-202402080022/vyos-1.5-rolling-202402080022-amd64.iso", - "version": "1.5-rolling-202402080022", - "timestamp": "2024-02-08T00:22:43Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202402090022/vyos-1.5-rolling-202402090022-amd64.iso", + "version": "1.5-rolling-202402090022", + "timestamp": "2024-02-09T00:22:26Z" } ]
\ No newline at end of file |
