Releases: cloudflare/pint
Releases · cloudflare/pint
v0.62.1
Fixed
- Fixed false positive warnings from rule/dependency check.
v0.62.0
Added
- promql/series check will now generate warnings if there are
# pint disable
or# pint rule/setcomments that are not matching any valid query selector or Prometheus server.
Fixed
- promql/series will now parse
rule/setcomments that target specific
time series selectors in PromQL the same way as# pint disablecomments do.
v0.61.2
Fixed
- Fixed false positive reports about removed rules when running
pint cion a branch that
contains YAML syntax errors.
v0.61.1
Fixed
- Fixed release workflow on GitHub.
v0.60.0
Fixed
- alerts/annotations and rule/label will
now report when a label or annotation is required but set to an empty value. - Fixed handling of
# pint ignore/linecomments on line including multiple#characters. - When reporting problems all messages will now use
publicURIfrom eachprometheusdefinition.
v0.59.0
Added
- Added GitLab support when running
pint ci.
Changed
- Reduced severity of problems reported by promql/counter due
to high number of false positives. It will now report warnings instead of errors.
Fixed
- Fixed false positive reports from rule/duplicate when a rule file
is being deleted and the rules are moved to a different file.
v0.58.1
Fixed
- Correctly handle default Prometheus retention value in promql/range_query
check - #958.
v0.58.0
Fixed
- Fixed false positives from rule/duplicate check
when runningpint cion files that are both edited and renamed in the same PR. - rule/dependency will no longer report removed symlinks.
v0.57.3
v0.57.2
v0.57.2
Fixed
- Fixed release workflow on GitHub actions.
v0.57.0
Added
- GitHub and BitBucket reporters now supports
maxCommentsoption to limit the number
of comments pint can create on a single pull request.
Default value ofmaxCommentsis50.