From e73eef6aa2772ca6dad6678a6c1d0239f59660961703d4ae793d349add5db124 Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Thu, 15 Jan 2026 11:12:55 +0100 Subject: [PATCH 1/3] Update submodules from pool/helmfile#5 and create patchinfo.20260115101230098184.93181000773252/_patchinfo --- helmfile | 2 +- .../_patchinfo | 132 ++++++++++++++++++ 2 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 patchinfo.20260115101230098184.93181000773252/_patchinfo diff --git a/helmfile b/helmfile index 6bf0433..b747255 160000 --- a/helmfile +++ b/helmfile @@ -1 +1 @@ -Subproject commit 6bf0433278889398d6cf544b5143e7f2ae151a88f337a3faede4ae9e31ec7bde +Subproject commit b747255149ed6043d3173d14c045e39833f6bddbfb68091e3b7b46167eb005bd diff --git a/patchinfo.20260115101230098184.93181000773252/_patchinfo b/patchinfo.20260115101230098184.93181000773252/_patchinfo new file mode 100644 index 0000000..945500b --- /dev/null +++ b/patchinfo.20260115101230098184.93181000773252/_patchinfo @@ -0,0 +1,132 @@ + + manfred-h + moderate + recommended + Recommended update for helmfile + This update for helmfile fixes the following issues: + +Changes in helmfile: + +- Update to version 1.2.3: + * build(deps): bump github.com/aws/aws-sdk-go-v2/config from + 1.32.2 to 1.32.3 by @dependabot[bot] in #2308 + * build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 + by @dependabot[bot] in #2310 + * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from + 1.92.1 to 1.93.0 by @dependabot[bot] in #2307 + * Add parameter to render helmfile as go template without .gotmpl + extension by @ronaldour in #2312 + * build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 by + @dependabot[bot] in #2315 + * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from + 1.93.0 to 1.93.2 by @dependabot[bot] in #2323 + * build(deps): bump k8s.io/apimachinery from 0.34.2 to 0.34.3 + by @dependabot[bot] in #2322 + * build(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 by + @dependabot[bot] in #2317 + * build(deps): bump k8s.io/client-go from 0.34.2 to 0.34.3 by + @dependabot[bot] in #2321 + * build(deps): bump github.com/aws/aws-sdk-go-v2/config from + 1.32.3 to 1.32.5 by @dependabot[bot] in #2320 + * build(deps): bump helm.sh/helm/v3 from 3.19.2 to 3.19.3 by + @dependabot[bot] in #2325 + * build(deps): bump helm.sh/helm/v4 from 4.0.1 to 4.0.2 by + @dependabot[bot] in #2326 + * build(deps): bump actions/upload-artifact from 5 to 6 by + @dependabot[bot] in #2331 + * build(deps): bump helm.sh/helm/v3 from 3.19.3 to 3.19.4 by + @dependabot[bot] in #2328 + * build(deps): bump actions/download-artifact from 6 to 7 by + @dependabot[bot] in #2332 + * build(deps): bump dessant/lock-threads from 5 to 6 by + @dependabot[bot] in #2330 + * build(deps): bump helm.sh/helm/v4 from 4.0.3 to 4.0.4 by + @dependabot[bot] in #2329 + * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 + from 1.93.2 to 1.94.0 by @dependabot[bot] in #2333 + * bump helm version to 4.0.4 by @yxxhero in #2335 + * build(deps): bump github.com/aws/aws-sdk-go-v2/config from + 1.32.5 to 1.32.6 by @dependabot[bot] in #2336 + * build(deps): bump github.com/zclconf/go-cty-yaml from 1.1.0 + to 1.2.0 by @dependabot[bot] in #2340 + * build(deps): bump k8s.io/client-go from 0.34.3 to 0.35.0 by + @dependabot[bot] in #2338 + * fix: rewrite relative file:// chart dependencies to absolute + paths by @sstarcher in #2334 + +- Update to version 1.2.2: + * Fix AWS SDK debug logging by making it configurable (issue + #2270) by @aditmeno in #2290 + * test: add integration test for issue #2291 (CRD preservation + with strategicMergePatches) by @aditmeno in #2292 + * build(deps): bump github.com/aws/aws-sdk-go-v2/config from + 1.32.1 to 1.32.2 by @dependabot[bot] in #2300 + * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 + from 1.92.0 to 1.92.1 by @dependabot[bot] in #2299 + * fix: resolve issues #2295, #2296, and #2297 by @aditmeno + in #2298 + * build(deps): update Helm v4 to 4.0.1 and helm-secrets to + 4.7.4 by @aditmeno in #2304 + * feat: add print-env command by @dschmidt in #2279 + +- Update to version 1.2.1: + * build(deps): bump azure/setup-helm from 4.3.0 to 4.3.1 by + @dependabot[bot] in #2274 + * build(deps): bump github.com/helmfile/vals from 0.42.4 to + 0.42.5 by @dependabot[bot] in #2272 + * build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 + by @dependabot[bot] in #2277 + * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from + 1.90.2 to 1.91.1 by @dependabot[bot] in #2284 + * Fix four critical issues: environment merging, kubeVersion + detection, lookup() with kustomize, and Helm 4 color flags by + @aditmeno in #2276 + * build(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 by + @dependabot[bot] in #2283 + * build(deps): bump github.com/aws/aws-sdk-go-v2/config from + 1.31.20 to 1.32.0 by @dependabot[bot] in #2282 + * build(deps): bump actions/checkout from 5 to 6 by + @dependabot[bot] in #2287 + * build(deps): bump k8s.io/client-go from 0.34.1 to 0.34.2 by + @dependabot[bot] in #2285 + * Fix four critical bugs: array merging (#2281), AWS SDK logging + (#2270), helmDefaults skip flags (#2269), and OCI chart versions + (#2247) by @aditmeno in #2288 + * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from + 1.91.1 to 1.92.0 by @dependabot[bot] in #2286 + +- Update to version 1.2.0: + * build(deps): bump github.com/aws/aws-sdk-go-v2/config from + 1.31.15 to 1.31.16 by @dependabot[bot] in #2242 + * build(deps): bump github.com/hashicorp/go-getter from 1.8.2 + to 1.8.3 by @dependabot[bot] in #2241 + * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from + 1.89.0 to 1.89.1 by @dependabot[bot] in #2240 + * build(deps): bump github.com/containerd/containerd from 1.7.28 + to 1.7.29 by @dependabot[bot] in #2249 + * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from + 1.89.1 to 1.90.0 by @dependabot[bot] in #2248 + * build(deps): bump github.com/aws/aws-sdk-go-v2/config from + 1.31.16 to 1.31.17 by @dependabot[bot] in #2245 + * build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 by + @dependabot[bot] in #2251 + * build(deps): bump golangci/golangci-lint-action from 8 to 9 by + @dependabot[bot] in #2250 + * build(deps): bump github.com/aws/aws-sdk-go-v2/config from + 1.31.17 to 1.31.18 by @dependabot[bot] in #2253 + * build(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 by + @dependabot[bot] in #2256 + * build(deps): bump github.com/aws/aws-sdk-go-v2/config from + 1.31.18 to 1.31.20 by @dependabot[bot] in #2259 + * perf(app): Parallelize helmfile.d rendering and eliminate chdir + race conditions by @aditmeno in #2261 + * build(deps): bump k8s.io/apimachinery from 0.34.1 to 0.34.2 by + @dependabot[bot] in #2264 + * Issue-1883 fix by @zhaque44 in #2058 + * feat: add Helm 4 support while maintaining Helm 3 compatibility + by @aditmeno in #2262 + * build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from + 1.90.0 to 1.90.2 by @dependabot[bot] in #2258 + + helmfile + -- 2.51.1 From a94a3cbd11070a5b5c5b01fbe0b3e33b4e1d858b0ff78855aee1df198ea8b854 Mon Sep 17 00:00:00 2001 From: AutoGits PR Review Bot Date: Wed, 21 Jan 2026 10:36:30 +0000 Subject: [PATCH 2/3] auto-created for helmfile This commit was autocreated by AutoGits PR Review Bot referencing PRs: PR: pool/helmfile!5 --- helmfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile b/helmfile index b747255..b630ad8 160000 --- a/helmfile +++ b/helmfile @@ -1 +1 @@ -Subproject commit b747255149ed6043d3173d14c045e39833f6bddbfb68091e3b7b46167eb005bd +Subproject commit b630ad81dae04e67ef8a6bdcc8f02a3ca7d9b3819aebcfac9e6e8b23c0827325 -- 2.51.1 From b77cd45d179dea78af9c27d4530eaf52944037c9ae54181377df370dea6e262b Mon Sep 17 00:00:00 2001 From: AutoGits PR Review Bot Date: Wed, 21 Jan 2026 10:41:27 +0000 Subject: [PATCH 3/3] auto-created for helmfile This commit was autocreated by AutoGits PR Review Bot removing PRs: PR: pool/helmfile!5 --- helmfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile b/helmfile index b630ad8..6bf0433 160000 --- a/helmfile +++ b/helmfile @@ -1 +1 @@ -Subproject commit b630ad81dae04e67ef8a6bdcc8f02a3ca7d9b3819aebcfac9e6e8b23c0827325 +Subproject commit 6bf0433278889398d6cf544b5143e7f2ae151a88f337a3faede4ae9e31ec7bde -- 2.51.1