diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-06-25 21:31:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 07:31:58 -0400 |
commit | 47c10256b19294ddacef40f48ad8055ac2c997f0 (patch) | |
tree | cfc57f3ac77fced2e9ad748fab1d7cc56f28a254 /changelogs/fragments/T6988-fix-user.yml | |
parent | 9ebafb2968e4ea4b254ac577f2245b5b2aa75e77 (diff) | |
download | vyos.vyos-6.0.0.tar.gz vyos.vyos-6.0.0.zip |
Release 6.0.0 (#425)6.0.0
Diffstat (limited to 'changelogs/fragments/T6988-fix-user.yml')
-rw-r--r-- | changelogs/fragments/T6988-fix-user.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/changelogs/fragments/T6988-fix-user.yml b/changelogs/fragments/T6988-fix-user.yml deleted file mode 100644 index 05966e62..00000000 --- a/changelogs/fragments/T6988-fix-user.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -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 |