Zhengchao An and GitHub
f67e8a6cdc
chore(release): prepare 1.0.0-beta.10 ( #4946 )
2026-07-17 10:57:58 +08:00
Zhengchao An and GitHub
fedc37c834
docs(operations): add drive timeout tuning guide for slow storage ( #4944 )
...
Issue #4810 's production incident showed the drive timeout knobs are
undiscoverable from symptoms: a listing that outruns the walk budget
gives operators no signal pointing at RUSTFS_DRIVE_* tuning. The knobs
existed only as code constants in crates/config/src/constants/drive.rs
with no operator-facing documentation.
Add docs/operations/drive-timeout-tuning.md covering the per-operation
drive timeout knobs, resolution precedence, the high_latency profile,
and a dedicated section on listing truncation and the walk stall
budget - including the correction that since the stall-budget rework
the foreground listing path is governed by
RUSTFS_DRIVE_WALKDIR_STALL_TIMEOUT_SECS, not the total-timeout knob
the issue suggested. Link the guide from the README.
Ref #4810
2026-07-17 10:34:16 +08:00
75c3403dcc
chore(release): prepare 1.0.0-beta.10-preview.4 ( #4908 )
...
Co-authored-by: heihutu <[email protected] >
2026-07-16 14:08:34 +00:00
07e643cac2
chore(release): prepare 1.0.0-beta.10-preview.1 ( #4898 )
...
Co-authored-by: heihutu <[email protected] >
2026-07-16 15:24:30 +08:00
83fe12d6aa
chore(release): prepare 1.0.0-beta.9 ( #4807 )
...
* chore(release): prepare 1.0.0-beta.9
Co-Authored-By: heihutu <[email protected] >
* chore(release): align release assets for 1.0.0-beta.9
Co-Authored-By: heihutu <[email protected] >
---------
Co-authored-by: heihutu <[email protected] >
2026-07-15 09:03:21 +08:00
a2ec13ab04
fix(otel): fix container unhealty issue caused by healthy check ( #4145 )
...
* fix: fix container unhealty issue caused by healthy check
* update readme file
---------
Co-authored-by: houseme <[email protected] >
2026-07-01 21:56:26 +08:00
Zhengchao An and GitHub
7ae9697d42
docs: close final architecture audit gaps ( #3966 )
2026-06-28 00:07:42 +08:00
49c0f13120
Update podman instructions in README ( #3479 )
...
Added correct volume mounting option in rootless podman command.
Signed-off-by: Hamza <[email protected] >
Co-authored-by: houseme <[email protected] >
2026-06-15 19:18:17 +08:00
0d16a86d9a
docs(scanner): add benchmark runbook ( #3412 )
...
Co-authored-by: Henry Guo <[email protected] >
2026-06-13 22:39:13 +08:00
7191a3abae
docs(scanner): document runtime scanner controls ( #3339 )
...
* docs(scanner): document runtime scanner controls
* docs(scanner): split English and Chinese README
---------
Co-authored-by: Henry Guo <[email protected] >
Co-authored-by: majinghe <[email protected] >
2026-06-11 12:04:34 +08:00
houseme and GitHub
68400933b5
chore(release): prepare 1.0.0-beta.8 ( #3317 )
...
* chore(release): prepare 1.0.0-beta.8
* chore(release): align release assets for 1.0.0-beta.8
2026-06-10 04:34:39 +00:00
dd5e2c8ae9
docs(docker): clarify bind mount permission setup ( #3248 )
...
Co-authored-by: houseme <[email protected] >
2026-06-07 09:33:24 +08:00
houseme and GitHub
66b8699927
chore(release): prepare 1.0.0-beta.7 ( #3184 )
...
* chore(release): prepare 1.0.0-beta.7
* chore(release): align release assets for 1.0.0-beta.7
2026-06-03 04:18:50 +00:00
houseme and GitHub
28bac7fbd6
chore(release): prepare 1.0.0-beta.6 ( #3104 )
...
* chore(release): prepare 1.0.0-beta.6
* ci(nix): harden flaky crate fetch handling
* ci(nix): drop magic cache and force fallback
* ci(nix): set explicit user-agent for crate fetch
* ci(nix): adopt determinate nix workflow stack
* ci(nix): add nix user-agent suffix for fetches
* ci(nix): add flakehub cache and align determinate actions
* ci(nix): pin determinate actions to release tags
* ci(nix): disable flakehub auth path in CI cache
* ci(nix): restore stable magic cache baseline
* ci(nix): trust local magic cache substituter
* ci(nix): stop forcing Node24 for JS actions
* ci(nix): drop manual localhost cache config
* ci(nix): adopt latest determinate flakehub stack
* ci(nix): record latest determinate workflow state
2026-05-28 09:21:16 +00:00
cxymds and GitHub
527faad575
docs(readme): add Discord community links ( #3103 )
2026-05-28 12:22:17 +08:00
houseme and GitHub
b2dfdf85de
chore(release): prepare 1.0.0-beta.4 ( #3032 )
...
* chore(release): prepare 1.0.0-beta.4
* docs(skill): refine rustfs spec changelog rule
* docs(skill): optimize rustfs release bump workflow
2026-05-20 13:56:43 +00:00
houseme and GitHub
bdb98598d2
chore(release): prepare 1.0.0-beta.3 ( #2957 )
2026-05-14 04:27:26 +00:00
安正超 and GitHub
4728abcff1
fix(security): document unsafe and TLS overrides ( #2835 )
2026-05-06 15:09:02 +00:00
houseme and GitHub
e19b0dd997
fix(notify): improve webhook target diagnostics for env setup ( #2810 )
2026-05-06 00:28:46 +00:00
d447da75c1
chore: update version from alpha to beta ( #2720 )
...
Co-authored-by: houseme <[email protected] >
2026-04-28 23:08:10 +00:00
16b9189e9b
feat(oidc): add roles_claim and jwt:roles policy support ( #2509 )
...
Co-authored-by: GatewayJ <8352692332qq.com>
Co-authored-by: houseme <[email protected] >
Co-authored-by: loverustfs <[email protected] >
2026-04-15 09:30:24 +08:00
Liam Beckman and GitHub
711aab73c3
docs: Minor formatting clean up in README.md ( #2523 )
...
Signed-off-by: Liam Beckman <[email protected] >
2026-04-14 08:29:33 +08:00
2bf4b14394
docs(readme): fix inconsistent startup instructions ( #2465 )
...
Co-authored-by: Claude Sonnet 4.6 <[email protected] >
2026-04-10 10:28:01 +08:00
6bf0c542a1
docs: add x-cmd and nix installation options ( #2306 )
...
Co-authored-by: 安正超 <[email protected] >
Co-authored-by: houseme <[email protected] >
2026-03-30 22:05:46 +08:00
loverustfs and GitHub
a02c354ef5
Fix image url error
...
Fix image url error
Signed-off-by: loverustfs <[email protected] >
2026-03-08 23:39:50 +08:00
b07383760f
Add OpenStack Swift API Support ( #2066 )
...
Co-authored-by: houseme <[email protected] >
Co-authored-by: Copilot <[email protected] >
2026-03-08 01:11:35 +08:00
安正超 and GitHub
212b7ae8e1
Update logo image link in README.md ( #2004 )
...
Signed-off-by: 安正超 <[email protected] >
2026-02-28 16:29:11 +08:00
b69183aadf
Openstack Keystone integration - v1 keeps the same mechanism as ( #1961 )
...
Co-authored-by: loverustfs <[email protected] >
Co-authored-by: 安正超 <[email protected] >
2026-02-27 22:23:35 +08:00
loverustfs
a81bbed551
Fix align
2026-01-28 22:03:42 +08:00
loverustfs and GitHub
072de6b025
Update README to streamline badge links ( #1643 )
...
Signed-off-by: loverustfs <[email protected] >
2026-01-28 21:58:48 +08:00
loverustfs and GitHub
9269cb779b
Add badge to readme
...
Add badge to readme
Signed-off-by: loverustfs <[email protected] >
2026-01-28 21:57:22 +08:00
安正超 and GitHub
1db7bac2dc
fix: readme list. ( #1608 )
2026-01-25 09:35:12 +08:00
Dat Truong and GitHub
3838a13606
Update README with docker-buildx.sh features ( #1585 )
...
Signed-off-by: Dat Truong <[email protected] >
2026-01-25 09:25:26 +08:00
安正超 and GitHub
fd08be7be2
chore: update README. ( #1586 )
2026-01-22 22:44:28 +08:00
majinghe and GitHub
60d54af749
enhancement: add podman installation support and static files generating ( #1565 )
2026-01-20 20:53:59 +08:00
loverustfs
e614e530cf
Modify ahead images url
2026-01-10 16:12:40 +08:00
loverustfs
00119548d2
Ahead
2026-01-10 16:11:11 +08:00
loverustfs
a5b3522880
Add trendshift
2025-12-30 13:03:15 +08:00
tryao and GitHub
3942e07487
console port is 9001 ( #1235 )
...
Signed-off-by: tryao <[email protected] >
2025-12-23 13:36:38 +08:00
majinghe and GitHub
abe8a50b5a
add cert manager and ingress annotations support ( #1206 )
2025-12-19 21:50:23 +08:00
3ba415740e
Add docs for using Nix flake ( #1103 )
...
Co-authored-by: loverustfs <[email protected] >
Co-authored-by: 0xdx2 <[email protected] >
Co-authored-by: houseme <[email protected] >
2025-12-14 09:44:13 +08:00
Andrew Steurer and GitHub
63d846ed14
Fix link to CONTRIBUTING.md in README ( #991 )
2025-12-05 09:23:26 +08:00
Hey Martin and GitHub
3fd003b21d
Delete duplicate titles in the README ( #977 )
2025-12-04 15:55:26 +08:00
loverustfs
e31b4303ed
fix link error
2025-12-04 08:26:41 +08:00
loverustfs
e355d3db80
Modify readme
2025-12-03 17:18:53 +08:00
loverustfs
a2e3a719d3
Improve reading experience
2025-11-28 16:03:41 +08:00
loverustfs
76efee37fa
fix error
2025-11-28 15:23:26 +08:00
loverustfs
fd7c0964a0
Modify Readme
2025-11-28 15:16:59 +08:00
loverustfs and GitHub
e14809ee04
Revise data sovereignty and compliance details in README
...
Updated the comparison between RustFS and other object storage solutions to clarify data sovereignty and compliance aspects.
2025-11-20 09:11:15 +08:00
loverustfs and GitHub
390d051ddd
Update README.md
...
Correcting inaccurate expressions
2025-11-20 08:55:14 +08:00