Sha256: dc14a1cc52c17effc030c1bba608ba0c3a0968ae178e0fc9d3b5eb774aac84d4

Contents?: true

Size: 1.48 KB

Versions: 1

Compression:

Stored size: 1.48 KB

Contents

## v0.4.1:

* Added notifier class and campfire notifications
* Added primary host env to deployment command
* Upgraded to stackster v0.2.8

## v0.4.0:

* Added support for passing updates with deploy command
* Added support for deploying updates to multiple stacks
* Updated log outputs
* Abstracted CLI into individual classes

## v0.3.7:

* Updated stackster

## v0.3.6:

* Added -l to set log level
* Change -l to -c to limit results
* Updated output of ssh command

## v0.3.5:

* Added ssh command

## v0.3.4:

* List stacks in order based on name

## v0.3.3:

* Exist if -e is not a valid environment
* Updated to version 0.2.4 of stackster

## v0.3.2:

* Improved debuging
* Added version
* Updated to version 0.2.3 of stackster

## v0.3.1:

* Fixed bug in creating new stacks

## v0.3.0:

* Updating to new ~/.simpledeploy.yml format.

    artifacts: 
      chef_repo:
        bucket_prefix: prefix_to_bucket
        domain: name_of_object
      app:
        bucket_prefix: prefix_to_bucket
        domain: name_of_object
      cookbooks:
        bucket_prefix: prefix_to_bucket

    environments:
      preprod_shared_us-west-1:
        access_key: XXX
        secret_key: YYY
        region: us-west-1
      infrastructure_us-west-1:
        access_key: XXX
        secret_key: YYY
        region: us-west-1
      infrastructure_us-east-1:
        access_key: XXX
        secret_key: YYY
        region: us-east-1

* Adding locking to deployment.
* Added limit to number of events coming out with -l flag.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_deploy-0.4.1 CHANGELOG