jive 0.6.0 → 0.7.0

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: 7e2c1ab6f78c5ed071fde65c73d5f6237de8563e07ed5be37553ad12481d0d3e
4
- data.tar.gz: 7b7dfb21f093ef2d822100f3e4b678f1b1483043e7777658eb3049d6833fade0
3
+ metadata.gz: 980522cfcb52a6569c90ec3820d7c3064265dd4fc2d5a4ca5fbd3a87a6d72026
4
+ data.tar.gz: 6ab3bd69f7b0e94ad72291fa3d506690937e28a97fd112e3d36e50a04d38fab0
5
5
  SHA512:
6
- metadata.gz: 2411bbb13f2a29c6b6491e2a8424426f1406df40761fd82394f13a06f225a1406eb060e889fb11fdd6573dd7df49c74a0237b76b5186f42b884faed54a70e786
7
- data.tar.gz: 3a9ccc541687fe4da594ea0ea421d76b4524203d246c8cf6b5ba8654189a082a980ac39001c12206f42a94ed7a2caf2af65ed1a922c330c430035ee1eb4728a2
6
+ metadata.gz: 9bf76f15ba4736619d58fe06f75e84cd0f4cc384bc329588c8230203a3aae60ba8cb58c264aa1b4696e7ddbd86b1338c9a92072e25f330bb4d38fa3718364c65
7
+ data.tar.gz: 79d6f01053da5def20be953d25416b2c2f553d6769b70db903ce85494df7dbe232cd3783624c66139dc479982fcc25599a6f728e9bdf28d608089650a48db2a1
@@ -0,0 +1,81 @@
1
+ # Title
2
+
3
+ <!--
4
+ The title should be the name of the alert (e.g., Generic Alert_AlertTooGeneric).
5
+ -->
6
+
7
+ # Overview
8
+
9
+ <!--
10
+ Address the following:
11
+
12
+ * What does this alert mean?
13
+ * Is it a paging or an email-only alert?
14
+ * What factors contributed to the alert?
15
+ * What parts of the service are affected?
16
+ * What other alerts accompany this alert?
17
+ * Who should be notified?
18
+ -->
19
+
20
+ # Alert Severity
21
+
22
+ <!--
23
+ Indicate the reason for the severity (email or paging) of the alert and the
24
+ impact of the alerted condition on the system or service.
25
+ -->
26
+
27
+ # Verification
28
+
29
+ <!--
30
+ Provide specific instructions on how to verify that the condition is ongoing.
31
+ -->
32
+
33
+ # Troubleshooting
34
+
35
+ <!--
36
+
37
+ List and describe debugging techniques and related information sources.
38
+ Include links to relevant dashboards. Include warnings.
39
+
40
+ Address the following:
41
+
42
+ * What shows up in the logs when this alert fires?
43
+ * What debug handlers are available?
44
+ * What are some useful scripts or commands?
45
+ * What sort of output do they generate?
46
+ * What are some additional tasks that need to be done after the alert is resolved?
47
+
48
+ -->
49
+
50
+ # Solution
51
+
52
+ <!--
53
+
54
+ List and describe possible solutions for addressing this alert.
55
+
56
+ Address the following:
57
+
58
+ * How do I fix the problem and stop this alert?
59
+ * What commands should be run to reset things?
60
+ * Who should be contacted if this alert happened due to user behavior?
61
+ * Who has expertise at debugging this issue?
62
+
63
+ -->
64
+
65
+ # Escalation
66
+
67
+ <!--
68
+
69
+ List and describe paths of escalation.
70
+ Identify whom to notify (person or team) and when.
71
+ If there is no need to escalate, indicate that.
72
+
73
+ -->
74
+
75
+ # Related Links
76
+
77
+ <!--
78
+
79
+ Provide links to relevant related alerts, procedures, and overview documentation.
80
+
81
+ -->
data/lib/jive/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jive
4
- VERSION = "0.6.0"
4
+ VERSION = "0.7.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mo khan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-31 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cli-ui
@@ -149,6 +149,7 @@ files:
149
149
  - lib/jive/shell.rb
150
150
  - lib/jive/templates/bug.md
151
151
  - lib/jive/templates/feature.md
152
+ - lib/jive/templates/play_book.md
152
153
  - lib/jive/templates/pull_request.md
153
154
  - lib/jive/version.rb
154
155
  homepage: https://rubygems.org/gems/jive
@@ -174,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
175
  - !ruby/object:Gem::Version
175
176
  version: '0'
176
177
  requirements: []
177
- rubygems_version: 3.2.18
178
+ rubygems_version: 3.2.23
178
179
  signing_key:
179
180
  specification_version: 4
180
181
  summary: The art just comes.