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
This commit is contained in:
houseme
2026-05-28 17:21:16 +08:00
committed by GitHub
parent 527faad575
commit 28bac7fbd6
8 changed files with 119 additions and 92 deletions
+4 -1
View File
@@ -2,7 +2,7 @@
%global _empty_manifest_terminate_build 0
Name: rustfs
Version: 1.0.0
Release: beta.4
Release: beta.6
Summary: High-performance distributed object storage for MinIO alternative
License: Apache-2.0
@@ -57,6 +57,9 @@ install %_builddir/%{name}-%{version}-%{release}/target/%_arch/%_arch-unknown-li
%_bindir/rustfs
%changelog
* Thu May 28 2026 houseme <housemecn@gmail.com>
- Update RPM package to RustFS 1.0.0-beta.6
* Thu May 20 2026 houseme <housemecn@gmail.com>
- Update RPM package to RustFS 1.0.0-beta.4