Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump github.com/open-policy-agent/opa from 0.40.0 to 0.41.0#2074

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 6, 2022
edited
Loading

Bumpsgithub.com/open-policy-agent/opa from 0.40.0 to 0.41.0.

Release notes

Sourced fromgithub.com/open-policy-agent/opa's releases.

v0.41.0

This release contains a number of fixes and enhancements.

GraphQL Built-in Functions

A new set of built-in functions are now available to validate, parse and verify GraphQL query and schema! Following arethe new built-ins:

graphql.is_valid: Checks that a GraphQL query is valid against a given schemagraphql.parse: Returns AST objects for a given GraphQL query and schemagraphql.parse_and_verify: Returns a boolean indicating success or failure alongside the parsed ASTs for a given GraphQL query and schemagraphql.parse_query: Returns an AST object for a GraphQL querygraphql.parse_schema: Returns an AST object for a GraphQL schema

Built-in Function Metadata

Built-in function declarations now support additional metadata to specify name and description for function argumentsand return values. The metadata can be programmatically consumed by external tools such as IDE plugins. The built-infunction documentation is created using the new built-in function metadata.Check out the new look of theBuilt-In Referencepage!

Under the hood, a new file calledbuiltins_metadata.json is generated viamake generate which can be consumed byexternal tools.

Tooling, SDK, and Runtime

Rego and Topdown

  • units.parse: New built-in for parsing standard metric decimal and binary SI units (e.g., K, Ki, M, Mi, G, Gi)
  • format: Fixopa fmt location for non-key rules (#4695) (authored by@​jaspervdj)
  • token: Ignore keys of unknown alg when verifying JWTs with JWKS (#4699) reported by@​lenalebt

Documentation

  • Adding Built-in Functions: Add note aboutcapabilities.json while creating a new built-in function
  • Policy Reference: Add example forrego.metadata.rule() built-in function
  • Policy Reference: Fix grammar forimport keyword (#4689) authored by@​mmzeeman reported by@​mmzeeman
  • Security: Fix command line flag name for file containing the TLS certificate (#4678) authored by@​pramodak reported by@​pramodak

Website + Ecosystem

  • Update Kubernetes policy examples on the website to use latest kubernetes schema (apiVersion:admission.k8s.io/v1) (authored by@​vicmarbev)
  • Ecosystem:

... (truncated)

Changelog

Sourced fromgithub.com/open-policy-agent/opa's changelog.

0.41.0

This release contains a number of fixes and enhancements.

GraphQL Built-in Functions

A new set of built-in functions are now available to validate, parse and verify GraphQL query and schema! Following arethe new built-ins:

graphql.is_valid: Checks that a GraphQL query is valid against a given schemagraphql.parse: Returns AST objects for a given GraphQL query and schemagraphql.parse_and_verify: Returns a boolean indicating success or failure alongside the parsed ASTs for a given GraphQL query and schemagraphql.parse_query: Returns an AST object for a GraphQL querygraphql.parse_schema: Returns an AST object for a GraphQL schema

Built-in Function Metadata

Built-in function declarations now support additional metadata to specify name and description for function argumentsand return values. The metadata can be programmatically consumed by external tools such as IDE plugins. The built-infunction documentation is created using the new built-in function metadata.Check out the new look of theBuilt-In Referencepage!

Under the hood, a new file calledbuiltins_metadata.json is generated viamake generate which can be consumed byexternal tools.

Tooling, SDK, and Runtime

Rego and Topdown

  • units.parse: New built-in for parsing standard metric decimal and binary SI units (e.g., K, Ki, M, Mi, G, Gi)
  • format: Fixopa fmt location for non-key rules (#4695) (authored by@​jaspervdj)
  • token: Ignore keys of unknown alg when verifying JWTs with JWKS (#4699) reported by@​lenalebt

Documentation

  • Adding Built-in Functions: Add note aboutcapabilities.json while creating a new built-in function
  • Policy Reference: Add example forrego.metadata.rule() built-in function
  • Policy Reference: Fix grammar forimport keyword (#4689) authored by@​mmzeeman reported by@​mmzeeman
  • Security: Fix command line flag name for file containing the TLS certificate (#4678) authored by@​pramodak reported by@​pramodak

Website + Ecosystem

  • Update Kubernetes policy examples on the website to use latest kubernetes schema (apiVersion:admission.k8s.io/v1) (authored by@​vicmarbev)
  • Ecosystem:

... (truncated)

Commits
  • 0d6a109 Prepare v0.41.0 release
  • 7bfc76c build(deps): bump github.com/vektah/gqlparser/v2 from 2.4.3 to 2.4.4 (#4729)
  • e971a8f bundle: dont sign manifest when empty
  • cb6a4c0 Ignore keys of unknown alg when verifying JWTs with JWKS (#4725)
  • 1889f24 Update docs on ordering expressions
  • e1b4bee build(deps): bump github.com/go-ini/ini from 1.66.4 to 1.66.6
  • b05eba0 build(deps): bump google.golang.org/grpc from 1.46.2 to 1.47.0
  • 0502529 test: Fix too many files open error on MacOS (#4727)
  • 35f4523 Add Infracost to ADOPTERS.md (#4716)
  • 1fde1ad built-ins: Add new GraphQL builtins.
  • Additional commits viewable incompare 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 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)

@kylecarbs
Copy link
Member

@Emyrk can you take this one? Something in the code changed with OPA.

Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.40.0 to 0.41.0.- [Release notes](https://github.com/open-policy-agent/opa/releases)- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)- [Commits](open-policy-agent/opa@v0.40.0...v0.41.0)---updated-dependencies:- dependency-name: github.com/open-policy-agent/opa  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/open-policy-agent/opa-0.41.0 branch froma1b694e tofb472dfCompareJune 6, 2022 14:39
@@ -47,7 +47,7 @@ require (
github.com/awalterschulze/gographviz v2.0.3+incompatible
github.com/bgentry/speakeasy v0.1.0
github.com/briandowns/spinner v1.18.1
github.com/charmbracelet/charm v0.12.1
github.com/charmbracelet/charm v0.8.6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

What the heck. This got downgraded in this PR.

kylecarbs reacted with eyes emoji
@Emyrk
Copy link
Member

@kylecarbs I updated only OPA and required deps:#2093

Idk why this PR was downgrading a dependency so many versions.

Closing this in favor of other PR to bump opa.#2093

@EmyrkEmyrk closed thisJun 6, 2022
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubJun 6, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting@dependabot ignore this major version or@dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding anignore condition with the desiredupdate_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabotdependabotbot deleted the dependabot/go_modules/github.com/open-policy-agent/opa-0.41.0 branchJune 6, 2022 15:35
@kylecarbs
Copy link
Member

kylecarbs commentedJun 6, 2022 via email

Reasonable to me
On Mon, Jun 6, 2022 at 10:35 AM Steven Masley ***@***.***> wrote: Closed#2074 <#2074>. — Reply to this email directly, view it on GitHub <#2074 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABWKZRAHM457QKFXVI22ZD3VNYLFLANCNFSM5X7CZZZQ> . You are receiving this because you were mentioned.Message ID: ***@***.***>

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@EmyrkEmyrkEmyrk left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@kylecarbs@Emyrk

[8]ページ先頭

©2009-2025 Movatter.jp