helmfile/pkg
yxxhero a3ea9a84d4 fix: Remove custom tracking implementation that requires API changes
Remove the kubedog custom tracking implementation that requires changes
to exec.go and helmexec.go interface.

The feature requires modifying TemplateRelease to return (string, error) instead
of error, which conflicts with existing API. Since these files should
not be modified, temporarily simplify getReleaseResources to return empty
list to avoid compilation errors.

Signed-off-by: yxxhero <aiopsclub@163.com>
2026-01-25 18:44:42 +08:00
..
app Refactor kubedog tracking to use helm.TemplateRelease for better resource detection 2026-01-25 18:26:07 +08:00
argparser fix #1095 (#1100) 2023-11-01 11:55:55 +08:00
cluster feat: Add custom resource filtering options to kubedog tracker 2026-01-25 18:26:07 +08:00
config Refactor kubedog tracking to use helm.TemplateRelease for better resource detection 2026-01-25 18:26:07 +08:00
environment fix: array merge regression - layer arrays now replace defaults (#2367) 2026-01-18 14:04:54 +08:00
envvar Add parameter to render helmfile as go template without .gotmpl extension (#2312) 2025-12-09 14:41:47 +09:00
errors build(deps): bump golangci/golangci-lint-action from 6 to 7 (#1975) 2025-03-28 07:52:06 +08:00
event feat: include func support (#1187) 2023-12-04 21:51:01 +08:00
exectest fix: resolve issues #2295, #2296, and #2297 (#2298) 2025-11-27 22:13:03 +08:00
filesystem refactor(filesystem): add CopyDir method and optimize Fetch function (#2111) 2025-07-28 16:10:25 -04:00
hcllang feat: update go version and adjust dependencies in Dockerfile and go.mod (#1722) 2024-09-30 09:21:44 -04:00
helmexec Fix 2337 helm4 stale repo indexes (#2369) 2026-01-25 18:15:20 +08:00
kubedog feat: Add custom resource filtering options to kubedog tracker 2026-01-25 18:26:07 +08:00
maputil fix: array merge regression - layer arrays now replace defaults (#2367) 2026-01-18 14:04:54 +08:00
plugins Fix AWS SDK debug logging by making it configurable (issue #2270) (#2290) 2025-11-24 18:27:04 +08:00
policy build(deps): bump golangci/golangci-lint-action from 6 to 7 (#1975) 2025-03-28 07:52:06 +08:00
remote Upgrades go-getter to v2 (#2341) 2025-12-26 21:06:34 +08:00
runtime refactor(yaml): switch yaml library import paths from gopkg.in to go.yaml.in (#2114) 2025-08-01 11:28:39 +08:00
state fix: Remove custom tracking implementation that requires API changes 2026-01-25 18:44:42 +08:00
testhelper perf(app): Parallelize helmfile.d rendering and eliminate chdir race conditions (#2261) 2025-11-15 16:19:41 +08:00
testutil feat: add Helm 4 support while maintaining Helm 3 compatibility (#2262) 2025-11-19 07:49:30 +08:00
tmpl refactor(yaml): switch yaml library import paths from gopkg.in to go.yaml.in (#2114) 2025-08-01 11:28:39 +08:00
yaml refactor(yaml): switch yaml library import paths from gopkg.in to go.yaml.in (#2114) 2025-08-01 11:28:39 +08:00