We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e05fff commit 80dacf6Copy full SHA for 80dacf6
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.0.1
4
+
5
+* Added dummy action so that the ST2 CI pipeline does not fail when registering actions
6
7
## 1.0.0
8
9
* Drop Python 2.7 support
actions/dummyaction
@@ -0,0 +1 @@
+# Only here so that the ST2 CI pipeline does not fail when running Register Action tests
pack.yaml
@@ -6,7 +6,7 @@ keywords:
- check_mk
- monitoring
- alerting
-version: 1.0.0
+version: 1.0.1
10
author: codyaray
11
email: [email protected]
12
python_versions:
0 commit comments