ciinabox-ecs 0.2.13 → 0.2.14.alpha.1545258054
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 +4 -4
- data/config/default_params.yml +4 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c353f4964040437e366f1cfca9eaf831646ed688644f5ec4063eed7dfd317078
|
4
|
+
data.tar.gz: 88cb1da376086bdca451f491e214d1ee31e5a7521e6b8c3cee2643c22d38c356
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1356c3dc2523be3ffef14b1cabcf56811b5961e5c609379de01a2c886caa6768f96210a825cab7d83076107c14d973d637c5d3c96ebc6ecdf7121d99694f007c
|
7
|
+
data.tar.gz: 613ef5cd1c0ec7e258cb6e7d9a71a57f3588f5c5d8619f2ccce024a767d4c12670c682165c22200bf9f44f24226ce1539aee6da052425241bcf8fb7411aa96c3
|
data/config/default_params.yml
CHANGED
@@ -122,6 +122,9 @@ webHooks:
|
|
122
122
|
- 165.254.227.0/24
|
123
123
|
- 131.103.28.0/24
|
124
124
|
- 185.166.140.0/22
|
125
|
+
- 18.205.93.0/25
|
126
|
+
- 18.234.32.128/25
|
127
|
+
- 13.52.5.0/25
|
125
128
|
|
126
129
|
# if set to true, security group allowing connections from NAT gateway will be assigned to
|
127
130
|
# ecs cluster (useful for windows jenkins slaves)
|
@@ -318,4 +321,4 @@ vpn_udp_public: false
|
|
318
321
|
|
319
322
|
# Default public access is considered whole internet
|
320
323
|
publicAccess:
|
321
|
-
- 0.0.0.0/0
|
324
|
+
- 0.0.0.0/0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ciinabox-ecs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.14.alpha.1545258054
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Base2Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -163,12 +163,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
163
163
|
version: '0'
|
164
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
165
165
|
requirements:
|
166
|
-
- - "
|
166
|
+
- - ">"
|
167
167
|
- !ruby/object:Gem::Version
|
168
|
-
version:
|
168
|
+
version: 1.3.1
|
169
169
|
requirements: []
|
170
|
-
|
171
|
-
rubygems_version: 2.7.7
|
170
|
+
rubygems_version: 3.0.0
|
172
171
|
signing_key:
|
173
172
|
specification_version: 4
|
174
173
|
summary: Manage ciinabox on Aws Ecs
|