chore: bump github.com/open-policy-agent/opa from 0.58.0 to 1.16.1
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(28 days ago)
(21 days ago)
(21 days ago)
dependencies go
Bumps github.com/open-policy-agent/opa from 0.58.0 to 1.16.1.
Release notes
Sourced from github.com/open-policy-agent/opa's releases.
v1.16.1
This is a patch release addressing a regression in the plugin manager that may cause the service to hang on shutdown (#8590).
v1.16.0
[!WARNING]
A regression has been found in the plugin manager, which may cause the service to hang on shutdown. Users are advised to go directly to v1.16.1.
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
- New
uri.parseanduri.is_validbuilt-in functions- Data API Request/Response Metadata
- Prometheus metrics exported via OTLP
- Formatter improvements
NOTE:
In v1.15.x, OPA was dropping logs for bundle downloads,
print()calls and other plugin-originated logs. Users are advised to update, v1.16.0 fixes this bug in (#8544).New
uri.parseanduri.is_validbuilt-in functions (#8263)Two new built-in functions have been added:
uri.parsefor parsing a given URI, anduri.is_validfor verifying the structure of a given URI.uri.parse
Parses a URI and returns an object containing its components according to RFC 3986. Empty components are omitted.
package exampletest_uri if { uri.parse("https://example.com:8080/api?q=1#top") == { "scheme": "https", "hostname": "example.com", "port": "8080", "path": "/api", "raw_path": "/api", "raw_query": "q=1", "fragment": "top", } }
uri.is_valid
Returns
trueif the input can be parsed as a URI,falseotherwise.
... (truncated)
Changelog
Sourced from github.com/open-policy-agent/opa's changelog.
1.16.1
This is a patch release addressing a regression (#8590) in the plugin manager that may cause the service to hang on shutdown.
1.16.0
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
- New
uri.parseanduri.is_validbuilt-in functions- Data API Request/Response Metadata
- Prometheus metrics exported via OTLP
- Formatter improvements
NOTE:
In v1.15.x, OPA was dropping logs for bundle downloads,
print()calls and other plugin-originated logs. Users are advised to update, v1.16.0 fixes this bug in (#8544).New
uri.parseanduri.is_validbuilt-in functions (#8263)Two new built-in functions have been added:
uri.parsefor parsing a given URI, anduri.is_validfor verifying the structure of a given URI.uri.parse
Parses a URI and returns an object containing its components according to RFC 3986. Empty components are omitted.
package exampletest_uri if { uri.parse("https://example.com:8080/api?q=1#top") == { "scheme": "https", "hostname": "example.com", "port": "8080", "path": "/api", "raw_path": "/api", "raw_query": "q=1", "fragment": "top", } }
uri.is_valid
Returns
trueif the input can be parsed as a URI,falseotherwise.package exampledeny contains "invalid URI" if { </tr></table>
... (truncated)
Commits
a72f9faPrepare v1.16.1 release9339812plugins: Ensure plugin status functions don't hang after manager is stopped (...f3adf61Release v1.16.0 (#8581)c5a446fAdd regression test for comparing objects with array keys7bc92c6workflow: update benchmarks notebook generation882d5a7build(deps): bump the dependencies group across 2 directories with 9 updates ...b33179cdocs: Fix input value type in not undefined example (#8580)3d602caperf: Add CopyNonGround() methods for Array, Set, and Object (#8323)1a8e7b1docs(policy-reference): add aggregates examples for count and sum (#8566)343ddf5builtins: Add uri.parse and uri.is_valid built in functions (#8578)- 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 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)
Package Dependencies
github.com/open-policy-agent/opa
go
0.58.0 → 1.16.1
Major
Technical Details
| ID: | 15843961 |
| UUID: | 4422782971 |
| Node ID: | PR_kwDOLmBl1M7aWTP9 |
| Host: | GitHub |
| Repository: | Txim0520/https-github.com-coder-coder |