Helm upgrade to v3.11.1 for CVE-2023-25165#2933
Helm upgrade to v3.11.1 for CVE-2023-25165#2933openshift-merge-robot merged 5 commits intooperator-framework:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
Updatate go.mod, go.sum, and vendor directory. Signed-off-by: Todd Short <todd.short@me.com>
55c50bc to
2ffe592
Compare
Plus some manual edits. Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Todd Short <todd.short@me.com>
Status is now updated using SubResource methods and options Signed-off-by: Todd Short <todd.short@me.com>
m1kola
left a comment
There was a problem hiding this comment.
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.
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.
True. go fmt ./... did that particular change; not me! :)
There was a problem hiding this comment.
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.
|
[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 DetailsNeeds 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