Skip to content

chore: use kafka-backup v0.15.6 by default#20

Merged
sionsmith merged 1 commit into
mainfrom
chore/default-kafka-backup-v0.15.6
May 17, 2026
Merged

chore: use kafka-backup v0.15.6 by default#20
sionsmith merged 1 commit into
mainfrom
chore/default-kafka-backup-v0.15.6

Conversation

@sionsmith

Copy link
Copy Markdown
Contributor

Summary

  • bump the Strimzi operator release metadata to 0.2.5
  • update the default backup/restore job image from osodevops/kafka-backup:v0.15.5 to osodevops/kafka-backup:v0.15.6
  • regenerate the CRDs so the spec.image descriptions show the new default

Why

Unlike kafka-backup-operator, this operator does not link kafka-backup-core directly. It creates Jobs/CronJobs that run the kafka-backup CLI image, so the core v0.15.6 fix is only picked up by default after this image bump.

Users can still override spec.image, but the default should point at the fixed CLI release.

Local verification

  • cargo check
  • cargo fmt --all -- --check
  • cargo test --all
  • cargo clippy --all-targets --all-features -- -D warnings
  • helm lint deploy/helm/strimzi-backup-operator
  • helm template test-release deploy/helm/strimzi-backup-operator >/tmp/strimzi-backup-operator-helm.yaml
  • scripts/release-gate.sh
  • cargo run --bin crdgen
  • verified generated CRDs match Helm CRDs

@sionsmith sionsmith merged commit 6b1c4e8 into main May 17, 2026
7 checks passed
@sionsmith sionsmith deleted the chore/default-kafka-backup-v0.15.6 branch June 3, 2026 05:57
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.

1 participant