-
Notifications
You must be signed in to change notification settings - Fork 98
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
Update dependencies #670
Update dependencies #670
Conversation
e5c394a
to
ada5e41
Compare
@markmandel It seems that using workspace dependencies breaks some assumptions in the Makefile. It would be nice if we could add support for it, as it simplifies dependency management greatly. |
Oh yeah, it really does. Lemme take a look, I'm sure I can fix it. |
base64 = "0.13.0" | ||
k8s-openapi = { version = "0.16.0", features = ["v1_22"] } | ||
kube = { version = "0.76.0", features = ["runtime", "derive"] } | ||
base64.workspace = true |
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.
Oh this is dope. This makes things far less brittle.
There is no easy / cross platform way to get at the local crate's version, so we are doing some grepping, since we can assume grep is installed on local machines. This change makes the grep pipeline less brittle by looking for the `name="quilkin"` block first before grepping for the version details. Unblocks googleforgames#670
There is no easy / cross platform way to get at the local crate's version, so we are doing some grepping, since we can assume grep is installed on local machines. This change makes the grep pipeline less brittle by looking for the `name="quilkin"` block first before grepping for the version details. Unblocks #670
I saw the same thing when I tried to move the |
Co-authored-by: Mark Mandel <markmandel@google.com>
Just gently bumping this - the two items above should make this good to merge. Once this is done, I'll cut a 0.5.0 release 👍🏻 |
Co-authored-by: Mark Mandel <markmandel@google.com>
Co-authored-by: Mark Mandel <markmandel@google.com>
@markmandel Sorry, got lost in the shuffle, but also for changes like that, that are a definite improvement to the PR, you're more than welcome to commit the edits directly without needing my approval. 🙂 |
Build Succeeded 🥳 Build Id: 59297cf5-2c24-4954-b0e1-2b8182ed3240 The following development images have been built, and will exist for the next 30 days: To build this version:
|
No description provided.