Skip to content

chore(deps): bump io.fabric8.kubernetes-client from 7.8.0 to 7.9.0 - #1068

Open
ibuziuk wants to merge 1 commit into
mainfrom
che-23943
Open

ibuziuk wants to merge 1 commit into
mainfrom
che-23943

Conversation

@ibuziuk

@ibuziuk ibuziuk commented Sep 18, 2026

Copy link
Copy Markdown
Member

Upgrade Fabric8 Kubernetes client to 7.9.0, which adds Kubernetes 1.37 model support and fixes WebSocket handling in the optional Vert.x 5 and Jetty transports.

7.9.0 adds a bindMountOptions field to VolumeMount, changing its canonical constructor signature. Replace the two positional new VolumeMount(...) call sites with VolumeMountBuilder so they are not coupled to the generated constructor arity.

Fixes eclipse-che/che#23943

What does this PR do?

Screenshot/screencast of this PR

What issues does this PR fix or reference?

How to test this PR?

PR Checklist

As the author of this Pull Request I made sure that:

Release Notes

Reviewers

Reviewers, please comment how you tested the PR when approving it.

@openshift-ci

openshift-ci Bot commented Sep 18, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ibuziuk

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ibuziuk ibuziuk left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vinokurig @svor afaik java changes are actually dead code - wsplugins / jwtproxy are legacy, and we should probably have an issue for cleanup

Upgrade Fabric8 Kubernetes client to 7.9.0, which adds Kubernetes 1.37
model support and fixes WebSocket handling in the optional Vert.x 5 and
Jetty transports.

7.9.0 adds a `bindMountOptions` field to `VolumeMount`, changing its
canonical constructor signature. Replace the two positional
`new VolumeMount(...)` call sites with `VolumeMountBuilder` so they are
not coupled to the generated constructor arity.

Fixes eclipse-che/che#23943

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Docker image build succeeded: quay.io/eclipse/che-server:pr-1068

kubectl patch command
kubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/cheServer/deployment", "value": {containers: [{image: "quay.io/eclipse/che-server:pr-1068", name: che}]}}]"

@svor

svor commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

/retest

@openshift-ci

openshift-ci Bot commented Sep 21, 2026

Copy link
Copy Markdown

@ibuziuk: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/v19-gitlab-with-oauth-setup-flow dc298f2 link true /test v19-gitlab-with-oauth-setup-flow
ci/prow/v19-gitlab-with-pat-setup-flow dc298f2 link true /test v19-gitlab-with-pat-setup-flow
ci/prow/v19-gitlab-no-pat-oauth-flow-raw-devfile-url dc298f2 link true /test v19-gitlab-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-github-no-pat-oauth-flow-ssh-url dc298f2 link true /test v19-github-no-pat-oauth-flow-ssh-url
ci/prow/v19-bitbucket-no-pat-oauth-flow-raw-devfile-url dc298f2 link true /test v19-bitbucket-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-github-no-pat-oauth-flow dc298f2 link true /test v19-github-no-pat-oauth-flow
ci/prow/v19-azure-no-pat-oauth-flow dc298f2 link true /test v19-azure-no-pat-oauth-flow
ci/prow/v19-che-smoke-test dc298f2 link true /test v19-che-smoke-test
ci/prow/v19-gitea-no-pat-oauth-flow dc298f2 link true /test v19-gitea-no-pat-oauth-flow
ci/prow/v19-bitbucket-no-pat-oauth-flow dc298f2 link true /test v19-bitbucket-no-pat-oauth-flow
ci/prow/v19-github-no-pat-oauth-flow-raw-devfile-url dc298f2 link true /test v19-github-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-gitlab-no-pat-oauth-flow-ssh-url dc298f2 link true /test v19-gitlab-no-pat-oauth-flow-ssh-url
ci/prow/v19-gitlab-no-pat-oauth-flow dc298f2 link true /test v19-gitlab-no-pat-oauth-flow
ci/prow/v19-azure-with-pat-setup-flow dc298f2 link true /test v19-azure-with-pat-setup-flow

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[che-server] Fabric8 Kubernetes Client 7.9.0

2 participants