chore(deps): update docker.io/openpolicyagent/opa docker tag to v1.13.1#3634
Merged
jbonofre merged 1 commit intoapache:mainfrom Feb 2, 2026
Merged
Conversation
jbonofre
approved these changes
Feb 1, 2026
sungwy
pushed a commit
to sungwy/polaris
that referenced
this pull request
Feb 7, 2026
snazy
added a commit
to snazy/polaris
that referenced
this pull request
Feb 11, 2026
* Fix PolarisEventListener javadoc (apache#3607) * Adjust javadoc to reference available methods. * Guides: add mandatory `curl` `--fail` option (apache#3610) `curl` does _not_ return an error code when the URL can be retrieved but returns an error HTTP status code, for example 404, 403, 401. This means that the health checks are yieldíng "OK" too early. This change adds the missing `--fail` option. * Guides: compose dependencies / long-option (apache#3611) Docker compose's "short" `depends_on` syntax (just mentioning the dependent service) does not assert on the expected condition (`service_healthy` or `service_completed_successfully`). This can lead to services being started too early, although their dependencies are not in the expected state. This change updates the affected parts to use the "long" syntax. * fix(deps): update dependency com.google.cloud:google-cloud-iamcredentials to v2.83.0 (apache#3635) * chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker tag to v1.24-2.1769595317 (apache#3631) * fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13.1.0 (apache#3637) * chore(deps): update amazon/aws-cli docker tag to v2.33.12 (apache#3638) * fix(deps): update dependency com.azure:azure-sdk-bom to v1.3.4 (apache#3633) * fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.27 (apache#3632) * chore(deps): update docker.io/openpolicyagent/opa docker tag to v1.13.1 (apache#3634) * CI: Fix site workflow concurrency (apache#3642) * Last merged commit 384be9e --------- Co-authored-by: Dmitri Bourlatchkov <[email protected]> Co-authored-by: Mend Renovate <[email protected]>
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.
This PR contains the following updates:
1.12.3→1.13.1Release Notes
open-policy-agent/opa (docker.io/openpolicyagent/opa)
v1.13.1Compare Source
This bug fix release addresses an issue found in the new
array.flattenbuilt-in functionarray.flattenhandling of single item arrays (#8273) (#8272) authored by @anderseknert
v1.13.0Compare Source
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
immediateupload trigger modearray.flattenbuilt-in functionImmediate Upload Trigger Mode in Decision Logger (#8110)
An
immediatetrigger mode has been added to the Decision Logger; enabled by setting thedecision_logs.reporting.triggerconfiguration option toimmediate.When enabled, log events are pushed to the log service as soon as the configured upload chunk size criteria is met; or, at latest, when the configured upload delay is reached.
Authored by @sspaink
Runtime, SDK, Tooling
fmtwithout changes (#8222) authored by @Loic-Rnil*Profilershould not reportEnabled()(#8256) authored by @anderseknertCompiler, Topdown and Rego
Body.String()doesn't panic on empty body (#8244) authored by @srenatusarray.flattenbuilt-in function (#8226) authored by @anderseknertnumbers.range_stepbuilt-in could erroneously returnundefinedvalue (#8194) authored by @thevilledevstrings.render_templatebuilt-in (#7931) authored by @colinjlacy reported by @anderseknertregex.replacebuilt-in (#8179) authored by @srenatusfrom having been reverted in v1.12.1
json.match_schema(#6615) authored by @sspaink reported by @mscudlikPerformance
Ref.String()(#8202) authored by @anderseknertIsVarCompatibleString(#8164) authored by @anderseknertSet.IntersectandSet.Diff(#8167) authored by @thevilledevSet.Union(#8172) authored by @thevilledevExpr.MarshalJSON(#8204) authored by @thevilledevRule.MarshalJSON(#8205) authored by @thevilledevTerm.MarshalJSON(#8200) authored by @thevilledevWith.MarshalJSON(#8206) authored by @thevilledevString()implementations using appenders (#8192) authored by @anderseknertarray.reverse(#8177) authored by @thevilledevjson.removeandjson.filter(#8193) authored by @thevilledevobjectbuilt-ins (#8175) authored by @thevilledevunionbuilt-in (#8173) authored by @thevilledevgetObjectKeysParam(#8176) authored by @thevilledevDocs, Website, Ecosystem
Miscellaneous
pr_check.regowithopa fmt(#8201) authored by @thevilledevgo getagainstmainto spot redacted (#8146) authored by @charlieegan3go.yaml.in/yaml/v3yaml library (#8182) authored by @mruegbecause of redaction warning
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.