cfn-guardian 0.7.13 → 0.7.14

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: 4a230076e5d4d93c1a41be549943f3dbb745662a8faaf04afc176a1b75d3cc8f
4
- data.tar.gz: 036a95941c4c8e50641d4ee7e0bfdb4e2f842b125756898599af3055843ca8f0
3
+ metadata.gz: 0b065a39283ec6d6aedf0e41a38c59e36cc8d6652ff9b97cbac69dd9b697c8a5
4
+ data.tar.gz: 87a37081eae0b8418cbe5bafeacf568e3f242279857b42859f3ceaba4d48a800
5
5
  SHA512:
6
- metadata.gz: d54543ea87af6922725b6d5955b0f473d037be50de85eca77e6925f5534307ed37648085befc64a3f6753ccd0224ef00f65b666e1109324925596858c2cdd85b
7
- data.tar.gz: bc5d74d51b7559bb5d3ddcabfc8ef9a0cac3b4e1f679e1267d41149a3f6ebc2108962cbd19e4eda8eb1b96c4e574711ee7fc63e8a955495e54796f33ecd217b9
6
+ metadata.gz: 060c2ddf30267bd453233981511f85e9f27aae375cfd32fe0945fa811670976adfbaa8d353e4a5ca267c6a5666ff3e9883b2519203e0896506b9a65e2a5ed2d7
7
+ data.tar.gz: 5c5594293a2580e5d395c43e7ff035e78fec4e8b7f63f47c4aaf82ff3e06cfcc2b81c92fe763339f049086f3fa486b28a590e1c205e6867b9aab73dafe1bb12e
data/docs/notifiers.md CHANGED
@@ -24,10 +24,10 @@ Topics:
24
24
  Informational: arn:aws:sns:ap-southeast-2:123456789012:Informational
25
25
  Custom: arn:aws:sns:ap-southeast-2:123456789012:Custom
26
26
 
27
- Template:
27
+ Templates:
28
28
  Ec2Instance:
29
29
  GroupOverrides:
30
- AlarmActions:
30
+ AlarmAction:
31
31
  - Critical
32
32
  - Custom
33
33
  ```
@@ -64,7 +64,7 @@ module CfnGuardian
64
64
  @package = 'port-check'
65
65
  @handler = 'handler.port_check'
66
66
  @version = '356203b2a720ba0730622f978e677b88f8d0c328'
67
- @runtime = 'python3.6'
67
+ @runtime = 'python3.7'
68
68
  end
69
69
  end
70
70
 
@@ -152,7 +152,7 @@ module CfnGuardian
152
152
  @package = 'ecs-containder-instance-check'
153
153
  @handler = 'handler.run_check'
154
154
  @version = '4f650d5846d6e8d19f0139bccdeeb147f03f0dd6'
155
- @runtime = 'python3.6'
155
+ @runtime = 'python3.7'
156
156
  end
157
157
  end
158
158
 
@@ -1,4 +1,4 @@
1
1
  module CfnGuardian
2
- VERSION = "0.7.13"
2
+ VERSION = "0.7.14"
3
3
  CHANGE_SET_VERSION = VERSION.gsub('.', '-').freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfn-guardian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.13
4
+ version: 0.7.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guslington
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-08 00:00:00.000000000 Z
11
+ date: 2022-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor