Skip to content

chore(tracking): Update Rust dependencies of operators before SDP Release 25.7.0 #725

@NickLarsenNZ

Description

@NickLarsenNZ

Pre-Release Operator Rust Updates

Part of #722

Tip

Create branches with predictable names so the links below work. Remember
to replace 25.7.0 with the appropriate release version:

git stash -m "unsaved work"
git fetch origin
git checkout -b chore/bump-rust-deps-pre-25.7.0 origin/main

Then use the links below to automatically create applicable PRs for each operator
using the PR template.

Bump op-rs to latest version

This will (most likely) require code changes and updates to the operator cluster rules.

Due to the addition of automatic cluster domain detection, all operator cluster roles now require GET access to the kubelet API:

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  name: operator-cluster-role
rules:
...
  # For automatic cluster domain detection
  - apiGroups:
      - ""
    resources:
      - nodes/proxy
    verbs:
      - get
...

Operator Rust Updates

Replace the items in the task list below with the applicable Pull Requests.

Metadata

Metadata

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions