-
Notifications
You must be signed in to change notification settings - Fork 48
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
Bump deps #253
Bump deps #253
Conversation
Signed-off-by: Andy Goldstein <[email protected]>
Working on fixing go/bingo version issue |
42c5771
to
ffe62e2
Compare
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 we can delete the tools/scripts/fetch script and anything in the Makefile that references it and the tools directory.
I couldn't figure out where that was coming from ... glad you knew! Will fix |
Fixed in last commit |
Signed-off-by: Andy Goldstein <[email protected]>
Signed-off-by: Andy Goldstein <[email protected]>
Signed-off-by: Andy Goldstein <[email protected]>
It's no longer needed now that we're using bingo. Signed-off-by: Andy Goldstein <[email protected]>
c738039
By("configuring WATCH_NAMESPACE with the namespaces of the watched pods") | ||
ConfigureWatchNamespaces(&opts, log) |
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.
Was this dropped intentionally? Seems like we need to call it to make sure it correctly configures the options based on the env.
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.
Wasn't intentional
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.
Fixes #248