[0.13.0]
Update rustfs to 1.0.0-beta.2
Full Changelog
fix: docker image build and helm chart publish error caused by versio by @majinghe in #2731
fix(admin): harden site-replication identity handling and local verification for issue 2723 by @houseme in #2730
feat: helm publish manual trigger support by @majinghe in #2732
fix(filemeta): harden and optimize metacache path by @GatewayJ in #2724
fix: handle empty multipart list-parts by @overtrue in #2765
fix(security): harden CORS and license handling by @overtrue in #2774
RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS now defaults to an empty value, which keeps the console same-origin only, instead of the previous wildcard * default. Cross-origin console deployments that relied on the old wildcard behavior must set RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS=* to restore it, or configure an explicit comma-separated allow-list. See #2769.
fix(rpc): use map-encoded msgpack for all internode RPC responses by @kharkevich in #2771
feat(helm-chart): support scale to 0 in standalone mode by @dcelasun in #2797
fix: reload bucket metadata after lifecycle updates by @cxymds in #2822