Skip to content

Commit d69c23b

Browse files
committed
update changelog and ignore linter
1 parent 2dfed1b commit d69c23b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.18.1 (August 25, 2022)
2+
3+
BUG FIXES:
4+
* Fix compliance period validation for SLOs (GH-424)
5+
16
## 2.18.0 (August 8, 2022)
27

38
FEATURES:

sumologic/resource_sumologic_slo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ func verifySLOObject(slo SLOLibrarySLO) error {
683683
return nil
684684
}
685685

686+
// lintignore:V013
686687
func validateSLOComplianceSize(i interface{}, k string) (warnings []string, errors []error) {
687688
v, ok := i.(string)
688689
if !ok {

0 commit comments

Comments
 (0)