Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/cloudflare/pint from 0.62.2 to 0.69.1 in /scripts #994

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps github.com/cloudflare/pint from 0.62.2 to 0.69.1.

Release notes

Sourced from github.com/cloudflare/pint's releases.

v0.69.1

Fixed

  • # pint file/owner comments were not validated properly for files with no rules. This is now fixed.

v0.69.0

Added

  • Added schema option to the parser configuration block for setting rule validation schema. This option is only used when files are parsed in strict mode - which is when rule file path does NOT match any of the parser:relaxed regex values or when simply parser:relaxed is not set at all. Default value is prometheus and tells pint to expect rule files with the schema expected by Prometheus itself. If you use pint to validate rules loaded into Thanos Rule component then set schema to thanos in your pint config file:

    parser {
      schema = "thanos"
    }

    File schema when using schema: prometheus (default):

    groups:
      - name: example
        rules:
          - record: ...
            expr: ...
          - alert: ...
            expr: ...

    When using schema: thanos:

    groups:
      - name: example
        partial_response_strategy: abort
        rules:
          - record: ...
            expr: ...
          - alert: ...
            expr: ...

... (truncated)

Changelog

Sourced from github.com/cloudflare/pint's changelog.

v0.69.1

Fixed

  • # pint file/owner comments were not validated properly for files with no rules. This is now fixed.

v0.69.0

Added

  • Added schema option to the parser configuration block for setting rule validation schema. This option is only used when files are parsed in strict mode - which is when rule file path does NOT match any of the parser:relaxed regex values or when simply parser:relaxed is not set at all. Default value is prometheus and tells pint to expect rule files with the schema expected by Prometheus itself. If you use pint to validate rules loaded into Thanos Rule component then set schema to thanos in your pint config file:

    parser {
      schema = "thanos"
    }

    File schema when using schema: prometheus (default):

    groups:
      - name: example
        rules:
          - record: ...
            expr: ...
          - alert: ...
            expr: ...

    When using schema: thanos:

    groups:
      - name: example
        partial_response_strategy: abort
        rules:
          - record: ...
            expr: ...
          - alert: ...
            expr: ...

... (truncated)

Commits
  • 11f0788 Merge pull request #1223 from cloudflare/file/owner
  • 02147c6 Validate file/owner comments even if there are no rules
  • 0979306 Merge pull request #1221 from cloudflare/dependabot/github_actions/codecov/co...
  • 6924f49 Merge pull request #1222 from cloudflare/dependabot/go_modules/github.com/pro...
  • 5f1a38b build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0
  • 9be2ca0 build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1
  • 76b9706 Merge pull request #1220 from cloudflare/docs
  • 1b9a6d6 Update docs
  • a7062a5 Merge pull request #1219 from cloudflare/logger
  • 805b145 Add tests for log handler
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from povilasv as a code owner December 12, 2024 17:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 12, 2024
@dependabot dependabot bot requested a review from skl as a code owner December 12, 2024 17:50
Bumps [github.com/cloudflare/pint](https://github.com/cloudflare/pint) from 0.62.2 to 0.69.1.
- [Release notes](https://github.com/cloudflare/pint/releases)
- [Changelog](https://github.com/cloudflare/pint/blob/main/docs/changelog.md)
- [Commits](cloudflare/pint@v0.62.2...v0.69.1)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/pint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/scripts/github.com/cloudflare/pint-0.69.1 branch from 4fbc7c2 to b843842 Compare December 12, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants