Infra: Bump RustFS to 1.0.0 - #4013
Merged
Merged
Conversation
RustFS 1.0.0 is the stable release and includes the vhost domain port matching fix, so RUSTFS_SERVER_DOMAINS no longer needs the port. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
3 tasks
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The reviewed changes are focused, tested, and have no unresolved blocking issues.
Review effort: Lite
Findings: None
What changed in this PR
Updates the development and integration Docker Compose setups to RustFS 1.0.0 and removes the obsolete port workaround.
Changes:
- Bumps RustFS from
1.0.0-rc.5to1.0.0. - Simplifies
RUSTFS_SERVER_DOMAINSfor virtual-hosted S3 requests.
| File | Description |
|---|---|
dev/docker-compose.yml |
Updates the RustFS image tag. |
dev/docker-compose-integration.yml |
Updates the image and removes the obsolete domain-port workaround. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Fokko
approved these changes
Sep 24, 2026
kevinjqliu
enabled auto-merge
September 24, 2026 19:29
Contributor
Author
|
ty @Fokko and i love this merge queue thing 😄 |
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.
Rationale for this change
Bumps the RustFS object store used by the dev/integration Docker Compose setup from
1.0.0-rc.5to the stable RustFS 1.0.0 release.1.0.0 includes RustFS fix for vhost domain port matching, so the
:9000workaround inRUSTFS_SERVER_DOMAINSis dropped (object-store:9000→object-store) along with the related comment.Part of the per-repo RustFS 1.0.0 pin tracking in the Iceberg RustFS umbrella issue.
Are these changes tested?
Tested locally with
dev/docker-compose-integration.yml(object-store+rest, host ports remapped to avoid local conflicts):addressing_style=virtual→PUT http://warehouse.object-store:9000/...succeeded and the object landed in thewarehousebucket.S3FileIO, virtual-hosted style) create table + append + scan round trip succeeded (3 rows, 1 snapshot, metadata and data files written).Are there any user-facing changes?
No.
AI Disclosure: Assisted by GitHub Copilot.