Commit Graph

  • 3ea85ea602 chore(internal): refactor: convert tests to testify assert/require part 4 #32408 Matthieu MOREL 2026-07-20 20:50:56 +0200
  • f1d5979e7d chore(internal): refactor: convert tests to testify assert/require part 5 #32409 Matthieu MOREL 2026-07-20 20:50:56 +0200
  • f3402c1cd6 chore(internal): refactor: convert tests to testify assert/require part 6 #32410 Matthieu MOREL 2026-07-20 20:50:57 +0200
  • ba31ca0c0b chore(internal): refactor: convert tests to testify assert/require part 1 #32405 Matthieu MOREL 2026-07-20 20:50:56 +0200
  • 615a299876 chore(internal): refactor: convert tests to testify assert/require part 2 #32406 Matthieu MOREL 2026-07-20 20:50:57 +0200
  • 90d57846f9 fix(package): rename t back to epoch in StampModTimes for self-documentation #32403 Amariah Kamau 2026-07-20 17:42:24 +0300
  • 5f9bc0fa97
    change order to avoid failing saving commands #32402 Jan Braje 2026-07-20 15:56:28 +0200
  • ff7ddedc55
    refactor tests, avoiding test run dependency & simpler view of testcases Jan Braje 2026-07-20 15:21:07 +0200
  • 0574da7415
    allow default bump type Jan Braje 2026-07-20 13:13:47 +0200
  • c6f3bf5dd9
    fixes issue where a current version could get misinterpreted afterwards Jan Braje 2026-07-20 13:09:49 +0200
  • 3a65d94d4b
    use Masterminds/semver/v3 for validation and update bump logic Jan Braje 2026-07-20 12:49:53 +0200
  • 15fd16f9d2 fix(package): normalize StampModTimes timestamp and add Chart.lock reproducibility test Amariah Kamau 2026-07-20 13:42:02 +0300
  • e9ae6b68e3
    remove default behavior in action/bump since command/bump doesn't allow default bump type Jan Braje 2026-07-20 11:36:51 +0200
  • 344c1ae3c2
    fix potential windows issue during copying Jan Braje 2026-07-20 11:38:40 +0200
  • 476a4cd2bc
    change bump group in commands Jan Braje 2026-07-20 11:27:38 +0200
  • 8690b7bc23
    fixup! throw correct error if no args provided Jan Braje 2026-07-20 11:25:53 +0200
  • 3e3578aefa
    remove wrong comment Jan Braje 2026-07-20 11:24:01 +0200
  • 47485eb157
    change wording Jan Braje 2026-07-20 11:22:00 +0200
  • 59d1700ccc
    throw correct error if no args provided Jan Braje 2026-07-20 11:18:32 +0200
  • 221f40a29d
    fix potential writing of chart files even if testing with no actual chart Jan Braje 2026-07-20 10:56:03 +0200
  • 3120d85753
    add `helm bump [VERSION_TYPE] [CHART]` for setting chart versions Signed-off-by: Jan Braje <12571346+janluak@users.noreply.github.com> Jan Braje 2026-07-20 10:19:08 +0200
  • 0604d8fb1e fix: pass registry client to downloader.Manager in upgrade #32400 Gates Wang 2026-07-19 20:36:57 -0400
  • 06978bd8c5
    Merge pull request #32371 from benoittgt/ci/tag-v4 George Jenkins 2026-07-19 16:55:32 -0700
  • ca5ca56275 release: clarify order map naming Raushan Kumar 2026-07-19 19:53:30 +0530
  • db8da0a937 release: simplify hook sorting Raushan Kumar 2026-07-19 19:38:53 +0530
  • 20a1ca2345 Fix whitespace lint issues Raushan Kumar 2026-07-19 09:19:31 +0530
  • cf1225427f release: address Copilot review feedback Raushan Kumar 2026-07-18 12:01:20 +0530
  • 13700e404c
    fix: prevent plugin tarball corruption, file descriptor leak, and error swallowing #32398 Akanksha Trehun 2026-07-19 19:36:18 +0530
  • cc8b430d46
    fix: prevent nil pointer panic in profiling, unchecked JSON decode, and index out of bounds in lint #32397 Akanksha Trehun 2026-07-19 19:31:49 +0530
  • 1a05478ae7 Fix SQL driver transaction commit handling in Create and Delete #32395 Mukul 2026-07-19 16:21:56 +0530
  • c5defd0f6c Write interactive prompts to stderr and handle echo-disable failures #32393 Mukul 2026-07-19 16:02:25 +0530
  • b4a6b72b0b Add local-time regression tests for status and list output #32391 Mukul 2026-07-19 15:55:32 +0530
  • 21d53bb52e fix(package): dedup StampModTimes after rebase onto ad93b7df #32173 Ilya Kiselev 2026-07-19 13:14:04 +0300
  • a5bc5429ad docs(package): document that SourceDateEpoch also rewrites Chart.lock's generated field Ilya Kiselev 2026-06-24 02:04:39 +0300
  • d9c6bbe37f test(cmd): cover SOURCE_DATE_EPOCH parsing in helm package CLI Ilya Kiselev 2026-06-24 01:56:37 +0300
  • af2da25b94 fix(package): make mod-time stamping a Chart method and stamp Lock.Generated Ilya Kiselev 2026-06-24 01:56:29 +0300
  • f6abb7c2ac test(package): clarify comment on Time.Equal usage in tar modtime check Ilya Kiselev 2026-05-30 00:12:57 +0300
  • 99054cc23c fix(package): remove embedded field from gzip selector per QF1008 Ilya Kiselev 2026-05-30 00:07:51 +0300
  • 55c0964bc7 fix: normalize epoch to UTC/truncate before stamping tar modtimes Ilya Kiselev 2026-05-29 23:57:56 +0300
  • 8424d9f21d feat(package): support SOURCE_DATE_EPOCH for reproducible chart archives Ilya Kiselev 2026-05-29 23:52:31 +0300
  • 05e9a98b5e Render CLI timestamps in local time so TZ is honored Mukul 2026-07-19 11:49:57 +0530
  • b7d4ea7f80
    Merge c5b6a84e4d into ccb8f595ab #32364 George Jenkins 2026-07-18 19:30:27 -0700
  • ccb8f595ab
    Merge pull request #32374 from helm/dependabot/github_actions/main/github/codeql-action/autobuild-4.37.1 George Jenkins 2026-07-18 19:30:24 -0700
  • 016c17a518 Merge branch 'main' of github.com:ratulbasak/helm into list-all-releases #32388 ratulbasak 2026-07-18 23:59:47 +0200
  • ee6e4aeb20 fix(list): include superseded releases in combined filters ratulbasak 2026-07-18 23:54:48 +0200
  • 8c1911e742 fix(plugins): secure symbolic link extraction and path validation in OCI plugins Signed-off-by: Kartik Kenchi <kartikbkenchi@gmail.com> #32387 Kartik Kenchi 2026-07-18 21:08:35 +0530
  • 3bcf965f99
    perf: enable concurrent status computation to prevent multi-minute delays (#32043) Zhaofeng Miao 2026-07-18 21:10:36 +0800
  • 82be04d7f2
    remove legacy import comments from remaining packages (#31933) Abhay Chaurasiya 2026-07-18 17:12:20 +0530
  • c2fda5ac58
    Potential fix for pull request finding #31907 Terry Howe 2026-07-18 05:33:34 -0600
  • a2b1a60d51
    fix: enhance error handling and improve test assertions (#32352) Matthieu MOREL 2026-07-18 13:28:03 +0200
  • ae4400ab4b release: address review feedback Raushan Kumar 2026-07-18 11:49:23 +0530
  • f3124766f0 release: avoid rebuilding kind order map during sorting Raushan Kumar 2026-07-17 21:21:44 +0530
  • 5a30c7ae85 fix(scripts): add cache-busting to get-helm-3 version check Solomon Wakhungu 2026-07-12 23:00:17 -0500
  • 048eeb93a1
    Merge bf2c8c4af0 into 06b95860dc #32264 Kartik Suryavanshi 2026-07-17 13:02:30 -0700
  • 2cf1437c20
    chore(deps): bump github/codeql-action/autobuild from 4.37.0 to 4.37.1 (#32381) dependabot[bot] 2026-07-17 05:56:20 -0600
  • c5a1348d28
    chore(deps): bump github/codeql-action init and analyze to 4.37.1 #32381 Terry Howe 2026-07-17 05:51:35 -0600
  • 0563162dd9
    chore(deps): bump github/codeql-action init and analyze to 4.37.1 #32374 Terry Howe 2026-07-17 05:51:11 -0600
  • 270f73b2df
    chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 (#32383) dependabot[bot] 2026-07-17 05:44:50 -0600
  • 9e3a0100a9
    chore(deps): bump github/codeql-action/upload-sarif (#32382) dependabot[bot] 2026-07-17 05:44:44 -0600
  • 06b95860dc
    chore(deps): bump github/codeql-action/upload-sarif (#32378) dependabot[bot] 2026-07-17 05:44:39 -0600
  • a494169853
    chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 (#32376) dependabot[bot] 2026-07-17 05:44:01 -0600
  • 892b2525d0 fix(chart): preserve aliased dependency paths when packaging YeongJae Min 2026-05-23 20:38:18 +0900
  • d817c54d51
    Merge pull request #32372 from gjenkins8/gjenkins/gitignore_ai_vendor_paths George Jenkins 2026-07-16 19:27:31 -0700
  • 998ecee347 refactor: use resource.Info metadata for delete pre-check #32373 raphael 2026-07-17 00:22:04 +0100
  • 538480c31c fix: TestStatusWaitForDelete flakes due to WaitForDelete informer initialization race raphael 2026-07-16 22:19:45 +0100
  • 8d8a6443ca
    chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 #32383 dependabot[bot] 2026-07-16 21:35:09 +0000
  • 69ffb6b4a1
    chore(deps): bump github/codeql-action/upload-sarif #32382 dependabot[bot] 2026-07-16 21:35:04 +0000
  • 2bca7952c8
    chore(deps): bump github/codeql-action/autobuild from 4.37.0 to 4.37.1 dependabot[bot] 2026-07-16 21:34:56 +0000
  • d60bdd51bb
    chore(deps): bump github/codeql-action/analyze from 4.37.0 to 4.37.1 #32380 dependabot[bot] 2026-07-16 21:34:46 +0000
  • 4805a7c88e
    chore(deps): bump github/codeql-action/init from 4.37.0 to 4.37.1 #32379 dependabot[bot] 2026-07-16 21:34:36 +0000
  • 5df3ce1862
    chore(deps): bump github/codeql-action/upload-sarif #32378 dependabot[bot] 2026-07-16 21:33:23 +0000
  • 98501f2140
    chore(deps): bump github/codeql-action/init from 4.37.0 to 4.37.1 #32377 dependabot[bot] 2026-07-16 21:33:15 +0000
  • f5c9490f69
    chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 #32376 dependabot[bot] 2026-07-16 21:33:07 +0000
  • 08751c0ef8
    chore(deps): bump github/codeql-action/analyze from 4.37.0 to 4.37.1 #32375 dependabot[bot] 2026-07-16 21:33:00 +0000
  • eeb37edfea
    chore(deps): bump github/codeql-action/autobuild from 4.37.0 to 4.37.1 dependabot[bot] 2026-07-16 21:32:51 +0000
  • ab5209a9e7 test case added #31908 Mujib Ahasan 2026-07-15 23:58:50 +0530
  • 8cd3a48c34
    chore: Add AI Vendor specific paths to `.gitignore` #32372 George Jenkins 2026-07-16 11:14:59 -0700
  • ba6c9a29ef
    Merge pull request #32290 from mahesh-sadupalli/fix/files-lines-empty-panic Terry Howe 2026-07-16 03:27:58 -0600
  • 9f3c89a4b5
    ci: auto-label PRs targeting main with v4.x #32371 Benoit Tigeot 2026-07-16 09:29:59 +0200
  • c5b6a84e4d
    chore: Cleanup deprecated and TODO comments #32364 George Jenkins 2026-07-14 19:20:33 -0700
  • 7ed8959dc2
    Merge pull request #32370 from gjenkins8/gjenkins/darwin_gocritic_lint_fixes Terry Howe 2026-07-15 18:16:40 -0600
  • 96a25ab4f8
    fix: 'gocritic: filepathJoin path seperator' lint error #32370 George Jenkins 2026-07-15 16:48:15 -0700
  • c9ed0caeba
    ci: auto-label PRs targeting dev-v3 (#32340) Benoit Tigeot 2026-07-16 00:39:38 +0200
  • 1367d76f0a
    Merge pull request #32343 from mmorel-35/testifylint-manual-assert-internal-3 George Jenkins 2026-07-15 15:24:08 -0700
  • b972701ebe update: helper now save previous time.local value and restore it Mujib Ahasan 2026-03-11 01:12:00 +0530
  • a26c707faa test cases fixed for helm history Mujib Ahasan 2026-03-06 02:36:28 +0530
  • d39e756e7c helm history respect TZ now Mujib Ahasan 2026-03-06 01:48:52 +0530
  • 9c373bf4fc
    Merge pull request #32327 from fluxcd/fix-32326 George Jenkins 2026-07-15 11:23:07 -0700
  • bf2c8c4af0 fix: preserve original symlink FileInfo on Lstat failure #32264 Kartik Suryavanshi 2026-07-15 22:03:27 +0530
  • 67e71e18ed fix: address review feedback on error routing Kartik Suryavanshi 2026-07-15 21:29:36 +0530
  • 8bc1c04c11 fix: address review feedback Kartik Suryavanshi 2026-07-15 21:07:40 +0530
  • 3d42cb4c6a fix: only skip broken symlinks when matched by .helmignore Kartik Suryavanshi 2026-07-15 19:58:20 +0530
  • 458f9fa376
    ci: reuse existing v3.x label for dev-v3 PRs #32340 Benoit Tigeot 2026-07-15 16:08:00 +0200
  • c90d0937be
    Potential fix for pull request finding Benoit Tigeot 2026-07-13 18:42:06 +0200
  • 51fedd4914
    ci: bump actions/labeler to v6.2.0 Benoit Tigeot 2026-07-13 09:16:35 +0200
  • 59f4e506d6
    ci: auto-label PRs targeting dev-v3 Benoit Tigeot 2026-07-13 09:09:48 +0200
  • b842ddfccb
    chore(deps): bump oras.land/oras-go/v2 from 2.6.1 to 2.6.2 (#32331) dependabot[bot] 2026-07-15 05:57:00 -0600
  • f6047c96c7
    chore(deps): bump github.com/mattn/go-shellwords from 1.0.13 to 1.0.14 (#32332) dependabot[bot] 2026-07-15 05:56:14 -0600
  • 73a4cfea39
    Merge e58ce34aa1 into ad93b7df63 #32363 Kartik Suryavanshi 2026-07-15 11:31:26 +0000
  • e58ce34aa1 fix: use errors.As with content check for duplicate key detection #32363 Kartik Suryavanshi 2026-07-15 16:54:11 +0530