Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update docker.io/openpolicyagent/opa Docker tag to v0.67.1 #269

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/openpolicyagent/opa minor 0.66.0-debug -> 0.67.1-debug

Release Notes

open-policy-agent/opa (docker.io/openpolicyagent/opa)

v0.67.1

Compare Source

This is a bug fix release addressing the following issue:

  • util+server: Fix bug around chunked request handling (#​6906) authored by @​philipaconrad, reported by @​David-Wobrock. A request handling bug was introduced in (#​6868), which caused OPA to treat all incoming chunked requests as if they had zero-length request bodies.

v0.67.0

Compare Source

This release contains a mix of features, a new builtin function (strings.count), performance improvements, and bugfixes.

Breaking Change
Request Body Size Limits

OPA now automatically rejects very large requests (#​6868) authored by @​philipaconrad.
Requests with a Content-Length larger than 128 MB uncompressed, and gzipped requests with payloads that decompress to
larger than 256 MB will be rejected, as part of hardening OPA against denial-of-service attacks. Previously, a large
enough request could cause an OPA instance to run out of memory in low-memory sidecar deployment scenarios, just from
attempting to read the request body into memory.

These changes allow improvements in memory usage for the OPA HTTP server, and help OPA deployments avoid some accidental out-of-memory situations.

For most users, no changes will be needed to continue using OPA. However, to control this behavior, two new configuration
keys are available: server.decoding.max_length and server.decoding.gzip.max_length. These control the max size in
bytes to allow for an incoming request payload, and the maximum size in bytes to allow for a decompressed gzip request payload, respectively.

Here's an example OPA configuration using the new keys:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 26, 2024 00:49
@renovate renovate bot requested review from thijslemmens and NielsCW July 26, 2024 00:49
@renovate renovate bot force-pushed the renovate/docker.io-openpolicyagent-opa-0.x branch 2 times, most recently from f015741 to d5cdbc3 Compare July 30, 2024 11:13
@renovate renovate bot force-pushed the renovate/docker.io-openpolicyagent-opa-0.x branch from d5cdbc3 to c292d57 Compare August 5, 2024 19:33
@renovate renovate bot changed the title Update docker.io/openpolicyagent/opa Docker tag to v0.67.0 Update docker.io/openpolicyagent/opa Docker tag to v0.67.1 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/docker.io-openpolicyagent-opa-0.x branch 2 times, most recently from f78cf77 to 94bf6a7 Compare August 12, 2024 08:35
@renovate renovate bot force-pushed the renovate/docker.io-openpolicyagent-opa-0.x branch 2 times, most recently from e02213c to 8b4b7c8 Compare August 20, 2024 13:57
@vierbergenlars vierbergenlars force-pushed the renovate/docker.io-openpolicyagent-opa-0.x branch from 8b4b7c8 to cf855ff Compare August 20, 2024 15:11
@renovate renovate bot force-pushed the renovate/docker.io-openpolicyagent-opa-0.x branch from cf855ff to 2c13ac7 Compare August 20, 2024 15:12
@renovate renovate bot force-pushed the renovate/docker.io-openpolicyagent-opa-0.x branch from 2c13ac7 to e0c637f Compare August 20, 2024 15:18
@vierbergenlars vierbergenlars merged commit d272ccd into main Aug 20, 2024
3 checks passed
@vierbergenlars vierbergenlars deleted the renovate/docker.io-openpolicyagent-opa-0.x branch August 20, 2024 15:23
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant