-
Notifications
You must be signed in to change notification settings - Fork 845
chore: bumping frameworks #4356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
chore: bumping frameworks #4356
Conversation
| github.com/onsi/gomega v1.38.3 | ||
| github.com/onsi/gomega v1.39.0 | ||
| github.com/open-policy-agent/cert-controller v0.14.1-0.20251031183427-40974f7dd486 | ||
| github.com/open-policy-agent/frameworks/constraint v0.0.0-20251217214254-e3880ce65b48 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace this with actual commit id when open-policy-agent/frameworks#667 is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates multiple framework and library dependencies used by Gatekeeper. The changes are a standard dependency version bump with no code modifications.
Changes:
- Kubernetes client libraries bumped from v0.34.3 to v0.35.0
- OPA (Open Policy Agent) updated from v1.10.0 to v1.12.3
- Multiple minor version updates to supporting libraries (OpenTelemetry, gRPC, protobuf, etc.)
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates direct and indirect dependency versions |
| go.sum | Updates checksums for all updated dependencies |
Signed-off-by: Jaydip Gabani <[email protected]>
f99d665 to
5fe4d05
Compare
- Update MustBaseEnvSet calls to use single argument (StrictCost now enabled by default in baseOpts) - Remove unused StrictCost constant from cel_snippets.go - Add Apply method to SubResourceNoopClient to implement updated client.SubResourceWriter interface - Regenerate constrainttemplate CRD from vendor Signed-off-by: Jaydip Gabani <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #4356 +/- ##
===========================================
- Coverage 54.49% 41.00% -13.50%
===========================================
Files 134 253 +119
Lines 12329 17856 +5527
===========================================
+ Hits 6719 7322 +603
- Misses 5116 9889 +4773
- Partials 494 645 +151
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Jaydip Gabani <[email protected]>
Signed-off-by: Jaydip Gabani <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when the PR gets merged):Fixes #
Special notes for your reviewer: