blob: 05966e62343cfc516560be38ef7b374ff522b327 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
breaking_changes:
- vyos_user - removed level (and its alias, role) they were removed in 1.3
- vyos_user - explicit support for version 1.3+ only
major_changes:
- vyos_user - add support for public-key authentication
- vyos_user - add support for encrypted password specification
bugfixes:
- vyos_user - fix handling of `full-name` in parser and module
trivial:
- vyos_user - fix parsing of `full-name` to ignore quotes
- vyos_user - fix integration tests for smoke
|