You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 bucketClaim → bucketClaimRef JSON field rename and would reject Bucket creation. Non-COSI deployments need no action.
Bug Fixes
propagate paths[].volume config to data PVC template by @rajsinghtech
update module google.golang.org/grpc to v1.81.1 (#161) in #161 by @renovate[bot]