ciinabox-ecs 0.2.13.alpha.1545253866 → 0.2.13
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 +1 -4
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c83869fd0067d8cbf0674a28566b399d1eb29cb5a0a363c5cb03b45e33310c4e
|
|
4
|
+
data.tar.gz: 13f44392b1398315ff8569a9940c5c6f6b5c9dc993e56473aea1bffa388bf851
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e23abae8cf5b20c392d6d6a886495cda83e9867bcbcdd7913fb026f9ba330599cff7088fcab9ea52f56498cc5681dbdd559a7b13749fa0c98863ad31042d09c4
|
|
7
|
+
data.tar.gz: 43dc600f97d1294711dc1b3489e86734bab537b06215be6f5b814abe00eee3893a4e4f4659deef01e1928e6b6b18c2b72221517b8de1b7bf6642a4f26f80dc26
|
data/config/default_params.yml
CHANGED
|
@@ -122,9 +122,6 @@ 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
|
|
128
125
|
|
|
129
126
|
# if set to true, security group allowing connections from NAT gateway will be assigned to
|
|
130
127
|
# ecs cluster (useful for windows jenkins slaves)
|
|
@@ -321,4 +318,4 @@ vpn_udp_public: false
|
|
|
321
318
|
|
|
322
319
|
# Default public access is considered whole internet
|
|
323
320
|
publicAccess:
|
|
324
|
-
- 0.0.0.0/0
|
|
321
|
+
- 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.13
|
|
4
|
+
version: 0.2.13
|
|
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-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -163,11 +163,12 @@ 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: '0'
|
|
169
169
|
requirements: []
|
|
170
|
-
|
|
170
|
+
rubyforge_project:
|
|
171
|
+
rubygems_version: 2.7.7
|
|
171
172
|
signing_key:
|
|
172
173
|
specification_version: 4
|
|
173
174
|
summary: Manage ciinabox on Aws Ecs
|