- ⚠️ Changed:
paramsfield of all validators from now on does not allow unknown fields, to avoid typos and mistakes. - Added: New param
negativeto all validators that does regexp matching named*MatchesRegexpto invert the matching logic.
For example withnegative: truethealertNameMatchesRegexpvalidator will check that the alert name does NOT match the regexp. - Fix: Some params were not loaded correctly from the config file in some validators, this is now fixed.
- Changed: Bump go version to 1.25.4