Skip to content

chore: Bump kube and k8s-openapi as well as other crates#1224

Open
sbernauer wants to merge 4 commits into
mainfrom
chore/bumps-2026-06-17
Open

chore: Bump kube and k8s-openapi as well as other crates#1224
sbernauer wants to merge 4 commits into
mainfrom
chore/bumps-2026-06-17

Conversation

@sbernauer

@sbernauer sbernauer commented Jun 17, 2026

Copy link
Copy Markdown
Member

Description

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

  • Changes are OpenShift compatible
  • CRD changes approved
  • CRD documentation for all fields, following the style guide.
  • Integration tests passed (for non trivial changes)
  • Changes need to be "offline" compatible

Reviewer

  • Code contains useful comments
  • Code contains useful logging statements
  • (Integration-)Test cases added
  • Documentation added or updated. Follows the style guide.
  • Changelog updated
  • Cargo.toml only contains references to git tags (not specific commits or branches)

Acceptance

  • Feature Tracker has been updated
  • Proper release label has been added

@sbernauer sbernauer self-assigned this Jun 17, 2026
@sbernauer sbernauer moved this to Development: Waiting for Review in Stackable Engineering Jun 17, 2026
@sbernauer sbernauer requested a review from a team June 17, 2026 11:54

if let Err(err) = recorder
.publish(&error_to_event(error), &obj.clone().into())
.publish(&error_to_event(error), &(*obj.clone()).into())

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Curious what happened there. I assume a type change.

### Changed

- BREAKING: Use `serde_json::Value` instead of `String` for user-provided JSON `configOverrides`. This change is marked as breaking, as it causes a breaking change to the CRDs ([#1206]).
- BREAKING: Bump to kube `4.0.0`, k8s-openapi `0.28.0` and enable the Kubernetes 1.36 feature ([#1224]).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do we need to 😅?
Have we tried it on some of our CRDs to see what changes this time?

@NickLarsenNZ NickLarsenNZ left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, but I am wary about the kube-rs update (it brings back some traumas of past bumps :/)

@NickLarsenNZ NickLarsenNZ moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: In Review

Development

Successfully merging this pull request may close these issues.

2 participants