Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: fdv/trousseau

Tags

0.2.5

Toggle 0.2.5's commit message
Merge branch 'hotfix/escape_args_strings'

0.2.4

Toggle 0.2.4's commit message
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.3

Toggle 0.2.3's commit message
* Scp push/pull support for --ask-password option

* Unified store encryption handling
* Add encryption algorithm selection constants
* Move encryption/decryption functionalities in the crypto package
* Add openpgp encryption package

0.2.2

Toggle 0.2.2's commit message
0.2.2 / 2014-02-12

==================

 * Implement import commadn merging strategies

0.2.1

Toggle 0.2.1's commit message
0.2.1 / 2014-02-12

==================

* Add: gist remote storage support
* Fix: project dir linking to gopath
* Add: an install rule to Makefile.
* Merge branch 'hotfix/0.2_homebrew_formula' into develop
* Fix homebrew formula

0.2.0

Toggle 0.2.0's commit message
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

Toggle 0.1.4's commit message
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.

0.1.3

Toggle 0.1.3's commit message
Version 0.1.3 : miscelaneous patches and fixes

0.1.2

Toggle 0.1.2's commit message
0.1.2 / 2013-09-04

==================

* Added import action
* Added export action
* Updated the error message when store file does not exist
* Fixed gofmt
* Update README.rst

0.1.1

Toggle 0.1.1's commit message
- Add scp remote storage support