• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

elastic / cloudbeat / 25396301535
76%
main: 76%

Build:
Build:
LAST BUILD BRANCH: renovate/main-go-version
DEFAULT BRANCH: main
Ran 05 May 2026 07:16PM UTC
Jobs 1
Files 235
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 May 2026 06:09PM UTC coverage: 75.814% (-0.02%) from 75.838%
25396301535

push

github

web-flow
chore(deps): update dependency opa to v1.16.1 (main) (#5893)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [opa](https://redirect.github.com/open-policy-agent/opa) | minor |
`1.15.2` -> `1.16.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-policy-agent/opa (opa)</summary>

###
[`v1.16.1`](https://redirect.github.com/open-policy-agent/opa/blob/HEAD/CHANGELOG.md#1161)

This is a patch release addressing a regression
([#&#8203;8590](https://redirect.github.com/open-policy-agent/opa/pull/8590))
in the plugin manager that may cause the service to hang on shutdown.

###
[`v1.16.0`](https://redirect.github.com/open-policy-agent/opa/blob/HEAD/CHANGELOG.md#1160)

This release contains a mix of new features, performance improvements,
and bugfixes. Notably:

-   New `uri.parse` and `uri.is_valid` built-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
([#&#8203;8544](https://redirect.github.com/open-policy-agent/opa/pull/8544)).

##### New `uri.parse` and `uri.is_valid` built-in functions
([#&#8203;8263](https://redirect.github.com/open-policy-agent/opa/issues/8263))

Two new [built-in
functions](https://www.openpolicyagent.org/docs/policy-reference/builtins)
have been added: `uri.parse` for parsing a given URI, and `uri.is_valid`
for verifying the structure of a given URI.

##### uri.parse

Parses a URI and returns an object containing its components according
to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986.html). Empty
components are omitted.

```rego
package example

test_uri if {
	uri.parse("https://example.com:8080/api?q=1#top") == {
		"scheme"... (continued)

9727 of 12830 relevant lines covered (75.81%)

16.4 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
83.06
-0.98% internal/resources/providers/gcplib/inventory/provider.go
Jobs
ID Job ID Ran Files Coverage
1 25396301535.1 05 May 2026 07:16PM UTC 235
75.81
GitHub Action Run
Source Files on build 25396301535
  • Tree
  • List 235
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e6b4aaf2 on github
  • Prev Build on gh-readonly-queue/main/pr-5891-1715b640e07b0f3b932e62ac64ab35f3de8d4611 (#25395435848)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc