fix(deps): update module github.com/open-policy-agent/opa to v1.12.3#1998
fix(deps): update module github.com/open-policy-agent/opa to v1.12.3#1998renovate[bot] wants to merge 2 commits intomainfrom
Conversation
|
Warning This PR is blocked from merging because a required semver label is missing. You'll need to add one before this PR can be merged. |
Dependency Review✅ No vulnerabilities or license issues found.Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1998 +/- ##
==========================================
+ Coverage 74.90% 74.94% +0.03%
==========================================
Files 777 777
Lines 71307 71307
==========================================
+ Hits 53413 53440 +27
+ Misses 14412 14388 -24
+ Partials 3482 3479 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
v1.12.2→v1.12.3Release Notes
open-policy-agent/opa (github.com/open-policy-agent/opa)
v1.12.3Compare Source
v1.12.3
This is a bug fix release addressing two issues:
Bundle polling is being misconfigured when discovery bundle is updated (#8215)
This is an issue where the polling interval for discovery (
discovery.polling.min_delay_secondsanddiscovery.polling.max_delay_seconds) were misinterpreted on reconfiguration, causing extremely long update intervals.Reported by @loganmiller-chime, authored by @sspaink
Decision log
sizebufferbuffer_size_limit_bytesmisconfigured during reconfiguration (#8213)This is a regression in the decision log, where the
decision_logs.reporting.buffer_size_limit_byteswas mistakenly assigned the value ofdecision_logs.reporting.upload_size_limit_bytesduring reconfiguration.This issue is only present when
decision_logs.reporting.buffer_typeis set tosize, which is the default value.Authored by @sspaink
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 is behind base branch, 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.