-
Notifications
You must be signed in to change notification settings - Fork 33
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
java control plane 1.0.45 #422
Conversation
71dd46a
to
ffc1ac0
Compare
@@ -39,7 +39,7 @@ class EnvoyContainer( | |||
private const val ADMIN_PORT = 10000 | |||
|
|||
private const val MIN_SUPPORTED_ENVOY_VERSION = "v1.22.7" |
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.
is it still 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.
this version was there since first time introducing it into the repo - I don't know what was the logic behind setting it and I don't see anything in java-control-plane
about compatibility
Have you tested it on dev environement? |
ffc1ac0
to
65c4f01
Compare
65c4f01
to
1fc756d
Compare
same update with SimpleCache removed in this PR
SimpleCache is a class that was copied from java-control-plane to add some custom logic - this logic is now in java-control-plane, but for safety I am leaving it in separate PR.