-
Notifications
You must be signed in to change notification settings - Fork 1
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
build(deps): update to ginkgo v2 #16
base: master
Are you sure you want to change the base?
Conversation
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.
looks like there's a few other failures with some of the dep updates
@@ -7,77 +7,80 @@ require ( | |||
github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344 |
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.
side note: should we update the module name to be?
module github.com/mesosphere/kubefed
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 see no harm in doing that (apart from all the refactoring thats needed in kommander repo) but also, there is no real upside (aesthetics aside). we want to get rid of kubefed eventually anyway so maybe this is fine 🙈
f91de42
to
93e86c2
Compare
Signed-off-by: Tarun Gupta Akirala <[email protected]>
Signed-off-by: Tarun Gupta Akirala <[email protected]>
Signed-off-by: Tarun Gupta Akirala <[email protected]>
Signed-off-by: Tarun Gupta Akirala <[email protected]>
I bumped controller runtime in #17 and this change is no longer urgent, i am shelving this PR for future use if/when we have the need to bump ginkgo. |
What this PR does / why we need it:
Bumps ginkgo to v2 and also uses 1.27.x for kind node images Depends on #17
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer: