Skip to content

Commit 53850b9

Browse files
committed
feat(kyverno): enhance error pattern handling with inclusion/exclusion options
1 parent 71ea153 commit 53850b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2323
- Add `error_patterns_include` to Kyverno configuration to allow adding custom error patterns to the default set.
2424
- Add validation for `error_patterns_exclude` to ensure only valid default patterns can be excluded.
2525

26+
### Breaking change
27+
28+
- The `filter_extra` variable has been removed and replaced with `error_patterns_include` and `error_patterns_exclude`. To migrate:
29+
- If you were using `filter_extra` to add custom error patterns, use `error_patterns_include` instead.
30+
- If you need to exclude specific default error patterns, use `error_patterns_exclude`.
31+
- See [examples/main.tf](examples/main.tf) for usage examples.
32+
2633
## [0.12.0] - 2026-01-28
2734

2835
[Compare with previous version](https://github.com/sparkfabrik/terraform-google-services-monitoring/compare/0.11.0...0.12.0)

0 commit comments

Comments
 (0)