shards 2.4.0 → 2.4.1

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
  SHA256:
3
- metadata.gz: c804f800c7a67a380ec52b9aceb45ee1d206e8285aca03f5d2f66a1a386ad42e
4
- data.tar.gz: 9d06affc175287848d498fd26c1dd2aa58f1d19084ee7287ce4f8fce722afe0d
3
+ metadata.gz: 849b30a33034ec813e1cd1153fb5c8834b2bfb802ae14d899cd9969a45f89d9d
4
+ data.tar.gz: fa1640cb840f939608a953a472406e81c8a140eeb20f400be61a60edccccc9bd
5
5
  SHA512:
6
- metadata.gz: 4fe4f5604cada371743b2140216878bdad6e31a4ecbf34ac60165eeb48dfacc5bb87f176bb728e29a45f084faa4eb47a76dfbae42fed01c5dcd222b2b5d466a8
7
- data.tar.gz: 1369e2c79f51e3545533c2304fd5140676315915c1290e3ba77bcf892c3f9ed3dec83b71d587f381bbc49e6854f250972df1217c3492eeb67b31689a5608c5a1
6
+ metadata.gz: 1f9abc36a3823eac76f71f3cf4221cafc8153502f391ffe6e7bd75819a4d824abaf627da6183cf870d2b76cfea68d79e511455ad66a440352fca0fdbc7272076
7
+ data.tar.gz: 2947eb697f053c05db45c2380ba704893369380713286f6344f38e31f8695e13f79ef39c7192a6ddc35539e5a17e7c5888e9b4393beb8eeb307bf90b1734ebd1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shards (2.4.0)
4
+ shards (2.4.1)
5
5
  aws-sdk-ec2 (~> 1.48)
6
6
  aws-sdk-elasticloadbalancing (~> 1.5)
7
7
  aws-sdk-elasticloadbalancingv2 (~> 1.14)
@@ -24,13 +24,13 @@ GEM
24
24
  rspec-expectations (>= 2.99)
25
25
  thor (~> 0.19)
26
26
  aws-eventstream (1.0.1)
27
- aws-partitions (1.107.0)
27
+ aws-partitions (1.108.0)
28
28
  aws-sdk-core (3.36.0)
29
29
  aws-eventstream (~> 1.0)
30
30
  aws-partitions (~> 1.0)
31
31
  aws-sigv4 (~> 1.0)
32
32
  jmespath (~> 1.0)
33
- aws-sdk-ec2 (1.54.0)
33
+ aws-sdk-ec2 (1.55.0)
34
34
  aws-sdk-core (~> 3, >= 3.26.0)
35
35
  aws-sigv4 (~> 1.0)
36
36
  aws-sdk-elasticloadbalancing (1.7.0)
@@ -35,6 +35,12 @@ delete_by_api:
35
35
  delete_database:
36
36
  wrong_message: The database %s could not be deleted.
37
37
  message: Database %s has been deleted.
38
+ correct: check_fingerprints
39
+ wrong: finish
40
+
41
+ application_reload_shards_task:
42
+ message: Reload task have been executed successfully.
43
+ wrong_message: Errors found in the reload task %s.
38
44
  correct: finish_successfully
39
45
  wrong: finish
40
46
 
@@ -49,5 +55,6 @@ correct_steps_summary:
49
55
  - write_yaml_files
50
56
  - commit_changes
51
57
  - delete_database
58
+ - check_fingerprints
52
59
 
53
60
  start: validate_location
@@ -41,12 +41,15 @@ delete_by_terminal:
41
41
  correct: delete_database
42
42
  wrong: finish
43
43
 
44
- # todo add steps to run the puppet agent,
45
- # and restart sidekiq before the database deletion.
46
-
47
44
  delete_database:
48
45
  wrong_message: The database %s could not be deleted.
49
46
  message: Database %s has been deleted.
47
+ correct: check_fingerprints
48
+ wrong: finish
49
+
50
+ application_reload_shards_task:
51
+ message: Reload task have been executed successfully.
52
+ wrong_message: Errors found in the reload task %s.
50
53
  correct: finish_successfully
51
54
  wrong: finish
52
55
 
@@ -1,3 +1,3 @@
1
1
  module Shards
2
- VERSION = "2.4.0"
2
+ VERSION = "2.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shards
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego PL
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-07 00:00:00.000000000 Z
11
+ date: 2018-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler