Skip to content

v3.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:30
· 6 commits to master since this release

v3.2.2

Date: 2026-07-24
Previous release: v3.2.1

Summary

Fixes mender-cli token set so long Personal Access Tokens can be pasted and
saved interactively again, while keeping the prompt masked.

Highlights

  • Interactive PAT paste fix: mender-cli token set no longer truncates
    long pasted tokens in interactive mode.
  • Masked prompt restored: interactive token entry continues to hide the
    token while typing/pasting, instead of echoing the raw value.
  • Regression coverage: adds targeted test coverage for long interactive
    token entry so the interactive and piped paths stay aligned.

Upgrading

  • No breaking changes. Existing commands and flags are unchanged.