-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 kubernetes java client to 19.0.0 and docker-java to 3.3.4 #15449
update kubernetes java client to 19.0.0 and docker-java to 3.3.4 #15449
Conversation
.../kubernetes-extensions/src/main/java/org/apache/druid/k8s/discovery/DefaultK8sApiClient.java
Outdated
Show resolved
Hide resolved
.../kubernetes-extensions/src/main/java/org/apache/druid/k8s/discovery/DefaultK8sApiClient.java
Outdated
Show resolved
Hide resolved
.../kubernetes-extensions/src/main/java/org/apache/druid/k8s/discovery/DefaultK8sApiClient.java
Outdated
Show resolved
Hide resolved
The integration failure caused by the change of line 68: |
Given that the arguments are optional, I replaced the specific values with nulls. This let me stand up the cluster, now testing the change using ci/cd. |
Co-authored-by: Xavier Léauté <[email protected]>
Co-authored-by: Xavier Léauté <[email protected]>
Co-authored-by: Xavier Léauté <[email protected]>
…che#15449) Update of direct dependencies: * kubernetes java-client to 19.0.0 * docker-java-bom to 3.3.4 In order to update transitive dependencies: * okio to 3.6.0 * bcjava to 1.76 To address CVES: - CVE-2023-3635 in okio - CVE-2023-33201 in bcjava --------- Co-authored-by: Xavier Léauté <[email protected]>
…che#15449) Update of direct dependencies: * kubernetes java-client to 19.0.0 * docker-java-bom to 3.3.4 In order to update transitive dependencies: * okio to 3.6.0 * bcjava to 1.76 To address CVES: - CVE-2023-3635 in okio - CVE-2023-33201 in bcjava --------- Co-authored-by: Xavier Léauté <[email protected]>
…che#15449) Update of direct dependencies: * kubernetes java-client to 19.0.0 * docker-java-bom to 3.3.4 In order to update transitive dependencies: * okio to 3.6.0 * bcjava to 1.76 To address CVES: - CVE-2023-3635 in okio - CVE-2023-33201 in bcjava --------- Co-authored-by: Xavier Léauté <[email protected]>
Description:
Update of direct dependencies:
In order to update transitive dependencies:
To address CVES:
This PR has: