Sha256: 6b8a3eded2344478a2aa49327783069c22e0ce03296fd53b218e58253fb2a1b6

Contents?: true

Size: 1.73 KB

Versions: 1

Compression:

Stored size: 1.73 KB

Contents

## v0.4.4:

* Set verify SSL to false for real

## v0.4.3:

* Gracefully exit if no notification settings
* Send info level notification starting message
* Set verify SSL to false

## v0.4.2:

* Upgrade to stackster v0.2.9
* Added -v to main cli options

## 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.4 CHANGELOG