Skip to content

Releases: cloudflare/pint

v0.62.1

11 Jul 16:02
b75f261

Choose a tag to compare

Fixed

v0.62.0

11 Jul 15:12
19dbe12

Choose a tag to compare

Added

  • promql/series check will now generate warnings if there are # pint disable
    or # pint rule/set comments that are not matching any valid query selector or Prometheus server.

Fixed

  • promql/series will now parse rule/set comments that target specific
    time series selectors in PromQL the same way as # pint disable comments do.

v0.61.2

05 Jul 13:15
a821e38

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

Choose a tag to compare

Fixed

  • Fixed release workflow on GitHub.

v0.60.0

10 Jun 11:57
7f42c89

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

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

Choose a tag to compare

Fixed

v0.58.0

02 Apr 13:51
b8c295d

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

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

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.