Tags: fdv/trousseau
Tags
0.2.4 / 2014-02-26 ================== * Add gist remote storage usage instructions to README * Rename subcommands to commands * Move vagrant provisioning script into scripts folder * Refactor build to use both a simple Makefile and build script * Move trousseau package files in trousseau dir * Fix oleiade#1: Made error message more obvious when gnupg keyring cannot be opened * Remove gnupg globals from trousseau package * Throw fatal error when no passphrase * Enhance logging on missing passphrase or data store * Update error message when no passphrase are supplied * Fix oleiade#42: add the ability to declare recipients using their mail * Update openpgp encryption/decryption features naming * Fix oleiade#55: remove passphrase cmdline option * Update README scp example to use --ask-password [ref#59]
0.2.0 / 2013-12-02 ================== New Features: * Support for osx and gnome keyring managers to provide the gpg master key passphrase * Support for gpg-agent to provide the gpg master key passphrase * Push/Pull operation now setup their destination and options through a DSN. * Support for s3 region option on push and pull actions * Adds a global --passphrase option to supply gpg master key passphrase * Adds Vagrantfile for easier trousseau dev environment setup * Adds a Homebrew formula for easier osx install Bug fixes and refactoring: * Remote storage sources management was refactored * Ssh remote storage was fixed and now supports password authentication and passphrased keys
0.1.4 / 2013-11-26 ================== * Adds a global --passphrase option to supply gpg master key passphrase * Adds support for osx and gnome keyring managers to provide the gpg master key passphrase * Adds support for gpg-agent to provide the gpg master key passphrase * Adds support for s3 region option on push and pull actions * Adds Vagrantfile for easier trousseau dev environment setup * Set the default remote filename to trousseau.tsk * Refactores Makefile GOPATH support * Refactores the push/pull options internals * Replaces the launchpad goamz aws wrapper with github.com/crowdmob/goamz * Rewords password to passphrase * Fix the error message when incorrect number of arguments passed.