Commit Graph

  • aaeda633ca
    Merge 4343f6447f into ee4be4e342 yxxhero 2026-04-29 07:54:20 +0530
  • e5095c1ca0
    Merge f7a81518ed into ee4be4e342 yxxhero 2026-04-29 07:54:20 +0530
  • ba64e6cfef
    Merge b46b26860a into ee4be4e342 Niklas 2026-04-29 07:54:20 +0530
  • 91b2ceb1e5
    Merge fd3f25cd90 into ee4be4e342 Copilot 2026-04-29 07:54:20 +0530
  • bbe81400db
    Merge badd5b8e00 into ee4be4e342 yxxhero 2026-04-29 07:54:20 +0530
  • ee4be4e342
    build(deps): bump go.uber.org/zap from 1.27.1 to 1.28.0 (#2557) main dependabot[bot] 2026-04-29 06:24:20 +0800
  • dbf0d4766b
    build(deps): bump go.uber.org/zap from 1.27.1 to 1.28.0 dependabot[bot] 2026-04-28 15:16:56 +0000
  • badd5b8e00
    fix: compute mergedReleaseTemplateData lazily in PrepareChartify fix/issue-1904-patch-template-values copilot-swe-agent[bot] 2026-04-28 06:08:56 +0000
  • 9fa0529304
    fix: apply post-renderer to output-dir-template output (#2531) yxxhero 2026-04-28 09:01:48 +0800
  • 33b0b390c4 fix: limit find depth and truncate log in Helm 4 integration test fallback message copilot-swe-agent[bot] 2026-04-27 05:42:26 +0000
  • 680835aa06 fix: search recursively for YAML files in Helm 4 output-dir integration test copilot-swe-agent[bot] 2026-04-27 05:41:35 +0000
  • e2dcdea56a feat: add Helm 4 post-renderer plugin and enable Helm 4 issue-2515 integration test copilot-swe-agent[bot] 2026-04-27 00:37:27 +0000
  • 14a40eb23f fix: detect --post-renderer=<path> form and use targeted file cleanup copilot-swe-agent[bot] 2026-04-26 09:51:52 +0000
  • ab16605fa8 fix: clean up stale templates dir on re-runs in Helm 3 post-renderer workaround copilot-swe-agent[bot] 2026-04-26 04:37:51 +0000
  • b20b6b5f14 fix: restrict --output-dir + --post-renderer workaround to Helm 3 only copilot-swe-agent[bot] 2026-04-26 01:06:27 +0000
  • 18b46b46cb fix: correct chart path and use absolute case dir path in integration test copilot-swe-agent[bot] 2026-04-10 01:03:16 +0000
  • 0bdda42dbe fix: wrap file operation errors with context in post-renderer workaround copilot-swe-agent[bot] 2026-04-10 00:06:59 +0000
  • 1ec00a378f fix: address review comments - correct HasPrefix args, fix output dir structure, fix test mock init copilot-swe-agent[bot] 2026-04-10 00:03:22 +0000
  • 9685ec2bb1 test: add integration test for issue-2515 (post-renderer with output-dir-template) yxxhero 2026-04-10 07:30:54 +0800
  • 8de2d66952 fix: apply post-renderer to output-dir-template output yxxhero 2026-04-10 07:20:20 +0800
  • 5792ea4df0
    fix: remove rendered content from debug log; extract prepareReleaseValuesEntries shared helper copilot-swe-agent[bot] 2026-04-27 10:55:47 +0000
  • 09bf3c22a9
    refactor: extract generateTemporaryReleaseValuesFilesCore to eliminate duplication; fix temp dir leaks in tests copilot-swe-agent[bot] 2026-04-27 06:41:08 +0000
  • 71bae6beb0
    fix: address c66017c review comments - error messages, defer-in-loop, map normalization, test cleanup copilot-swe-agent[bot] 2026-04-27 01:05:32 +0000
  • 01838037b9
    fix: remove always-constant basePath param from newTestHelmStateWithFiles to fix unparam lint error copilot-swe-agent[bot] 2026-04-27 00:46:55 +0000
  • c66017c266 test: simplify newTestHelmStateWithFiles by removing empty cleanup func copilot-swe-agent[bot] 2026-04-26 04:22:01 +0000
  • e8fee8b84c test: add more tests for resolveReleaseValues, renderValuesFileToBytesWithData, and generateTemporaryReleaseValuesFilesWithData copilot-swe-agent[bot] 2026-04-26 04:17:06 +0000
  • c6e74b4394 fix: include release values in .Values for jsonPatches/strategicMergePatches/transformers gotmpl rendering yxxhero 2026-04-26 11:56:43 +0800
  • b50c9d6256
    build(deps): bump gitpython from 3.1.41 to 3.1.47 in /docs (#2555) dependabot[bot] 2026-04-26 08:58:12 +0800
  • 04f98b12c1
    build(deps): bump gitpython from 3.1.41 to 3.1.47 in /docs dependabot[bot] 2026-04-26 00:15:15 +0000
  • 5368ab8d95
    fix: skip subhelmfiles when selectors conflict with CLI selectors (#2545) yxxhero 2026-04-25 17:18:39 +0800
  • c57134cda7
    Fix helmfile init failing to update outdated helm plugins with Helm v4 (#2554) Copilot 2026-04-25 11:04:23 +0800
  • 9f86ea40b8
    Return early with combined error when uninstall fails in UpdatePlugin fallback copilot-swe-agent[bot] 2026-04-25 00:56:34 +0000
  • 597696a2f5
    Add len(args) >= 3 guards in test mock for plugin update/uninstall cases copilot-swe-agent[bot] 2026-04-25 00:45:44 +0000
  • 6efb12f8c5
    Address second round of reviewer feedback copilot-swe-agent[bot] 2026-04-24 07:43:51 +0000
  • a31ee32e9e
    Address reviewer feedback: preserve update error context and add version assertions in tests copilot-swe-agent[bot] 2026-04-24 06:11:04 +0000
  • b38df7c855 fix: address Copilot review comments round 3 yxxhero 2026-04-19 15:02:06 +0800
  • 1ea1e686b2 docs: clarify subhelmfile selector docs per Copilot review feedback yxxhero 2026-04-19 12:30:27 +0800
  • 8969c02581 refactor: avoid map allocation in positiveLabelsCompatibleWith yxxhero 2026-04-19 12:08:03 +0800
  • 5ca2cbb68d fix: add debug logging, unit tests, docs, and fix integration test for subhelmfile selector skip yxxhero 2026-04-19 12:04:23 +0800
  • fc475022ca fix: address PR review comments - use CLI selectors, fix doc comment, add malformed selector test copilot-swe-agent[bot] 2026-04-19 01:36:10 +0000
  • fdb0eac88e fix: skip subhelmfiles when selectors conflict with CLI selectors (#2544) yxxhero 2026-04-19 09:22:26 +0800
  • b5f3420818
    Fix helmfile init not updating outdated helm plugins with Helm v4 copilot-swe-agent[bot] 2026-04-24 00:07:11 +0000
  • fd3f25cd90
    fix(state): propagate cli skip-schema-validation to chartify copilot/fix-skip-schema-validation copilot-swe-agent[bot] 2026-04-23 23:45:14 +0000
  • 4d744a16ca
    Initial plan copilot-swe-agent[bot] 2026-04-23 23:40:58 +0000
  • 261c605305
    build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.1 to 1.100.0 (#2552) dependabot[bot] 2026-04-24 07:32:17 +0800
  • 0fd5f2964a
    build(deps): bump k8s.io/apimachinery from 0.35.4 to 0.36.0 (#2553) dependabot[bot] 2026-04-24 07:31:54 +0800
  • 65cca062ba
    build(deps): bump k8s.io/apimachinery from 0.35.4 to 0.36.0 dependabot[bot] 2026-04-23 15:18:20 +0000
  • 51e3ecd62a
    build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 dependabot[bot] 2026-04-23 15:18:12 +0000
  • 76536e45aa
    test(state): harden chartify skip-schema flag detection copilot-swe-agent[bot] 2026-04-23 00:03:58 +0000
  • 715fb7b758
    fix(state): honor skipSchemaValidation in chartify template args copilot-swe-agent[bot] 2026-04-22 23:59:53 +0000
  • 8d24c037ed
    Initial plan copilot-swe-agent[bot] 2026-04-22 23:40:59 +0000
  • 7ccea80be5
    build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.15 to 1.32.16 (#2547) dependabot[bot] 2026-04-21 08:23:22 +0800
  • 3e977cf9d5
    build(deps): bump github.com/aws/aws-sdk-go-v2/config dependabot[bot] 2026-04-21 00:22:39 +0000
  • acfdfaedb3
    build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.0 to 1.99.1 (#2546) dependabot[bot] 2026-04-21 08:00:57 +0800
  • b765842150
    build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 dependabot[bot] 2026-04-20 17:42:50 +0000
  • fc31dbfc5e
    fix: eliminate race condition in rewriteChartDependencies (#2541) yxxhero 2026-04-20 10:15:47 +0800
  • f28ed42f25 fix: scope test values under raw subchart and align ConfigMap name with strategic merge patches yxxhero 2026-04-19 08:27:20 +0800
  • 026e764c78 fix: add strategicMergePatches to trigger chartify in race condition test yxxhero 2026-04-18 14:55:04 +0800
  • efd45cf396 fix: assert WriteFile/MkdirTemp/RemoveAll/CopyDir in DefaultFileSystem test yxxhero 2026-04-18 14:03:51 +0800
  • 917721e783 fix: remove output validation from race condition test yxxhero 2026-04-18 13:23:53 +0800
  • d923707da0 fix: correct file:// dependency path (5 levels up to test/integration/) yxxhero 2026-04-18 11:05:17 +0800
  • a4e807eddf fix: correct file:// path and remove --skip-deps for dependency build yxxhero 2026-04-18 10:39:48 +0800
  • 8037106667 fix: separate environments and releases with --- in helmfile.yaml yxxhero 2026-04-18 09:13:55 +0800
  • 6fc16f4ed2 test: add integration test for issue #2502 race condition with shared local chart yxxhero 2026-04-18 08:48:34 +0800
  • 5155ea5687 fix: address PR review comments for rewriteChartDependencies yxxhero 2026-04-18 07:32:38 +0800
  • c532e73096 fix: eliminate race condition in rewriteChartDependencies by copying chart before modifying yxxhero 2026-04-17 21:23:22 +0800
  • cf542df19f
    build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.14 to 1.32.15 (#2543) dependabot[bot] 2026-04-18 07:06:36 +0800
  • db608a46c0
    build(deps): bump github.com/zclconf/go-cty from 1.18.0 to 1.18.1 (#2542) dependabot[bot] 2026-04-18 07:05:40 +0800
  • 526db4ed83
    build(deps): bump github.com/aws/aws-sdk-go-v2/config dependabot[bot] 2026-04-17 15:14:48 +0000
  • f5860bcdcb
    build(deps): bump github.com/zclconf/go-cty from 1.18.0 to 1.18.1 dependabot[bot] 2026-04-17 15:13:23 +0000
  • 81c604be11
    build(deps): bump k8s.io/client-go from 0.35.3 to 0.35.4 (#2539) dependabot[bot] 2026-04-17 08:46:36 +0800
  • 7844176e33
    build(deps): bump k8s.io/client-go from 0.35.3 to 0.35.4 dependabot[bot] 2026-04-16 23:36:07 +0000
  • eb89d329e8
    build(deps): bump k8s.io/apimachinery from 0.35.3 to 0.35.4 (#2540) dependabot[bot] 2026-04-17 07:34:42 +0800
  • c95eb10a85
    build(deps): bump k8s.io/apimachinery from 0.35.3 to 0.35.4 dependabot[bot] 2026-04-16 15:13:09 +0000
  • 7a60255a9b
    enabledns flags available on template command (#2511) Diliz 2026-04-16 09:59:48 +0200
  • eebcaacda0 fix: format state.go imports with gci yxxhero 2026-04-16 15:11:10 +0800
  • 68e5dfcaab enabledns flags available on template command Diliz 2026-04-01 09:41:38 +0200
  • c584c0e07f
    fix: helmDefaults.postRendererArgs not passed to helm commands (#2510) yxxhero 2026-04-16 11:08:15 +0800
  • e530c574b7
    refactor: extract newPostRendererTestApp and hasFlagWithValue helpers in app_test.go copilot-swe-agent[bot] 2026-04-16 00:18:51 +0000
  • 3bd10050aa
    fix: clarify comment wording in app_test.go copilot-swe-agent[bot] 2026-04-15 23:29:14 +0000
  • 7593d6fe40
    test: add missing CLI>helmDefault and release>CLI postRendererArgs priority tests copilot-swe-agent[bot] 2026-04-15 23:24:32 +0000
  • 6faa477290
    fix: update state values files handling to replace arrays instead of merging (#2537) Vojta Polak 2026-04-13 13:46:15 +0200
  • 7ef232d8be
    fix: update error message for empty CalleePath in Load function Vojta Polak 2026-04-13 12:10:46 +0200
  • 7b79578d20
    test: non-shallow copy of OverrideCLISetValues in DeepCopy + test Vojta Polak 2026-04-13 12:07:47 +0200
  • bca4e96bf0
    feat: update state values handling to replace arrays instead of merging Vojta Polak 2026-04-10 14:47:20 +0200
  • acb7ce36fc
    fix: add mutex lock for concurrent rewriteChartDependencies access (#2509) yxxhero 2026-04-13 11:59:52 +0800
  • a1c90de8f3 fix: improve comment wording and strengthen race test start barrier copilot-swe-agent[bot] 2026-04-13 00:15:53 +0000
  • 9685c1442b fix: early unlock when unmodified, assert exact restore in race test copilot-swe-agent[bot] 2026-04-01 07:50:50 +0000
  • 3f6c982ae1 fix: remove duplicate mutex, reuse getNamedRWMutex, restore on write failure, add test barrier copilot-swe-agent[bot] 2026-04-01 00:50:15 +0000
  • 5ec606af3d fix: unlock mutex on all error paths and improve race condition test validation copilot-swe-agent[bot] 2026-03-31 14:11:23 +0000
  • 9b8aa46faa fix: add mutex lock for concurrent rewriteChartDependencies access yxxhero 2026-03-31 21:48:03 +0800
  • eaf006a386
    build(deps): bump github.com/helmfile/chartify from 0.26.2 to 0.26.3 (#2538) dependabot[bot] 2026-04-12 13:23:44 +0800
  • 6c0c917a37
    build(deps): bump github.com/helmfile/chartify from 0.26.2 to 0.26.3 dependabot[bot] 2026-04-12 04:50:27 +0000
  • b9378b17f6
    fix: boolean false overrides dropped in multi-document helmfiles (#2527) (#2532) yxxhero 2026-04-12 09:44:49 +0800
  • b5e6066514
    bump helm-diff to 3.15.5 copilot/bump-helm-diff-to-3-15-5 copilot-swe-agent[bot] 2026-04-12 00:52:57 +0000
  • 644f8c30a6
    test: flip regression test fixture to exercise false override (issue #2527) copilot-swe-agent[bot] 2026-04-10 03:56:38 +0000
  • fc6cf5d2cc
    Update Go from 1.25.8 to 1.26.2 (#2535) Copilot 2026-04-10 11:27:16 +0800
  • b271750516
    Fix CI: upgrade golangci-lint to v2.11.4 for Go 1.26 support copilot-swe-agent[bot] 2026-04-10 00:58:01 +0000
  • 709f7e16d9
    fix: rename test to correctly reflect Values override Defaults precedence copilot-swe-agent[bot] 2026-04-10 00:50:56 +0000
  • 7f87f9fd73
    Update Go from 1.25.8 to 1.26.2 copilot-swe-agent[bot] 2026-04-10 00:25:48 +0000