Skip to content

Commit aea6ef3

Browse files
committed
doc: update release notes for v24.02
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 1e4a88e commit aea6ef3

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

doc/ChangeLog.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ Currently supported models:
5454
- [infix-hardware][]: Deviations and augments
5555
- [ietf-system][]:
5656
- **augments:**
57-
- MotD (Message of the Day)
57+
- Message of the Day (MotD) banner, shown after SSH or console login.
58+
Please note: the legacy `motd` has been replaced with `motd-banner` os
59+
of v24.02. Use CLI `text-editor` to modify the latter
5860
- User login shell, default: `/bin/false` (no SSH or console login)
5961
- State information for remotely querying firmware version information
6062
- **deviations:**
@@ -169,7 +171,15 @@ Currently supported models:
169171
- Configurable route metrics, by default metric 100 to allow static routes
170172
to win over DHCP routes, useful for backup DHCP connections
171173
- IETF Hardware data: added YANG model for vital product data representation,
172-
and augments for initial USB support
174+
and augments for initial USB support (enable/disable)
175+
- IETF System:
176+
- the `motd` augment in `infix-system.yang` for *Message of the Day* has
177+
been marked as obsolete and replaced with `motd-banner`. The new setting
178+
is of type *binary* and allows control codes and multi-line content to be
179+
stored. The legacy `motd` will remain for the foreseeable future and
180+
takes precedence over the new `motd-banner` setting
181+
- new `text-editor` augment in `infix-system.yang` to select the backend for
182+
the new `text-editor` command: `emacs`, `nano`, or `vi`
173183
- Many updates to the test system, *Infamy*, incl. new Quick Start Guide in
174184
updated `doc/testing.md` to help new developers get started
175185
- Add `htop` to default builds, useful for observing and attaching (strace)
@@ -182,7 +192,13 @@ Currently supported models:
182192
an interactive password dialog, including confirmation entry. The resulting
183193
password is by default salted and hashed using sha512crypt
184194
- CLI: new command `text-editor`, for use with binary fields, e.g., `content`
185-
for file mounts in containers, or SSH authorized (public) keys (`key-data`)
195+
for file mounts in containers, or the new `motd-banner`:
196+
197+
admin@infix-c0-ff-ee:/config/system/> text-editor motd-banner
198+
... exit with Ctrl-x Ctrl-c ...
199+
admin@infix-c0-ff-ee:/config/system/> show
200+
motd-banner VGhpcyByZWxlYXNlIHdhcyBzcG9uc29yZWQgYnkgQWRkaXZhIEVsZWt0cm9uaWsK;
201+
186202
- CLI: new admin-exec command `show ntp [sources]`
187203
- CLI: new admin-exec command `show dns` to display DNS client status
188204
- CLI: new admin-exec command `show ospf [subcommand]`

0 commit comments

Comments
 (0)