Commit Graph

  • df7ef06028
    Merge branch 'helm:main' into main MrJack 2026-07-29 11:40:00 +0200
  • fde6e21499
    Merge branch 'helm:main' into feature/enhance-dry-run-for-helm-4 MrJack 2026-07-29 11:39:51 +0200
  • a8ab76e86f
    test(action): poll for the interrupted install goroutine instead of a zero-margin sleep (#32328) Nikolaus Schuetz 2026-07-28 17:59:38 -0700
  • 05a27980df
    chore(deps): bump actions/stale in the github-actions group (#32488) dependabot[bot] 2026-07-28 15:39:21 -0600
  • ac1c68746f
    chore(deps): bump actions/stale in the github-actions group (#32487) dependabot[bot] 2026-07-28 15:39:05 -0600
  • 37efbf4f84
    chore(deps): bump actions/stale in the github-actions group #32488 dependabot[bot] 2026-07-28 21:34:47 +0000
  • 99778666b9
    chore(deps): bump actions/stale in the github-actions group #32487 dependabot[bot] 2026-07-28 21:33:18 +0000
  • 9b1eb018a3
    Merge pull request #32339 from 1solomonwakhungu/fix/get-helm-cache-busting George Jenkins 2026-07-28 14:30:37 -0700
  • 9d154e8393 chore: fix gofumpt extra-rules #32486 Matthieu MOREL 2026-07-28 19:05:10 +0200
  • e923167513 test(package): fix errorlint + exact path match in lock test #32485 Ilya Kiselev 2026-07-28 19:05:56 +0300
  • 3c3be926aa fix(chart): normalize StampModTimes timestamp + Chart.lock test Ilya Kiselev 2026-07-28 18:45:24 +0300
  • 7e641d30a9
    Merge pull request #32481 from mmorel-35/gofumpt Terry Howe 2026-07-28 07:59:31 -0600
  • 14f349e357
    Merge pull request #32303 from mahesh-sadupalli/fix/files-lines-empty-panic-v3 Terry Howe 2026-07-28 07:52:23 -0600
  • fda6e6043d
    Merge pull request #32484 from helm/dependabot/go_modules/main/go.yaml.in/yaml/v3-3.0.5 Terry Howe 2026-07-28 07:47:48 -0600
  • 4b42c33ddf test(env): pin BurstLimit so the bare-value assertion is hermetic #32282 Ruslan Shaydullin 2026-07-07 10:31:38 +0500
  • 5e16b2828a feat(env): add --output json|yaml to 'helm env' Ruslan Shaydullin 2026-07-02 16:03:41 +0500
  • 72dc18fe19 fix(provenance): treat only not-exist as keyring absence in defaultKeyring #32281 Ruslan Shaydullin 2026-07-07 10:33:30 +0500
  • bfc606f7ca fix(provenance): support GnuPG keybox (pubring.kbx) keyrings Ruslan Shaydullin 2026-07-02 14:53:11 +0500
  • a70a0504c7
    Merge e98802f10e into 8eb65528be #31964 Piotr Łączykowski 2026-07-28 16:58:20 +0800
  • 525d32f15e Make golangci-lint happy MrJack 2026-07-28 10:16:30 +0200
  • 2864228260 Make golangci-lint happy MrJack 2026-07-28 09:08:19 +0200
  • 2710b1a07d
    Merge branch 'main' into feat/load-index-for-entries #32172 EMMANUELA OPURUM 2026-07-27 23:40:54 +0100
  • ce27485634
    chore(deps): bump go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5 #32484 dependabot[bot] 2026-07-27 21:33:45 +0000
  • bc0114c708 fix(scripts): clarify cache-busting behavior #32339 Solomon Wakhungu 2026-07-27 13:55:05 -0500
  • 7b0b532a9d fix(repo): accept gzip-compressed index.yaml responses #32483 vigneshakaviki 2026-07-27 11:48:46 -0700
  • 1fe0153c1d fix(action): preserve YAML list documents through post-render roundtrip #32482 vigneshakaviki 2026-07-27 11:41:18 -0700
  • 24bbb46c62 chore: fix gofumpt issues #32481 Matthieu MOREL 2026-07-27 19:53:24 +0200
  • bbaf420a10 fix(scripts): address cache-busting review feedback Solomon Wakhungu 2026-07-27 10:42:43 -0500
  • f3edb83df4 Make golangci-lint happy MrJack 2026-07-27 14:46:55 +0200
  • 24a980a098 feature/http-gzip-index.yaml #32478 Rafal Prasal 2026-07-27 13:37:51 +0200
  • 94a3315f4d Added missing import MrJack 2026-07-27 09:41:29 +0200
  • 500f02d597 Readded "unicode/utf8" MrJack 2026-06-23 14:22:55 +0200
  • f1ede7c9c1 Potential fix for pull request finding MrJack 2026-06-23 10:58:37 +0200
  • 4fcc4e4b3d Apply suggestions from code review MrJack 2026-06-22 08:25:49 +0200
  • 91520a7806 refactor(rollback): validate description length before cluster reachability check MrJack 2026-02-24 10:32:41 +0100
  • e73dfab5fb refactor(test): reuse existing rollback.txt golden file MrJack 2026-02-24 10:29:30 +0100
  • b177a8e906 Removed extra space in rollback-with-description.txt MrJack 2026-02-23 17:45:01 +0100
  • a92611c202 Enhance rune count in pkg/cmd/rollback.go and pkg/action/rollback.go MrJack 2026-02-23 09:07:13 +0100
  • 8a34f3b7b4 Use rune count to count properly multi-byte UTF-8 characters MrJack 2026-02-23 08:45:48 +0100
  • cb91040c44 Enhanced rollback description length MrJack 2026-02-23 08:40:44 +0100
  • e69e424ab1 Changed if construction MrJack 2026-02-17 13:17:34 +0100
  • b606955f09 Set 256 as limit for maxDescriptionLength. 256 comes from MAX value for key and value MrJack 2026-02-16 13:50:56 +0100
  • f8180e6de4 feat(rollback): add --description flag to provide rollback reason MrJack 2025-11-26 18:06:31 +0100
  • eeb4cbdaa8
    Merge branch 'helm:main' into feature/enhance-dry-run-for-helm-4 MrJack 2026-07-27 08:46:48 +0200
  • d558f4db04
    Merge branch 'helm:main' into main MrJack 2026-07-27 08:46:30 +0200
  • 873f9bd8f7 test(chart): remove duplicate require import #32155 YeongJae Min 2026-07-27 13:06:50 +0900
  • 1de11e668c
    Merge branch 'main' into main yeomin4242 2026-07-27 13:00:23 +0900
  • 7b5e6ada1f test(release): cover v1 accessor Hooks, Manifest, Notes, Chart, Status #32476 vigneshwar 2026-07-26 17:41:16 +0530
  • 431f7b41d0
    Merge f8df1708bf into 8eb65528be #32337 niteagent 2026-07-25 21:21:17 -0700
  • 92c10eb53a
    Merge 4a08d0d0eb into 8eb65528be #32338 Arpit Jain 2026-07-25 21:19:55 -0700
  • 7c370cb39f
    Merge 4a8dcbe48b into 8eb65528be #11250 Mikhail Mazurskiy 2026-07-25 18:52:56 -0700
  • 63dda669b7
    Merge e95221e4b1 into 8eb65528be #32170 EMMANUELA OPURUM 2026-07-25 19:59:29 +0100
  • 83df34a39f Fix test compilation on Windows in plugin installer package Mukul 2026-07-19 11:21:21 +0530
  • 4c6f62b3f5 feat(push): add -o/--output flag (table|json|yaml) to helm push #32475 Jojin 2026-07-25 15:42:56 +0530
  • 619c610a25 fix(install): add nil check for chart in RunWithContext #32473 Evgenii Fadeev 2026-07-25 12:32:20 +0300
  • d51d3eecc7
    feat(lint): warn when dependency conditions do not resolve to a value #32472 Jojin 2026-07-25 13:31:25 +0530
  • 1022190a84
    Merge 76a42b3e2d into 8eb65528be #32413 Gates Wang 2026-07-25 01:27:18 -0400
  • 11717c94c6 fix(storage/sql): don't leak or silently commit transactions #32471 Gates Wang 2026-07-24 23:42:22 -0400
  • f627adc8e6 test(storage/sql): add failing regression tests for tx handling Gates Wang 2026-07-24 23:42:21 -0400
  • 8eb65528be
    Merge pull request #32467 from mmorel-35/testify-assertions-pkg-3 Terry Howe 2026-07-24 12:03:52 -0600
  • 622f16b37f
    Update resource_test.go #32467 Matthieu MOREL 2026-07-24 19:06:05 +0200
  • 61d99a8bdb
    Update labels_test.go Matthieu MOREL 2026-07-24 18:53:45 +0200
  • 532eabf88a
    Update chartrepo_test.go Matthieu MOREL 2026-07-24 18:47:43 +0200
  • bfca0688b1
    Update show_test.go Matthieu MOREL 2026-07-24 18:45:58 +0200
  • b59dfd3901
    Update rollback_test.go Matthieu MOREL 2026-07-24 18:44:53 +0200
  • a27f3a0620
    Potential fix for pull request finding Matthieu MOREL 2026-07-24 18:19:56 +0200
  • 757a9f79c9 chore: resolve merge conflict in upgrade_test.go #32232 ayushi-work 2026-07-24 20:47:55 +0530
  • 57f1dbe507
    Merge pull request #32460 from helm/dependabot/go_modules/dev-v3/k8s-io-9ea670a458 Terry Howe 2026-07-24 08:34:34 -0600
  • e29e06e97d
    Merge pull request #32466 from mmorel-35/testify-assertions-pkg-2 Terry Howe 2026-07-24 08:11:31 -0600
  • b152447a15
    Merge pull request #32465 from mmorel-35/testify-assertions-internal-1 Terry Howe 2026-07-24 08:11:25 -0600
  • c994f2a36a
    Merge pull request #32464 from mmorel-35/testify-assertions-pkg-1 Terry Howe 2026-07-24 08:11:19 -0600
  • c6791474e1 test(version): clarify test binary build info #32469 Yugo Kobayashi 2026-07-24 22:51:07 +0900
  • 87dfbebdf5 test(chart): verify per-group version priority Yugo Kobayashi 2026-07-24 22:51:07 +0900
  • 6bf7572303 refactor(chart): avoid runtime scheme initialization for capabilities Yugo Kobayashi 2026-07-24 22:07:41 +0900
  • 462c6a70e6 refactor(version): avoid linking Kubernetes clientset for build info Yugo Kobayashi 2026-07-24 21:45:59 +0900
  • 828d01a878 chore(pkg): refactor: finer tests conversions to testify part 1 #32464 Matthieu MOREL 2026-07-24 13:24:06 +0200
  • 9a2be11e6f chore(pkg): refactor: finer tests conversions to testify part 3 Matthieu MOREL 2026-07-24 13:24:06 +0200
  • 4d9c03f51c chore(pkg): refactor: finer tests conversions to testify part 2 #32466 Matthieu MOREL 2026-07-24 13:24:06 +0200
  • 5142ca8ddc chore(internal): refactor: finer tests conversions to testify part 1 #32465 Matthieu MOREL 2026-07-24 13:24:06 +0200
  • 8f74dce6ba
    chore(deps): bump the k8s-io group across 1 directory with 7 updates (#32459) dependabot[bot] 2026-07-24 04:40:32 -0600
  • 61ff76e382
    chore(deps): bump the k8s-io group across 1 directory with 7 updates #32459 dependabot[bot] 2026-07-24 10:33:47 +0000
  • c27e7577e3
    chore(deps): bump ossf/scorecard-action in the github-actions group (#32461) dependabot[bot] 2026-07-24 04:32:17 -0600
  • 050d3e99b9
    chore(deps): bump ossf/scorecard-action in the github-actions group (#32458) dependabot[bot] 2026-07-24 04:32:02 -0600
  • bd392c6a60
    fix(provenance): migrate to ProtonMail/go-crypto to resolve GO-2026-5932 #32463 Karan V 2026-07-24 09:55:10 +0900
  • ce0a2261fc fix(storage): return SQL transaction commit errors in Create and Delete #32462 Mazen Essam 2026-07-23 23:03:00 +0000
  • 35db3bcdf1
    chore(deps): bump ossf/scorecard-action in the github-actions group #32461 dependabot[bot] 2026-07-23 21:35:12 +0000
  • 66a6f5601d
    chore(deps): bump the k8s-io group with 7 updates #32460 dependabot[bot] 2026-07-23 21:33:33 +0000
  • db4c29c2fd
    chore(deps): bump ossf/scorecard-action in the github-actions group #32458 dependabot[bot] 2026-07-23 21:33:22 +0000
  • 39231d01e1
    Merge pull request #32435 from mmorel-35/testifylint-manual-assert-pkg-19 Robert Sirchia 2026-07-23 12:19:45 -0400
  • 9bc0b9a62c
    Merge branch 'helm:main' into main MrJack 2026-07-23 09:00:03 +0200
  • 8405eb6d8a
    Merge branch 'helm:main' into feature/enhance-dry-run-for-helm-4 MrJack 2026-07-23 08:58:57 +0200
  • 8ac25c5c8d
    fix(action): avoid copylocks when copying Configuration for client-only #32431 Dean Chen 2026-07-23 07:45:18 +0500
  • 6fbaaec49f fix(lint): resolve unused variable and deprecated ValidateMetadataName warnings #32278 Dasmat13 2026-07-15 04:03:50 +0530
  • ca77822c6d test: add missing tests for CacheIndexFile and CacheChartsFile #32453 Dasmat13 2026-07-23 02:19:43 +0530
  • adcdc6130e fix(lint): validate kubernetes resource names for chart names Dasmat13 2026-07-01 02:50:17 +0530
  • f65e3b72b0
    Merge pull request #32438 from mmorel-35/testifylint-manual-assert-pkg-22 Terry Howe 2026-07-22 14:12:54 -0600
  • e5378ad47e
    Merge pull request #32437 from mmorel-35/testifylint-manual-assert-pkg-21 Terry Howe 2026-07-22 14:12:14 -0600
  • 76bf75c956
    Merge pull request #32436 from mmorel-35/testifylint-manual-assert-pkg-20 Terry Howe 2026-07-22 14:11:38 -0600
  • bfb074a601
    Merge pull request #32434 from mmorel-35/testifylint-manual-assert-pkg-18 Terry Howe 2026-07-22 14:09:08 -0600
  • 54b915e38a
    Merge pull request #32433 from mmorel-35/testifylint-manual-assert-pkg-17 Terry Howe 2026-07-22 14:08:36 -0600