Skip to content

Releases: cloudflare/pint

v0.61.2

05 Jul 13:15
a821e38
Compare
Choose a tag to compare

Fixed

  • Fixed false positive reports about removed rules when running pint ci on a branch that
    contains YAML syntax errors.

v0.61.1

04 Jul 17:05
960667d
Compare
Choose a tag to compare

Fixed

  • Fixed release workflow on GitHub.

v0.60.0

10 Jun 11:57
7f42c89
Compare
Choose a tag to compare

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/line comments on line including multiple # characters.
  • When reporting problems all messages will now use publicURI from each prometheus definition.

v0.59.0

24 May 10:48
2be0d47
Compare
Choose a tag to compare

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

25 Apr 09:38
d45c805
Compare
Choose a tag to compare

Fixed

v0.58.0

02 Apr 13:51
b8c295d
Compare
Choose a tag to compare

Fixed

  • Fixed false positives from rule/duplicate check
    when running pint ci on files that are both edited and renamed in the same PR.
  • rule/dependency will no longer report removed symlinks.

v0.57.3

27 Mar 13:42
0c34019
Compare
Choose a tag to compare

Fixed

  • Fixed compatibility with older git releases.
  • Fixed maxComments defaulting to zero when using GitHub reporter.
  • Fixed maxComments comment creation on GitHub - #935.

v0.57.2

26 Mar 08:31
10592a1
Compare
Choose a tag to compare

v0.57.2

Fixed

  • Fixed release workflow on GitHub actions.

v0.57.0

Added

  • GitHub and BitBucket reporters now supports maxComments option to limit the number
    of comments pint can create on a single pull request.
    Default value of maxComments is 50.

v0.56.2

22 Mar 16:23
cc4ae78
Compare
Choose a tag to compare

Fixed

  • query/cost will now only create reports if a query is more
    expensive than any of the configured limits.
  • Fixed duplicated reports when using BitBucket reporter.

v0.56.1

21 Mar 12:26
4662448
Compare
Choose a tag to compare

Changelog