Skip to content

v3.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Nov 12:09
106047c
  • ⚠️ Changed: params field of all validators from now on does not allow unknown fields, to avoid typos and mistakes.
  • Added: New param negative to all validators that does regexp matching named *MatchesRegexp to invert the matching logic.
    For example with negative: true the alertNameMatchesRegexp validator 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