ufo 4.5.5 → 4.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d86ea7d84ac2ec056ffd1993b8c83c01fe3c9caea66ec44204efbb70cffb25cb
4
- data.tar.gz: 29aba82ec174765fe0d948b2fc5a313065416f9ea0178af90366b8dc769cd2f5
3
+ metadata.gz: 0b267085b8ce0ec00506e0da5ef7e3d806169819849ca35f362319e8ccf8ef9b
4
+ data.tar.gz: 2feba1921dd12e7b44a46b518e6ea34336b9b5a5fc2810fe2ad5be42b9310af0
5
5
  SHA512:
6
- metadata.gz: 016d61a18190e0daa866ed7bdf3613d6a0561c6a5221f20348e9dba34797f034882fb1b89af486d5c009068446aa512092596c73b611c88a0a9a3bf8552a8f13
7
- data.tar.gz: a2f20498236dc2c205fef1d071a4e766e04e14aa0f2b5f8ac7a76c1676e4b299e70eaae8b3d1e55c83ecc6a5d60ae84213d9449915d773e6850ddb83baa6910b
6
+ metadata.gz: 5f8ba70c862d2dcdbb4647ae951140bd6db603f8bf92362ec1e7b9abd8752d5079aea1684970b0212a97f5543cc801d697172830078b698ed9ce3df99413d488
7
+ data.tar.gz: a0ca47e0887d7a4d45514986f6eb8896e12dd02ab21e49a5ee3db5cae1b5f9b44a02f6615cd6485e47911d16c2866d4be44c48288fbf60f789a635e75c2865cb
@@ -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.5.6]
7
+ - fix outgoing egress rule to allow ping
8
+
6
9
  ## [4.5.5]
7
10
  - adjust default health check thresholds in skeleton
8
11
  - improve error handling for UPDATE\_ROLLBACK\_FAILED state
@@ -237,9 +237,7 @@ Resources:
237
237
  # Outbound access: instance needs access to internet to pull down image
238
238
  # or else get CannotPullContainerError
239
239
  SecurityGroupEgress:
240
- - IpProtocol: tcp
241
- FromPort: '0'
242
- ToPort: '65535'
240
+ - IpProtocol: "-1"
243
241
  CidrIp: 0.0.0.0/0
244
242
  Description: outbound traffic
245
243
  Tags:
@@ -36,7 +36,7 @@ module Ufo
36
36
  end
37
37
  memoize :env_extra
38
38
 
39
- # Overrides AWS_PROFILE based on the Ufo.env if set in configs/settings.yml
39
+ # Overrides AWS_PROFILE based on the Ufo.env if set in .ufo/settings.yml
40
40
  # 2-way binding.
41
41
  def set_aws_profile!
42
42
  return if ENV['TEST']
@@ -1,3 +1,3 @@
1
1
  module Ufo
2
- VERSION = "4.5.5"
2
+ VERSION = "4.5.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ufo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.5
4
+ version: 4.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-29 00:00:00.000000000 Z
11
+ date: 2019-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-cloudformation
@@ -622,7 +622,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
622
622
  - !ruby/object:Gem::Version
623
623
  version: '0'
624
624
  requirements: []
625
- rubygems_version: 3.0.3
625
+ rubygems_version: 3.0.6
626
626
  signing_key:
627
627
  specification_version: 4
628
628
  summary: AWS ECS Deploy Tool