-
Notifications
You must be signed in to change notification settings - Fork 551
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
Helm upgrade to v3.11.1 for CVE-2023-25165 #2933
Helm upgrade to v3.11.1 for CVE-2023-25165 #2933
Conversation
Skipping CI for Draft Pull Request. |
Updatate go.mod, go.sum, and vendor directory. Signed-off-by: Todd Short <[email protected]>
55c50bc
to
2ffe592
Compare
Plus some manual edits. Signed-off-by: Todd Short <[email protected]>
Signed-off-by: Todd Short <[email protected]>
Signed-off-by: Todd Short <[email protected]>
Status is now updated using SubResource methods and options Signed-off-by: Todd Short <[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.
/lgtm
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.
One one minor comment about a code block in godoc. Otherwise looks good.
/lgtm
// plan := &InstallPlan{} | ||
// plan.SetNamespace("ns") | ||
// plan.SetName("install-123def") | ||
// Eventually(c.Apply(plan, func(p *v1alpha1.InstallPlan) error { | ||
// p.Spec.Approved = true | ||
// return nil | ||
// })).Should(Succeed()) | ||
// | ||
// Eventually(c.Apply(plan, func(p *v1alpha1.InstallPlan) error { | ||
// p.Spec.Approved = true | ||
// return nil | ||
// })).Should(Succeed()) |
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.
Might want to make the whole code block indented. See Go Doc Comments: Code blocks.
// plan := &InstallPlan{}
// plan.SetNamespace("ns")
// plan.SetName("install-123def")
// Eventually(c.Apply(plan, func(p *v1alpha1.InstallPlan) error {
// p.Spec.Approved = true
// return nil
// })).Should(Succeed())
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.
True. go fmt ./...
did that particular change; not me! :)
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.
I know. go fmt
makes assumptions and changes stuff, but not intelegent and breaks code blocks sometimes.
go fmt
will be happy with the formatting I suggested.
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.
/approve
Looks good to me, nice work @tmshort
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ankitathomas, awgreene, m1kola, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description of the change:
Update helm to v3.11.1, this necessitates additional upgrades (e.g. to kube 1.26 APIs).
Motivation for the change:
CVE-2023-25165
Architectural changes:
None.
Testing remarks:
Reviewer Checklist
/doc
[FLAKE]
are truly flaky and have an issue