Release v0.65.0#6772
Merged
johanfylling merged 2 commits intoopen-policy-agent:mainfrom May 30, 2024
Merged
Conversation
Signed-off-by: Johan Fylling <johan.dev@fylling.se>
Signed-off-by: Johan Fylling <johan.dev@fylling.se>
✅ Deploy Preview for openpolicyagent ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
anderseknert
approved these changes
May 30, 2024
srenatus
reviewed
May 30, 2024
Contributor
srenatus
left a comment
There was a problem hiding this comment.
some nitpicks and comments 🙃
|
|
||
| ### Runtime, Tooling, SDK | ||
|
|
||
| - ast: Include annotations in rule AST ([#6771](https://github.com/open-policy-agent/opa/pull/6771)) authored by @ashutosh-narkar |
Contributor
There was a problem hiding this comment.
💭 Why? Can we add half a sentence why it's interesting for our users? I.e. improves using the annotations in external tooling?
| ### Runtime, Tooling, SDK | ||
|
|
||
| - ast: Include annotations in rule AST ([#6771](https://github.com/open-policy-agent/opa/pull/6771)) authored by @ashutosh-narkar | ||
| - aws: Always read HTTP response body ([#6734](https://github.com/open-policy-agent/opa/pull/6734)) authored by @johanneslarsson |
Contributor
There was a problem hiding this comment.
...some memory leak, IIRC?
| - docs: Fix dynamic metadata object in docs ([#6709](https://github.com/open-policy-agent/opa/pull/6709)) authored by @antonioberben | ||
| - docs: Use best practice package name in test examples ([#6731](https://github.com/open-policy-agent/opa/pull/6731)) authored by @asleire | ||
| - docs: Update query API doc with details about overriding the def decision path ([#6745](https://github.com/open-policy-agent/opa/pull/6745)) authored by @ashutosh-narkar | ||
| - ci: pin GitHub Actions macos runner version and build for darwin/amd64 ([#6720](https://github.com/open-policy-agent/opa/issues/6720)) authored by @suzuki-shunsuke reported by @suzuki-shunsuke |
Contributor
There was a problem hiding this comment.
Suggested change
| - ci: pin GitHub Actions macos runner version and build for darwin/amd64 ([#6720](https://github.com/open-policy-agent/opa/issues/6720)) authored by @suzuki-shunsuke reported by @suzuki-shunsuke | |
| - ci: pin GitHub Actions macos runner version and build for darwin/amd64 ([#6720](https://github.com/open-policy-agent/opa/issues/6720)) reported and authored by @suzuki-shunsuke |
| - docs: Update query API doc with details about overriding the def decision path ([#6745](https://github.com/open-policy-agent/opa/pull/6745)) authored by @ashutosh-narkar | ||
| - ci: pin GitHub Actions macos runner version and build for darwin/amd64 ([#6720](https://github.com/open-policy-agent/opa/issues/6720)) authored by @suzuki-shunsuke reported by @suzuki-shunsuke | ||
| - Dependency updates; notably: | ||
| - build(go): bump golang from 1.22.2 to 1.22.3 |
Contributor
There was a problem hiding this comment.
I think only golang is notable. but YMMV, anyways, lets drop the trivy-action at least
| ### Breaking changes | ||
|
|
||
| A new [IsSetStmt](https://www.openpolicyagent.org/docs/latest/ir/#issetstmt) statement has been added to the intermediate representation (IR). | ||
| This is a breaking change for custom IR evaluators, which must interpret this statement in IR plans generated by this OPA version and later. |
Contributor
There was a problem hiding this comment.
Can we add that nothing changes for Wasm, as long as your Was modules are built with this OPA version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.