Skip to content
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

go get -t -u ./... && go mod tidy #994

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

bdunne
Copy link
Member

@bdunne bdunne commented Sep 26, 2023

@miq-bot
Copy link
Member

miq-bot commented Sep 26, 2023

Checked commit bdunne@03be4ff with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint
0 files checked, 0 offenses detected
Everything looks fine. 👍

"sigs.k8s.io/controller-runtime/pkg/healthz"
logf "sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/log/zap"
ctrlmetrics "sigs.k8s.io/controller-runtime/pkg/metrics/server"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that it really matter, but I would expect this to be next to the other new one sort of alphabetically?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, me too. Unfortunately the tooling keeps moving it down there 🤦🏻‍♂️

Comment on lines -74 to -77

replace github.com/gogo/protobuf v1.3.1 => github.com/gogo/protobuf v1.3.2 // Fix CVE-2021-3121

replace k8s.io/client-go v0.27.4 => k8s.io/client-go v0.28.0-rc.0 // https://github.com/kubernetes/client-go/issues/1265
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NICE! 😄

@Fryguy Fryguy merged commit 8be17ba into ManageIQ:master Sep 26, 2023
3 checks passed
@bdunne bdunne deleted the Update_dependencies branch September 26, 2023 18:07
@Fryguy
Copy link
Member

Fryguy commented Sep 27, 2023

Backported to quinteros in commit 421c69c.

commit 421c69cfa2c9d755838d17fe11846c2fdbf3e2a3
Author: Jason Frey <[email protected]>
Date:   Tue Sep 26 14:04:47 2023 -0400

    Merge pull request #994 from bdunne/Update_dependencies
    
    go get -t -u ./... && go mod tidy
    
    (cherry picked from commit 8be17ba6809ebca01deff7d6ec9f6a97ce8d8f9e)

Fryguy added a commit that referenced this pull request Sep 27, 2023
go get -t -u ./... && go mod tidy

(cherry picked from commit 8be17ba)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants