diff options
| author | c-po <c-po@users.noreply.github.com> | 2024-01-02 12:56:27 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-02 12:56:27 +0000 |
| commit | b94686b42063ff4c75f1f2a38bf3553b8dec1339 (patch) | |
| tree | 0e4aa2b362813020169d35a2943178bfe27f7eb4 | |
| parent | cfc4c0958b2b6aff593a228a1219e8b4da76248c (diff) | |
| download | vyos-nightly-build-b94686b42063ff4c75f1f2a38bf3553b8dec1339.tar.gz vyos-nightly-build-b94686b42063ff4c75f1f2a38bf3553b8dec1339.zip | |
1.5-rolling-202401021120
| -rw-r--r-- | CHANGELOG.md | 18 | ||||
| -rw-r--r-- | version.json | 4 |
2 files changed, 17 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ddc5a..d7bc400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ ## vyos-1x -- T5474: establish common file name pattern for XML conf mode commands - - PR: vyos/vyos-1x#2729 +- T3476: Add option latest to add system image + - PR: vyos/vyos-1x#2724 +- login: T5875: restore home directory permissions only when needed + - PR: vyos/vyos-1x#2726 +- T5880: verify_source_interface() should not allow dynamic interfaces like ppp, l2tp, ipoe or sstpc client interfaces + - PR: vyos/vyos-1x#2728 +- image-tools: T5883: preserve file owner in /config on add system update + - PR: vyos/vyos-1x#2731 +- image-tools: T5885: relax restriction on image-name len from 32 to 64 + - PR: vyos/vyos-1x#2737 +- T3642: add missing base64 CLI validators + - PR: vyos/vyos-1x#2739 +- vyos-configd: extend list of included scripts + - PR: vyos/vyos-1x#2736 ## vyos-build -No changes +- no changes diff --git a/version.json b/version.json index cf81908..4749500 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ [ { - "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202401010026/vyos-1.5-rolling-202401010026-amd64.iso", - "version": "1.5-rolling-202401010026" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202401021120/vyos-1.5-rolling-202401021120-amd64.iso", + "version": "1.5-rolling-202401021120" } ]
\ No newline at end of file |
