kontena-cli 0.14.2 → 0.14.3

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
  SHA1:
3
- metadata.gz: f71c08239bc2780793aa394f980332a5b497d8c0
4
- data.tar.gz: 932ba40653c1709ad494e21d8eb863a0269307f4
3
+ metadata.gz: f69e08dceaea4d9c27ed36ad29fcba3c1b0a35c3
4
+ data.tar.gz: bd0ecfce18b486a739c5bb350fd065754c60ad2b
5
5
  SHA512:
6
- metadata.gz: a6169ec0c9621c1c3ab5ed29bffa0e1714e37bfccb80e1ba19d2093a7cbd1c166ffe870b635418163ea285be928593ccab0eccec430bbf187d5a29780b109685
7
- data.tar.gz: 9d1affd436e49874e937671d8bdfc11c1547916c2cb0444a9adeb4c6097b65c5ed141f1667a6f6a7ad463f552ef6e8da2f5bc53f81eed6e058a94bfae72d5dd8
6
+ metadata.gz: 01cabe85791599a31e3f9206b2f122135895e7b3319868eaf94f3780beed69a80e143ac0a56a84b0bcadf17c7d4966c8231626f36073b54e0080954accb78757
7
+ data.tar.gz: 4a065ccdd916de152c0dce18b30b843dee55095d06c3409d4b32334d411e872f336b19fce4b80c293faa7369279059124a44adc0538942b1018d3301355c7944
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.14.2
1
+ 0.14.3
data/kontena-cli.gemspec CHANGED
@@ -22,12 +22,12 @@ Gem::Specification.new do |spec|
22
22
 
23
23
  spec.add_development_dependency "bundler", "~> 1.7"
24
24
  spec.add_development_dependency "rake", "~> 10.0"
25
- spec.add_runtime_dependency 'excon'
26
- spec.add_runtime_dependency 'colorize'
27
- spec.add_runtime_dependency 'clamp'
28
- spec.add_runtime_dependency 'highline'
29
- spec.add_runtime_dependency 'shell-spinner'
30
- spec.add_runtime_dependency 'ruby_dig'
31
- spec.add_runtime_dependency 'dry-validation', "0.7.4"
32
- spec.add_runtime_dependency 'dry-logic', "0.2.2"
25
+ spec.add_runtime_dependency "excon", "~> 0.49.0"
26
+ spec.add_runtime_dependency "colorize"
27
+ spec.add_runtime_dependency "clamp"
28
+ spec.add_runtime_dependency "highline"
29
+ spec.add_runtime_dependency "shell-spinner"
30
+ spec.add_runtime_dependency "ruby_dig"
31
+ spec.add_runtime_dependency "dry-validation", "0.7.4"
32
+ spec.add_runtime_dependency "dry-logic", "0.2.2"
33
33
  end
@@ -19,7 +19,7 @@ module Kontena::Cli::Master::Aws
19
19
  option "--mongodb-uri", "URI", "External MongoDB uri (optional)"
20
20
  option "--version", "VERSION", "Define installed Kontena version", default: 'latest'
21
21
  option "--auth-provider-url", "AUTH_PROVIDER_URL", "Define authentication provider url (optional)"
22
- option "--associate-public-ip-address", :flag, "Whether to associated public IP in case the VPC defaults to not doing it", default: false, attribute_name: :associate_public_ip
22
+ option "--associate-public-ip-address", :flag, "Whether to associated public IP in case the VPC defaults to not doing it", default: true, attribute_name: :associate_public_ip
23
23
  option "--security-groups", "SECURITY GROUPS", "Comma separated list of security groups (names) where the new instance will be attached (default: create 'kontena_master' group if not already existing)"
24
24
 
25
25
 
@@ -14,7 +14,7 @@ module Kontena::Cli::Nodes::Aws
14
14
  option "--type", "SIZE", "Instance type", default: 't2.small'
15
15
  option "--storage", "STORAGE", "Storage size (GiB)", default: '30'
16
16
  option "--version", "VERSION", "Define installed Kontena version", default: 'latest'
17
- option "--associate-public-ip-address", :flag, "Whether to associated public IP in case the VPC defaults to not doing it", default: false, attribute_name: :associate_public_ip
17
+ option "--associate-public-ip-address", :flag, "Whether to associated public IP in case the VPC defaults to not doing it", default: true, attribute_name: :associate_public_ip
18
18
  option "--security-groups", "SECURITY GROUPS", "Comma separated list of security groups (names) where the new instance will be attached (default: create grid specific group if not already existing)"
19
19
 
20
20
  def execute
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kontena-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2
4
+ version: 0.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kontena, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-06 00:00:00.000000000 Z
11
+ date: 2016-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: excon
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 0.49.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 0.49.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: colorize
57
57
  requirement: !ruby/object:Gem::Requirement