Skip to content

v0.4.10

Choose a tag to compare

@github-actions github-actions released this 15 May 14:36
dcf9e6b

Features

  • Drop COSI sidecar; operator reconciles Bucket/BucketAccess natively in #163 by @rajsinghtech
    • The upstream objectstorage-sidecar container is no longer deployed.
    • Bucket and BucketAccess reconciliation now lives in the operator as native controller-runtime reconcilers.
    • v1alpha2 per-claim AccessMode is plumbed end-to-end so a single BucketAccess can grant mixed RW/RO across buckets.
    • Upgrade note (COSI users): reinstall the cluster-wide COSI controller pinned to bf23a024 per the updated README — the prior 149b052f ref bundled a controller image built before the upstream bucketClaimbucketClaimRef JSON field rename and would reject Bucket creation. Non-COSI deployments need no action.

Bug Fixes