chore: bump github.com/open-policy-agent/opa from 1.4.2 to 1.8.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
dependencies go
Bumps github.com/open-policy-agent/opa from 1.4.2 to 1.8.0.
Release notes
Sourced from github.com/open-policy-agent/opa's releases.
v1.8.0
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
- Support for EdDSA signatures in
io.jwtbuilt-ins, including a newio.jwt.verify_eddsabuilt-in.EdDSA Support in built-ins (#7824)
Support for the EdDSA signing algorithm has been added to built-in functions in the
io.jwtnamespace.This introduces the new io.jwt.verify_eddsa built-in function, and adds EdDSA support for the following built-ins:
This feature benefited greatly from the groundwork laid by
@​lestrratin (#7638). 👏 🎉 🥳Authored by
@​johanfyllingreported by@​aromeyerRuntime
- cmd: Add back default
cmd.RootCommanddefinition. (#7811) authored by@​philipaconrad
Fixing a breaking change to the go API introduced in OPA v1.7.0.- cmd: Fix
opa execparameters (#7850, #7840) authored by@​srenatus
Fixing regressions introduced in OPA v1.7.0, where the--fail-non-emptyand--stdin-inputflags were dropped.- config: accept env vars set to
"", discern from unset (#7831) authored by@​srenatusreported by@​ManuelNowackConfinale- handlers: Add thread-safe initialization for gzipPool (#7828) authored by
@​charlieegan3- plugins: Address race in config access (#7825) authored by
@​charlieegan3- plugin/bundle: Correct bundle delay behavior (#7812) authored by
@​charlieegan3- runtime: Update server init check (#7818) authored by
@​charlieegan3Topdown
- perf: Performance greatly improved for
Object.Inserton existing key (#7820) authored by@​anderseknert- topdown,bundle,plugins: Upgrade interned jwx (0.9.x) with
github.com/lestrrat-go/jwx/v3(#7638) authored by@​lestrratDocs, Website
- Update website to build from tip of main (#7848) authored by
@​tsandall- ast/builtins: Remove space from
countdescription (#7836) authored by@​charlieegan3- docs: Add link to logic-or/and on docs index (#7826) authored by
@​charlieegan3- docs: Add note on using LLM in PR discussions (#7859) authored by
@​anderseknert- docs: Fix broken anchor links in annotations (#7827) authored by
@​charlieegan3- docs: Use set in the Python code example for consistence (#7860) authored by
@​durnik-ivo- docs: Update frontpage (#7847) authored by
@​tsandall- docs/rest-api: Add notes about policy IDs (#7837) authored by
@​charlieegan3- website: Use latest release rather than edge (#7781) authored by
@​charlieegan3Miscellaneous
... (truncated)
Changelog
Sourced from github.com/open-policy-agent/opa's changelog.
1.8.0
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
- Support for EdDSA signatures in
io.jwtbuilt-ins, including a newio.jwt.verify_eddsabuilt-in.EdDSA Support in built-ins (#7824)
Support for the EdDSA signing algorithm has been added to built-in functions in the
io.jwtnamespace.This introduces the new io.jwt.verify_eddsa built-in function, and adds EdDSA support for the following built-ins:
This feature benefited greatly from the groundwork laid by
@​lestrratin (#7638). 👏 🎉 🥳Authored by
@​johanfyllingreported by@​aromeyerRuntime
- cmd: Add back default
cmd.RootCommanddefinition. (#7811) authored by@​philipaconrad
Fixing a breaking change to the go API introduced in OPA v1.7.0.- cmd: Fix
opa execparameters (#7850, #7840) authored by@​srenatus
Fixing regressions introduced in OPA v1.7.0, where the--fail-non-emptyand--stdin-inputflags were dropped.- config: accept env vars set to
"", discern from unset (#7831) authored by@​srenatusreported by@​ManuelNowackConfinale- handlers: Add thread-safe initialization for gzipPool (#7828) authored by
@​charlieegan3- plugins: Address race in config access (#7825) authored by
@​charlieegan3- plugin/bundle: Correct bundle delay behavior (#7812) authored by
@​charlieegan3- runtime: Update server init check (#7818) authored by
@​charlieegan3Topdown
- perf: Performance greatly improved for
Object.Inserton existing key (#7820) authored by@​anderseknert- topdown,bundle,plugins: Upgrade interned jwx (0.9.x) with
github.com/lestrrat-go/jwx/v3(#7638) authored by@​lestrratDocs, Website
- Update website to build from tip of main (#7848) authored by
@​tsandall- ast/builtins: Remove space from
countdescription (#7836) authored by@​charlieegan3- docs: Add link to logic-or/and on docs index (#7826) authored by
@​charlieegan3- docs: Add note on using LLM in PR discussions (#7859) authored by
@​anderseknert- docs: Fix broken anchor links in annotations (#7827) authored by
@​charlieegan3- docs: Use set in the Python code example for consistence (#7860) authored by
@​durnik-ivo- docs: Update frontpage (#7847) authored by
@​tsandall- docs/rest-api: Add notes about policy IDs (#7837) authored by
@​charlieegan3- website: Use latest release rather than edge (#7781) authored by
@​charlieegan3Miscellaneous
... (truncated)
Commits
7832826Prepare v1.8.0 release (#7866)cf305dbinternal/report: allow overriding GitHub repo63e40a5perf: fix issue in Object.Insert on existing key (#7820)00feaffhandlers: add thread-safe initialization for gzipPool (#7828)46c9c3bcmd/exec: Update tests to run sync when ready (#7835)a3e4851release: Adding Dockerfile for image used in*-patchbuild targets (#7864)9a76642Avoid port exhaustion in concurrent tests (#7862)9de5585cli: fix 'opa exec' parameters4f6d2d6docs: Use set in the Python code example for consistence (#7860)57543bbdocs: Add note on using LLM in PR discussions (#7859)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+84
-42
Package Dependencies
github.com/open-policy-agent/opa
go
1.4.2 → 1.8.0
Minor
Technical Details
| ID: | 6338282 |
| UUID: | 2790612646 |
| Node ID: | PR_kwDOGkVX1s6mVV6m |
| Host: | GitHub |
| Repository: | coder/coder |
| Merge State: | Unknown |