-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 [fix]: Bump patch version of k8s deps to address CVE-2023-44487 (#3665
) [fix]: Bump patch version of k8s deps to address CVE-2023-44487 This PR bumps the dependencies that address the CVE-2023-44487. For more details on the htt2 rapid reset CVE refer: https://nvd.nist.gov/vuln/detail/CVE-2023-44487 For more details on what these bumps contain, refer: 1. Controller-runtime 0.16.3: https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.16.3 2. Kubernetes 1.28.3: kubernetes/apimachinery@be91880 3. Kube-rbac-proxy 0.15.0: https://github.com/brancz/kube-rbac-proxy/releases/tag/v0.15.0 Signed-off-by: Varsha Prasad Narsing <[email protected]>
- Loading branch information
1 parent
8571238
commit 90c857e
Showing
78 changed files
with
190 additions
and
191 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ var ( | |
// the user. | ||
// | ||
// For more details, check Reconcile and its Result here: | ||
// - https://pkg.go.dev/sigs.k8s.io/[email protected].2/pkg/reconcile | ||
// - https://pkg.go.dev/sigs.k8s.io/[email protected].3/pkg/reconcile | ||
func (r *CronJobReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) { | ||
log := log.FromContext(ctx) | ||
|
||
|
Oops, something went wrong.