-
Notifications
You must be signed in to change notification settings - Fork 95
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
Support interop between v8 and v9+ #1016
Conversation
Agent configs are broken, but we never use it, so just backing this out for now.
I'll have to add additional debugging for this, I thought it was flakiness but it's consistently happening on the same step of the test but the test output doesn't actually show logs for any of the components. |
If you aren't able to run the tests locally (or it can be useful) quilkin/crates/agones/src/lib.rs Line 692 in 3392942
Is available to get logs and event data for groups of pods if you want to see what's happening behind the scenes. |
6fe4fb7
to
f893694
Compare
Build Succeeded 🥳 Build Id: 9736c134-fd74-4ec7-a6a4-2ccb6c9cf9d0 The following development images have been built, and will exist for the next 30 days: To build this version:
|
This enables v8 proxies and relays communicate with v9+ proxies and relays. I'm not sure why the version of quilkin gets bumped to a -dev version each release, as it means we can't just do a point release of this for 0.9 easily, but I'll leave that to others to figure out.