lono 4.0.4 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e82d1d3ff65425bea94378118e22aa002f4878f66baedcf058a3a4171a35349e
4
- data.tar.gz: 61d7e0b169ee60084552f9c1ec245a2001e73fc88ae43be67acb463707f3a0b9
3
+ metadata.gz: 3d65528282a3ab452046643d9e657999b111f0b9d7c07e2782a669ad0e6897be
4
+ data.tar.gz: 691f2210f6b46f28d1c40e4d5ca41e61af46bf8b69922597b275596120922347
5
5
  SHA512:
6
- metadata.gz: 4ce681a7150ab91972bba64868e0e38e1ab753461c898ba16870a1c8a0a699c0561f41cb448aa045a61b7efd48ff267a16f5f624cbd0dab9458a62cc7108ed5d
7
- data.tar.gz: 9cf933db42a1cb6161f3e6f498764c9a80aee9ebcd3d4624d062c446eb387de42c9bd9433da490e2c582a3dd2faef50b428fc211ef1e7a1ca23f235a963ce55e
6
+ metadata.gz: 38dcde5ad224d6a8bcf9cd0b9d191dc75499a1a3ae848c80ec18d9b11dcb52a70531be23aa07199329deca0ccb48d9e6593bd01b5f779f4b4f95b37e1189e9ca
7
+ data.tar.gz: 1229df0be487dd4dac09f6034db01cfd75d746653c1e3a0ec0bb6293aeef3988d0aaf140f68ba809adaebe7cd2322dcd992ae29b3e32676b0859871f8d0b0a9c
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [4.0.5]
7
+ - update lono cfn diff docs
8
+
6
9
  ## [4.0.4]
7
10
  - update lono cfn diff docs
8
11
  - add S3_REGION env option to configure different s3 client region vs AWS_PROFILE
@@ -8,8 +8,6 @@ Displays code diff of the generated CloudFormation template locally vs the exist
8
8
  No detected app/scripts
9
9
  Generating CloudFormation templates:
10
10
  output/templates/ec2.yml
11
- Not modified: output/templates/ec2.yml to s3://boltops-stag/cloudformation-templates/development/templates/ec2.yml
12
- Templates uploaded to s3.
13
11
  output/params/ec2.json
14
12
  Generating CloudFormation source code diff...
15
13
  Running: colordiff /tmp/existing_cfn_template.yml output/templates/ec2.yml
@@ -17,6 +15,7 @@ Displays code diff of the generated CloudFormation template locally vs the exist
17
15
  < Default: t2.small
18
16
  ---
19
17
  > Default: t2.medium
18
+ $ subl -a ~/.lono/settings.yml
20
19
  $
21
20
 
22
21
  Here's a screenshot of the output with the colorized diff:
data/lib/lono/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lono
2
- VERSION = "4.0.4"
2
+ VERSION = "4.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lono
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.4
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen