-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport of [NET-9097, NET-8174] Upgrade controller-runtime into rele…
…ase/1.2.x (#3967) * Backport of [NET-9097, NET-8174] Upgrade controller-runtime into release/1.4.x (#3969) * [NET-9097, NET-8174] Upgrade controller-runtime (#3935) * Consume controller-runtime v0.16.3 This is the version required by gateway-api v1.0.0, which will be consumed in a future PR * Reconcile breaking changes in controller-runtime * Fix linter errors * gofmt * Update controller tests to handle new fake client requirements * Update test assertion to handle changes in controller-runtime * Restore incorrectly-removed flags * Use a proper delete on the fake client since DeletionTimestamp is immutable * Update enterprise tests to specify status subresources * Update controller-runtime dependency for acceptance tests * Explicitly inject decoder into webhooks * Appease the linter * Use SetupWithManager pattern from controllers for webhook setup * Consume consistent version of k8s.io/client-go everywhere * Upgrade related dependencies for CLI, including helm/v3 * Consume latest release of helm/v3 * changelog * Inline function calls for testing * Consume controller-runtime v0.16.5 --------- * Update uses of controller-runtime func that was removed Co-Authored-By: Nathan Coleman <nathan.coleman@hashicorp.com> * Restore toolchain version for acceptance module * Restore toolchain version for cli module Co-Authored-By: Nathan Coleman <nathan.coleman@hashicorp.com>
- Loading branch information
1 parent
f263ba2
commit 1310f84
Showing
39 changed files
with
671 additions
and
1,414 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
```release-note:security | ||
Upgrade `helm/v3` to 3.14.4. This resolves the following security vulnerabilities: | ||
[CVE-2024-25620](https://osv.dev/vulnerability/CVE-2024-25620) | ||
[CVE-2024-26147](https://osv.dev/vulnerability/CVE-2024-26147) | ||
``` |
This file contains 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
This file contains 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
Oops, something went wrong.