diff options
| -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 |
