Skip to content

v0.86.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 08:44
e622a47

Added

Changed

Fixed

  • Fixed false positive reports from promql/impossible
    when functions like abs(), clamp_min(), hour(), ln(),
    histogram_quantile(), or timestamp() wrap aggregations that already remove
    labels.
  • Fixed a crash in promql/aggregate when
    name regexp is not set.
  • Fixed alerts/template not populating
    $annotations map, causing template expansion to always return
    empty values for annotation references.
  • Fixed rule/label not matching regex key
    patterns on recording rules.
  • Fixed bare # pint disable promql/series comments having no effect
    on promql/series checks.
  • Fixed pint_rule_file_owner metric using symlink target path instead
    of symlink name, making it inconsistent with pint_problem metric.
  • Fixed swapped label name and URL in
    promql/vector_matching error message
    when both sides of a binary operation are missing a label.
  • Fixed false positive promql/range_query
    reports when Prometheus retention flag cannot be parsed.
  • Fixed promql/counter not checking bare
    counter metrics used without any wrapping function.