Skip to content

Commit d03f2c8

Browse files
authored
Merge pull request #239 from SumoLogic/avijit-monitors-outliers-support-almost-fully-abstract
Support for new monitor types
2 parents fc3e5d7 + 6ee6942 commit d03f2c8

File tree

6 files changed

+1316
-119
lines changed

6 files changed

+1316
-119
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
FEATURES:
44

55
* Add support for ServiceNow Incident and Event webhook connection (GH-250)
6+
* Add support for new detection methods to sumologic_monitor (GH-239)
7+
8+
DEPRECATIONS:
9+
10+
* resource/sumologic_monitor: Deprecated `triggers` in favor of `trigger_conditions` (GH-239)
611

712
## 2.9.7 (July 22, 2021)
813

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ require (
2828
golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2 // indirect
2929
google.golang.org/api v0.17.0 // indirect
3030
google.golang.org/genproto v0.0.0-20200210034751-acff78025515 // indirect
31-
google.golang.org/grpc v1.27.1 // indirect
31+
google.golang.org/grpc v1.27.1
3232
gopkg.in/yaml.v2 v2.2.8 // indirect
3333
)

0 commit comments

Comments
 (0)