ufo 4.6.2 → 4.6.3

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: c99cfc2329a3e53ae1da1804899ef0e8c4a9d230ae6a8731a445c2e0c7b118c2
4
- data.tar.gz: 70bd299bec0e3cfba7cd037612724312cf63cdc2a52baaf57d3b1c8ed641dea0
3
+ metadata.gz: 1d21bb7586b951ad481495696dc9c1e9422544dca617a499d732572eb771f980
4
+ data.tar.gz: e4bb2a216b12b683267700525e5bc91e0d1232c1ce0e2b9a8b770a73a11da6a9
5
5
  SHA512:
6
- metadata.gz: 3efc9bba9967917cf8fd398ab161b367b7fb6822adee33d32eda6e02a5f6015ce9fc631ff541625f9e3a24d055a80dbd7f90ff62c0cf05963d2767a836e2bada
7
- data.tar.gz: 615e2668a9668c7b394c160ab5cf3d939c98307047a349b22ecc62617ea1cd7cf005bb8535158d7b0c5ff87247d3f8ae5dc9c34fb33229fa94318a4c189e63e4
6
+ metadata.gz: 12ec77a43798cc2689e0a73a8403c4b2e5a283b8f91a8fd7201b5a5d5d1811ec392aa345d5f0b23a01a7ad65df51ff726506e8a7d403a0574aedc0f23cb3ec75
7
+ data.tar.gz: 8ad9032a96b45cf5c79757eb4df295cc4acbb38b51687faa4abde46290bc8eaa901a38de1fd0049284671fddeaa1558b1915c53bf7977d5000dfc8187f519f4f
@@ -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.6.3]
7
+ - #101 improve ufo init help
8
+
6
9
  ## [4.6.2]
7
10
  - define texit_on_failure to remove Thor deprecation warning
8
11
 
@@ -26,6 +26,7 @@ This quickstart assumes:
26
26
 
27
27
  * You have push access to the repo. Refer to the Notes "Repo Push Access" section below for more info.
28
28
  * You are using ECS EC2 and have an ECS cluster with EC2 Container instances running. Refer to the Notes "ECS EC2 vs ECS Fargate" section below for more info.
29
+ * The ECS Cluster is in the default VPC. If it is not you need to use the `--vpc-id`, `--ecs-subnets`, and `--elb-subnets` options in the [ufo init]({% link _reference/ufo-init.md %}) command.
29
30
 
30
31
  ## What Happened
31
32
 
@@ -52,7 +52,7 @@ The `image` is the base portion of image name that will be pushed to the docker
52
52
 
53
53
  The generated `tongueroo/demo-ufo:ufo-2018-02-08T21-04-02-3c86158` image name gets pushed to the docker registry.
54
54
 
55
- The `--vpc-id` option is optional but very useful. If not specified then ufo will use the default vpc for the network settings like subnets and security groups, which might not be what you want.
55
+ The `--vpc-id`, `--ecs-subnets`, and `--elb-subnets` options are optional but very useful. If not specified then ufo will use the default vpc for the network settings like subnets and security groups, which might not be what you want.
56
56
 
57
57
  ## Directory Structure
58
58
 
@@ -26,6 +26,7 @@ This quickstart assumes:
26
26
 
27
27
  * You have push access to the repo. Refer to the Notes "Repo Push Access" section below for more info.
28
28
  * The `ecsTaskExecutionRole` needs to exist on your AWS account. If you do not have an ecsTaskExecutionRole yet, create one by following: [Create ecsTaskExecutionRole with AWS CLI]({% link _docs/aws-ecs-task-execution-role.md %}).
29
+ * The ECS Cluster is in the default VPC. If it is not you need to use the `--vpc-id`, `--ecs-subnets`, and `--elb-subnets` options in the [ufo init]({% link _reference/ufo-init.md %}) command.
29
30
 
30
31
  ## What Happened
31
32
 
@@ -39,7 +39,7 @@ The `image` is the base portion of image name that will be pushed to the docker
39
39
 
40
40
  The generated `tongueroo/demo-ufo:ufo-2018-02-08T21-04-02-3c86158` image name gets pushed to the docker registry.
41
41
 
42
- The `--vpc-id` option is optional but very useful. If not specified then ufo will use the default vpc for the network settings like subnets and security groups, which might not be what you want.
42
+ The `--vpc-id`, `--ecs-subnets`, and `--elb-subnets` options are optional but very useful. If not specified then ufo will use the default vpc for the network settings like subnets and security groups, which might not be what you want.
43
43
 
44
44
  ## Directory Structure
45
45
 
@@ -1,3 +1,3 @@
1
1
  module Ufo
2
- VERSION = "4.6.2"
2
+ VERSION = "4.6.3"
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.6.2
4
+ version: 4.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-23 00:00:00.000000000 Z
11
+ date: 2020-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-logs