Prepare release v0.3.0 - #90
Merged
Merged
Conversation
George Gaál (gecube)
left a comment
Collaborator
There was a problem hiding this comment.
Change the name from "preapare" to "prepare" - more: my browser is correcting it automatically
George Gaál (gecube)
approved these changes
Apr 18, 2024
Member
Author
|
George Gaál (@gecube) nice catch, corrected, thank you! 😀 |
Aleksei Sviridkin (lexfrei)
added a commit
that referenced
this pull request
Mar 23, 2026
Update COSI controller/sidecar from commit c2f6e65 to v0.2.2 (f75d475) and remove two patches that have been merged upstream: - 89-reconciliation.diff: fix reconciliation logic for existing and deleted objects (PR #89) - 90-bucket-name.diff: prefix bucket names with bucket- using UID only (PR #90) Both patches were contributed by kvaps and included in the upstream v0.2.2 release (2025-12-08). Also remove git from Dockerfile dependencies as it was only needed for applying patches. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
Kirill Ilin (sircthulhu)
added a commit
that referenced
this pull request
Mar 26, 2026
…2261) ## What this PR does Update COSI controller/sidecar from commit `c2f6e65` to upstream release `v0.2.2` and remove two patches that have been merged: - `89-reconciliation.diff` — fix reconciliation logic for existing and deleted objects (upstream PR #89) - `90-bucket-name.diff` — prefix bucket names with `bucket-` using UID only (upstream PR #90) Both were contributed by kvaps and included in the v0.2.2 release (2025-12-08). Also removes `git` from Dockerfile dependencies as it was only needed for applying patches. Note: `make image` needs to be run to rebuild the container image and update `values.yaml` with the new tag/digest. ### Release note ```release-note [objectstorage-controller] Update to v0.2.2, drop upstreamed patches ``` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Refactor** * Updated object storage controller build configuration to streamline upstream component retrieval and image build process. * Modified resource deletion handling so deletion flows are centralized and consistently enforced across create/update events. * Changed bucket naming scheme—buckets will no longer include the bucket class name in their identifier and follow the simplified naming pattern. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
link cozystack/website#13