Skip to content

Releases: cloudflare/pint

v0.74.5

28 Jul 14:33
4a3e67d

Choose a tag to compare

Fixed

  • Fixed incorrect incorrect suggestions generated by query/cost check.
  • Fixed unmodified lines incorrectly marked as modified when running pint ci.

v0.74.4

14 Jul 09:10
b71a915

Choose a tag to compare

Fixed

  • Fixed false positive reports from promql/rate check when native histograms or summaries are used.

v0.74.3

24 Jun 12:29
9d1a899

Choose a tag to compare

Fixed

  • Fixed false positive reports from promql/fragile check - #1466.
  • Fixed incorrect reports from query/cost when multiple rules with rate(...) were present
    and each had a different rate time window.

v0.74.2

23 Jun 11:00
64c56ae

Choose a tag to compare

Fixed

  • Fixed an issue where pint would fail to create MR comment if GitLab API returned empty diff body.

v0.74.1

12 Jun 08:34
c56d766

Choose a tag to compare

Fixed

  • Fixed incorrect suggestion from query/cost when a query uses joins or unless.

v0.74.0

10 Jun 14:38
e6091f2

Choose a tag to compare

Added

  • promql/fragile check will now warn about alerting rules using
    aggregations that might cause false positives when Prometheus restarts.
  • query/cost check will now try to find queries that perform operations
    for which there is a recording rule, and suggest using these recording rules instead to speed
    up the query.

Fixed

v0.73.7

16 May 15:22
003656b

Choose a tag to compare

Fixed

  • Fixed a bug in GitLab integration causing incorrect line numbers to be used for comments.

v0.73.6

02 May 09:51
5d5047a

Choose a tag to compare

Fixed

  • Fixed a bug in GitLab integration causing some problems fail to create comments when files were renamed.

v0.73.5

25 Apr 15:49
25dda78

Choose a tag to compare

Fixed

  • Fixed incorrect error message for some problems reported by alerts/template check.

v0.73.4

25 Apr 13:50
d44f912

Choose a tag to compare

Fixed

  • Fixed handling of resolved comments when using GitLab with pint ci command.