Releases: cloudflare/pint
Releases · cloudflare/pint
v0.74.5
Fixed
- Fixed incorrect incorrect suggestions generated by query/cost check.
- Fixed unmodified lines incorrectly marked as modified when running
pint ci.
v0.74.4
Fixed
- Fixed false positive reports from promql/rate check when native histograms or summaries are used.
v0.74.3
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
Fixed
- Fixed an issue where pint would fail to create MR comment if GitLab API returned empty diff body.
v0.74.1
Fixed
- Fixed incorrect suggestion from query/cost when a query uses joins or unless.
v0.74.0
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
- Improved accuracy of messages produced by the promql/impossible check.
v0.73.7
Fixed
- Fixed a bug in GitLab integration causing incorrect line numbers to be used for comments.
v0.73.6
Fixed
- Fixed a bug in GitLab integration causing some problems fail to create comments when files were renamed.
v0.73.5
Fixed
- Fixed incorrect error message for some problems reported by alerts/template check.
v0.73.4
Fixed
- Fixed handling of resolved comments when using GitLab with
pint cicommand.