We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4101e commit fd9157bCopy full SHA for fd9157b
RELEASE_NOTES.md
@@ -1,10 +1,5 @@
1
# Flare
2
3
-1.2.1
4
------
5
-* Various bug fixes
6
-* Prevents use of Python 3.7
7
-
8
1.2.0
9
-----
10
* Various bug fixes
packages/flare/src/main/resources/splunk/default/app.conf
@@ -12,7 +12,7 @@ id = flare
12
[install]
13
state_change_requires_restart = true
14
is_configured = 0
15
-build = 5
+build = 4
16
17
[ui]
18
is_visible = 1
@@ -23,7 +23,7 @@ supported_themes = light, dark
23
[launcher]
24
author = Flare Systems
25
description = The Flare app allows you to integrate your Flare alerts with the Splunk platform.
26
-version = 1.2.1
+version = 1.2.0
27
28
[triggers]
29
reload.splunk_create = simple
0 commit comments