Skip to content

Release v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 09:02

v0.5.0 (2024-11-25)

  • Add gpg sub command
    • sign signs data using a GPG private key stored in a Psono secret
    • verify verifies signatures using a GPG public key stored in a Psono secret
  • Add ssh sub command (Unix only)
    • add adds SSH keys from Psono secrets to the SSH agent with optional lifetime and confirmation constraints
  • Add Elster certificate secret type support
  • Add aarch64-apple-darwin target to releases
  • Update Rust toolchain to 1.82.0
  • Use native TLS implementation for musl builds
  • Fix missing API setters and JSON get functionality
  • Various dependency updates and CI/CD improvements