Skip to content

Releases: meldron/psonoci

Release v0.4.0

11 Aug 09:45
Compare
Choose a tag to compare

Features

Support missing secret types:

psonoci now supports the following Psono secret types:

  • TOTP
  • SSH Key
  • Credit Card

TOTP sub command

The new totp sub command allows the validation and creation of TOTP tokens for TOTP secrets managed in Psono.

Improvements

  • Update OpenSSL to 1.1.1v
  • Update Rust dependencies
  • Publish apple silicon binaries
  • Reintroduce linux armv7l MUSL binaries

Release v0.3.1

20 Mar 09:57
Compare
Choose a tag to compare

Update dependencies, including bundled OpenSSL to v1.1.1n

There has been an OpenSSL Security Advisory [15 March 2022].

psonoci bundles OpenSSL v1.1 for the linux versions. It only uses OpenSSL if psonoci calls are made with --use-native-tls. This vulnerability is fixed by updating OpenSSL to version v1.1.1n.

Release v0.3.0

05 Jan 22:33
Compare
Choose a tag to compare

Version v0.3.0 introduces the env-vars sub command.

Also all rust dependencies have been updated.

Release v0.2.3

27 Dec 13:13
Compare
Choose a tag to compare

This version only updates dependencies.

The bundled OpenSSL (aarch64-unknown-linux-musl & x86_64-unknown-linux-musl) is updated to version v1.1.1m.

Release v0.2.2

05 May 18:31
Compare
Choose a tag to compare

Fix: api endpoint url creation with server-url (also now ignores trailing slashes)

Release v0.2.1

15 Apr 20:46
Compare
Choose a tag to compare

Minor addition

  • api-key show now contains api_key_secrets_meta_data, which for now contain the write_date of a secret.

Fixes

  • Add missing help texts

Release v0.2.0

15 Apr 10:35
Compare
Choose a tag to compare

Summary

  • add secret set sub command
  • add api-key command
  • add config command
  • add run command
  • update dependencies

v0.1.0-rc1

24 Jun 16:02
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release

v0.1.0-rc1 introduces native-tls (on unknown-linux-musl we bundle openssl 1.1.1g) support, flags to disable TLS security and the possibility to add root ca certs.

v0.1.0-rc0

17 Jun 14:49
Compare
Choose a tag to compare
v0.1.0-rc0 Pre-release
Pre-release

first pre-release