File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments