Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 20:39
5df9d2d

What's new

  • Security — password prompt. dodo admin user create and dodo admin user reset-password no longer take a --password flag; passing a password on the command line left it in shell history and exposed it in ps/argv. They now prompt for the password with no echo (and confirm it on create). For automation, pipe a single line to stdin:

    printf 'secret\n' | dodo admin user create --email you@example.com
  • CI — Node 24 runtimes. Every GitHub Action was bumped to its Node 24 major (checkout, setup-node, upload-artifact, mise-action, docker/*, build-push, goreleaser), clearing the Node 20 deprecation warnings.

Full changelog: v0.1.1...v0.1.2