houseme
83fe12d6aa
chore(release): prepare 1.0.0-beta.9 ( #4807 )
...
* chore(release): prepare 1.0.0-beta.9
Co-Authored-By: heihutu <heihutu@gmail.com >
* chore(release): align release assets for 1.0.0-beta.9
Co-Authored-By: heihutu <heihutu@gmail.com >
---------
Co-authored-by: heihutu <heihutu@gmail.com >
2026-07-15 09:03:21 +08:00
houseme
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
houseme
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
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
Derek Ditch
11e97951fd
fix(helm): add LoadBalancer service type support ( #3049 )
...
The service template only handled ClusterIP and NodePort via if/else-if
branches. When service.type=LoadBalancer was set, no branch matched and
the type field was omitted from the rendered Service, causing Kubernetes
to silently default to ClusterIP.
Add the missing LoadBalancer branch with support for:
- loadBalancerIP: request a specific IP (e.g. Cilium LB-IPAM, MetalLB)
- loadBalancerClass: select a specific LB implementation
- loadBalancerSourceRanges: restrict client source IPs
This is particularly useful for bare-metal / on-prem clusters using
software load balancers (Cilium LB-IPAM, MetalLB, kube-vip) where
a stable routable IP is preferable to an Ingress for S3 clients.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
Co-authored-by: houseme <housemecn@gmail.com >
Co-authored-by: 安正超 <anzhengchao@gmail.com >
Co-authored-by: cxymds <Cxymds@qq.com >
Co-authored-by: majinghe <42570491+majinghe@users.noreply.github.com >
2026-05-27 14:35:09 +00:00
houseme
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
bdb98598d2
chore(release): prepare 1.0.0-beta.3 ( #2957 )
2026-05-14 04:27:26 +00:00
majinghe
e331a26262
feat: helm chart version update ( #2738 )
2026-04-29 11:14:35 +00:00
majinghe
7041e628b7
fix: docker image build and helm chart publish error caused by versio… ( #2731 )
2026-04-29 03:23:47 +00:00
majinghe
d447da75c1
chore: update version from alpha to beta ( #2720 )
...
Co-authored-by: houseme <housemecn@gmail.com >
2026-04-28 23:08:10 +00:00
majinghe
4615791193
add kms environment variables support in helm chart ( #2552 )
...
Co-authored-by: loverustfs <hello@rustfs.com >
Co-authored-by: houseme <housemecn@gmail.com >
2026-04-16 02:43:54 +00:00
majinghe
d56e839f20
feat: add extra env support for helm chart ( #2340 )
2026-03-30 22:03:36 +08:00
majinghe
afcaaf66fc
feat: add support for obs enpoint support in helm chart ( #2160 )
2026-03-14 21:44:44 +08:00
Smig
d13c423d50
Bump Helm Chart version to 0.0.83 and appVersion to 1.0.0-alpha.83 ( #2019 )
...
Signed-off-by: Smig <89040888+smiggiddy@users.noreply.github.com >
Co-authored-by: houseme <housemecn@gmail.com >
2026-03-01 13:15:50 +08:00
majinghe
6b15e727f5
feat: add virtual host mode support for kubernetes installation ( #1655 )
2026-01-29 17:55:24 +08:00
Juri Malinovski
2e3c5f695a
helm: update default Chart.yaml, appVersion version bump, add appVersion as a default image tag ( #1247 )
...
Co-authored-by: majinghe <42570491+majinghe@users.noreply.github.com >
2025-12-27 20:50:22 +08:00
majinghe
a083fca17a
delete -R parameter in init container step ( #1264 )
2025-12-25 18:14:50 +08:00
majinghe
abe8a50b5a
add cert manager and ingress annotations support ( #1206 )
2025-12-19 21:50:23 +08:00
LemonDouble
6ca8945ca7
feat(helm): split storageSize into data and log storage parameters ( #1018 )
2025-12-06 14:01:49 +08:00
majinghe
0d0edc22be
update helm package ci file and helm values file ( #1004 )
2025-12-05 22:13:00 +08:00
majinghe
2b268fdd7f
update tls configuration in helm chart ( #900 )
...
* update tls configuration in helm chart
* typo fix
2025-11-20 22:20:11 +08:00
majinghe
64ba52bc1e
add rustfs helm chart files ( #747 )
...
* add rustfs helm chart files
* update readme file with helm chart
* delete helm chart license file
* fix typo in readme file
2025-10-29 12:23:21 +08:00