Commit Graph

4036 Commits (v4.3.0)

Author SHA1 Message Date
Jakub Jaruszewski aa1ae3a360
Fix missing conflict retry with server-side apply (#32088)
2 months ago
Matthieu MOREL a02a5713de
chore: fix elseif and ifElseChain issues from gocritic (#32289)
2 months ago
George Jenkins 7a7b328ba5
Merge pull request #32319 from mmorel-35/revive
2 months ago
Matheus Pimenta 73c1fb2451
Address review comments
2 months ago
Matheus Pimenta bfebbb7c1a
Fix vanishing empty lines
2 months ago
Matthieu MOREL 16787d65f5 feat(linters): add new revive rules for better code quality
2 months ago
Matthieu MOREL 9662fdd73b refactor: enable several checks from gocritic
2 months ago
Terry Howe d262c7ca79
Merge pull request #32296 from mmorel-35/gocritic-singleCaseSwitch
2 months ago
Matthieu MOREL 96b315f188 chore: fix emptyStringTest, nestingReduce and singleCaseSwitch checks issues from gocritic
2 months ago
Matthieu MOREL c1569ea83f Update pkg/cmd/history_test.go
2 months ago
Matthieu MOREL 65077c10fa test: replace assert.Equal with require.EqualError for improved error handling
2 months ago
Matthieu MOREL 4ade4a5495 test: replace assert.Contains with assert.ErrorContains for better error handling
2 months ago
Matthieu MOREL f34ad6c337 chore: fix several checks issues from testifylint
2 months ago
LarytheLord 47bde11959 test(cli): use t.Cleanup for resetEnv with t.Setenv
2 months ago
LarytheLord 9b30076180 test(cli): isolate user-agent rest config test from host kubeconfig
2 months ago
Matthieu MOREL 07259ecc86 chore: fix several checks issues from gocritic
2 months ago
Mahesh Sadupalli 143631f735 fix(engine): prevent Files.Lines panic on empty file
2 months ago
kimsungmin1 d539556a8d
Potential fix for pull request finding
2 months ago
kimsm28 503acff975 fix(registry): resolve golangci-lint issues in token-auth tests
2 months ago
kimsm28 3cbee7e935 fix(registry): use plain-http registry in token-auth scope test
2 months ago
Terry Howe 26ada49c1a Update pkg/registry/client.go
2 months ago
kimsm28 9b7a70f0ca test: improve client_scope_test.go to avoid data races and brittle assertions
2 months ago
kimsm28 ee181f4570 fix typos in withScopeHint function comment
2 months ago
kimsm28 1f0a728496 fix registry test failures by adjusting DockerRegistryHost and auth server listener management
2 months ago
kimsm28 8883c9cc70 fix variable naming requestUrl -> requestURL
2 months ago
kimsm28 530e728ea9 fix typo, remove unnecessary code, fix to avoid to use the assertion in http hanlder
2 months ago
kimsungmin1 26e5071f66 change suite.Nil, suite.NotNill to more proper function(suite.NoError, suite.Error)
2 months ago
kimsungmin1 8c8d6e3262 change client_scope_test.go to use httptest
2 months ago
kimsungmin1 9d77ccd46d fix typo
2 months ago
kimsungmin1 fc743b2a1b remove freeport dependency
2 months ago
kimsungmin1 319e06cda3 add newline in license header
2 months ago
kimsungmin1 301e3a12d5 fix scope when helm push to a registry that use token auth
2 months ago
Terry Howe 188d331dc3
Merge pull request #32259 from gjenkins8/refactor/testify-pkg-cli
3 months ago
George Jenkins 144246cd28
Potential fix for pull request finding
3 months ago
Will Noble 61bba7c659 Apply suggestions
3 months ago
Will Noble d887779b9b Properly format the extra field in gzipped packages
3 months ago
Terry Howe 1ffd0012d3
Merge pull request #32221 from gjenkins8/refactor/testify-pkg-small
3 months ago
Terry Howe 0bca9871ad
Merge pull request #32254 from gjenkins8/refactor/testify-pkg-registry
3 months ago
Terry Howe 7e2bdcb526
Merge pull request #32255 from gjenkins8/refactor/testify-pkg-release
3 months ago
Terry Howe 662c99f910
Merge pull request #32253 from gjenkins8/refactor/testify-repotest
3 months ago
Terry Howe 645e6369a7
Merge pull request #32252 from gjenkins8/refactor/testify-pkg-strvals
3 months ago
George Jenkins 7ab295fcfc
refactor(internal/release): convert tests to testify assert/require
3 months ago
George Jenkins 4cce0e9e2a
refactor(pkg/release): convert tests to testify assert/require
3 months ago
George Jenkins 8b0a167484
refactor(pkg/registry): convert tests to testify assert/require
3 months ago
George Jenkins b42faba9d2
refactor(repotest): convert tests to testify assert/require
3 months ago
Matthieu MOREL 34cfdfdbe5 chore: enable contextcheck, fatcontext and noctx linters
3 months ago
Terry Howe 05b2746081
Merge pull request #32184 from atkrad/fix/kube-isreachable-nil-panic
3 months ago
Terry Howe a092a1bd09
Merge pull request #31859 from biagiopietro/feature/rollback-revision-history
3 months ago
Terry Howe c36e4d52bd
test: use assert.Empty for zero-length assertions in validate_test
3 months ago
Terry Howe f59fae54cc
Merge pull request #32233 from s3onghyun/docs-version-desc-typo
3 months ago
George Jenkins 253da5106a
Merge pull request #32171 from mmorel-35/empty-len
3 months ago
s3onghyun dd442c0cc7 docs: fix typo in helm version command description
3 months ago
George Jenkins 422773cd49
Merge pull request #32129 from gregory-m/fix-test-logs-non-pod-hooks
3 months ago
George Jenkins 5655e3f2a4
Merge pull request #32230 from helm/revert-32081-fix/statuswait-delete-race
3 months ago
George Jenkins fb9791f492
Merge pull request #32136 from SebTardif/fix-digest-error-swallow
3 months ago
George Jenkins daa045d492 refactor(pkg/strvals): convert tests to testify assert/require
3 months ago
George Jenkins 16b0760dfd refactor(pkg/cli): convert tests to testify assert/require
3 months ago
George Jenkins d3bd09147b
Revert "fix(kube): prevent spurious early exit in WaitForDelete during informer sync"
3 months ago
George Jenkins 9ad5620edc
Update pkg/ignore/rules_test.go
3 months ago
George Jenkins f4d713abb2 refactor(pkg): convert tests to testify assert/require
3 months ago
Jeaeun Kim 9c1d5a3b24 chore: rename savedErr to clear its specific purpose
3 months ago
Jeaeun Kim 99baa2edd4 chore: fix lint
3 months ago
Jeaeun Kim ea847fef95 chore: store err separately for clarity
3 months ago
Jeaeun Kim 2014946e55 chore: Improve error reporting for `helm template --debug` with `--show-only`
3 months ago
Terry Howe b3fbf8d0f7
Merge pull request #30808 from mmorel-35/errorlint
3 months ago
George Jenkins 81d6f04c82
Merge pull request #30867 from mmorel-35/gocritic
3 months ago
Evans Mungai ac4f8a6c22
Merge pull request #31584 from banjoh/em/check-ownership-before-delete
3 months ago
Mohammad Abdolirad 1f7869c31f
fix panic on repeated IsReachable calls
3 months ago
Terry Howe a5552edf9f
fix: protect FailingKubeClient.RecordedWaitOptions from data race (#31925)
3 months ago
Terry Howe c2f1b238a1
fix: route registry client output to stdout instead of stderr (#32056)
3 months ago
Ogulcan Aydogan 7058f841af
fix(engine): add debug logging when lookup returns empty (#32205)
3 months ago
MrJack 0ade355c35
Merge branch 'helm:main' into feature/rollback-revision-history
3 months ago
George Jenkins e5efe067ed
Merge pull request #31758 from benoittgt/fix-31757
3 months ago
Evans Mungai a6179d0dd1
Merge branch 'main' into em/check-ownership-before-delete
3 months ago
MrJack 1b360574a9
Merge branch 'helm:main' into feature/rollback-revision-history
3 months ago
Terry Howe 59b57c5c31
Merge pull request #31885 from mmorel-35/whitespace
3 months ago
George Jenkins fc2e27e448
Merge pull request #32081 from TerryHowe/fix/statuswait-delete-race
3 months ago
Matthieu MOREL 488c4a805d Fix empty and len testifylint violations across test files
4 months ago
Evans Mungai d374e823b2
Merge pull request #32086 from mmorel-35/error-is-as
4 months ago
Austin Abro 6dc1c1ccf8
lower resync period
4 months ago
MrJack 8250ba6152
Merge branch 'helm:main' into feature/rollback-revision-history
4 months ago
Sebastien Tardif e095e690a8 fix(provenance): check error return in Digest
4 months ago
Terry Howe fcdf3854b0
Merge pull request #32113 from isumitsolanki/issue_32100
4 months ago
Robert Sirchia 6c3f397d2c
Merge pull request #32122 from quyentonndbs/chore/lint-deprecations-comment-typo
4 months ago
MrJack d097d882d4 Renamed flag from show-rollback to show-rollback-revision
4 months ago
MrJack 291a1a3b26
Merge branch 'helm:main' into feature/rollback-revision-history
4 months ago
Gregory Man 1a1ec6e3cc fix: skip non-Pod test hooks in GetPodLogs
4 months ago
Sebastien Tardif ea2343ebea fix(repo): use structured slog args in index.go
4 months ago
Terry Howe b2786f15f2
Merge pull request #32118 from box4wangjing/main
4 months ago
George Jenkins 39b2edca71
Merge pull request #32091 from ogulcanaydogan/chore/remove-pre-go120-transport-cloner
4 months ago
Kai Tanaka 2032ec5cba docs: fix 'than'->'that' typo in deprecatedAPIError godoc
4 months ago
box4wangjing 432fc8a217 refactor: use slices.Backward to simplify the code
4 months ago
Terry Howe 0f09636c79
Merge pull request #32099 from SebTardif/fix/helm-test-logs-multi-container
4 months ago
Terry Howe d9a18b59a8
Merge pull request #31695 from aeroyorch/add-duration-functions
4 months ago
Sumit Solanki 53d5f13f46
Potential fix for pull request finding
4 months ago
MrJack 38336f84ec
Merge branch 'helm:main' into feature/rollback-revision-history
4 months ago
Sumit Solanki 6620fec5d1 fix(downloader): order DiskCache.Get checks for overlayfs empty dirs
4 months ago
George Jenkins 19b3656306
Bump to version v4.2 (#32102)
4 months ago
Evans Mungai 03a65a71f7
Fix lint errors
4 months ago
Evans Mungai 007713087b
fix: address Copilot review on ownership-verified uninstall
4 months ago
Evans Mungai 9728c5af31
Potential fix for pull request finding
4 months ago
Evans Mungai ed5789cbda
Merge remote-tracking branch 'origin/main' into em/check-ownership-before-delete
4 months ago
Sebastien Tardif 922558fc1a fix: address review feedback
4 months ago
Sebastien Tardif 854f7f6b72 fix: fetch logs from all containers in test pods
4 months ago
Terry Howe b3a458fde9
Merge pull request #31970 from isumitsolanki/fix/31965-decouple-cli-from-kube
4 months ago
Ogulcan Aydogan 73f71bceae
fix(registry): remove pre-Go-1.20 transport cloner fallback
4 months ago
Terry Howe 38f3704983
Merge pull request #32034 from cairon-ab/fix/pull-debug-output
5 months ago
MrJack dc04059ea3
Merge branch 'helm:main' into feature/rollback-revision-history
5 months ago
Matthieu MOREL f8ba28bb17 testifylint: enable error-is-as and error-nil rules
5 months ago
Terry Howe 5e09ee78ee
fix(kube): always propagate context.Canceled in WaitForDelete
5 months ago
Terry Howe 4e24ee41a4
fix(kube): prevent spurious early exit in WaitForDelete during informer sync
5 months ago
Terry Howe fbc2791886
Merge pull request #32078 from matheuscscp/go-1.26-k8s-1.36-cli-utils-1.1
5 months ago
Terry Howe 2fb101a20b
Merge pull request #31755 from scottrigby/template-cmd-deprecate-notes-flags
5 months ago
Matheus Pimenta a4a9cc7a31
Upgrade Go to 1.26, Kubernetes to 1.36, kstatus to 1.1
5 months ago
George Jenkins 4bd9e90aa0
Merge pull request #30811 from mmorel-35/testifylint
5 months ago
Benoit Tigeot 740174a2b1
fix(version): avoid false range detection on prerelease x/X
5 months ago
Benoit Tigeot b79d7f1881
fix(version): version range || can has no space
5 months ago
Benoit Tigeot bf78b876c7
feat: report in debug the version we select with version range arg
5 months ago
Benoit Tigeot 1e145ee2b2
fix: prevent warning when using version range constraints
5 months ago
Matheus Pimenta 8f56f24d63
fix(templating): hooks conflicting with templates in post-renderers (#32049)
5 months ago
MrJack 3838d2d2dd
Merge branch 'helm:main' into feature/rollback-revision-history
5 months ago
Terry Howe 29d309e56b
Merge pull request #31981 from abhay1999/fix/ssa-error-context
5 months ago
George Jenkins 66e5049405
Merge pull request #32008 from rhysmcneill/bugfix/helm-upgrade-err-variable-defect
5 months ago
Terry Howe 83a4611908
Merge pull request #12932 from AndiDog/error-message
5 months ago
Matheus Pimenta 265c5eb530
fix(templating): SplitManifests must preserve line endings for downstream YAML parsers (#31952)
5 months ago
MrJack 16c6662566
Merge branch 'helm:main' into feature/rollback-revision-history
5 months ago
Evans Mungai a8e249714f Update pkg/chart/common/util/coalesce.go
5 months ago
Johannes Lohmer 52fc971da3 test(values): Add test for nil cleanup in partially overridden subchart maps
5 months ago
Johannes Lohmer 00638773d1 fix(values): do not copy chart-default nils into coalesced values
5 months ago
Johannes Lohmer 6eb4ebf0e1 test(values): add test for subchart nil producing %!s(<nil>)
5 months ago
Johannes Lohmer 5cb4e7d992 test(values): add tests for subchart nil value regressions
5 months ago
Jorge Rocamora 722dd3e3a8 Add duration functions
5 months ago
George Jenkins bd061e0cd7
Merge pull request #32016 from TerryHowe/fix/flaky-waitfordelete-timeout
5 months ago
Matheus Pimenta a27f1add79
fix(templating): fix wrong YAML separator parsing for post-renderers (#31941)
5 months ago
Cairon c26be60d81 fix: add debug logging to HTTP getter for helm pull
5 months ago
MrJack 41ba370236
Merge branch 'helm:main' into feature/rollback-revision-history
5 months ago
Sumit Solanki 213c869a98 refactor(cli): share RetryingRoundTripper via pkg/kubeenv
5 months ago
George Jenkins 586eb57338
fix: Plugin missing provenance bypass
5 months ago
George Jenkins f7c4d75574
Merge commit from fork
5 months ago
George Jenkins f8afb35f4e
Merge commit from fork
5 months ago
Terry Howe a7f84439aa
test(kube): fix flaky WaitForDelete test by avoiding informer sync race
5 months ago
Terry Howe 4c0d21f53f
test(kube): fix flaky WaitForDelete timing in status wait tests
5 months ago
Anmol Virdi de58531ca7 Minor nit: fix import instructions to comply with canonical import paths
5 months ago
Rhys McNeill 8ef2d45934 fix(action): return correct error variable in prepareUpgrade
5 months ago
MrJack 42db90d9e8
Merge branch 'helm:main' into feature/rollback-revision-history
5 months ago
abhay1999 f257c95c78 fix(kube): clarify server-side apply patch errors
6 months ago
Sumit Solanki 64f1d0af5b refactor(cli): decouple EnvSettings from pkg/kube
6 months ago
Debasish Mohanty 85bf56ea82
docs(registry): fix incorrect and improve clarity of comments in client.go
6 months ago
Sumit Solanki 154993723a refactor(cli): decouple EnvSettings from pkg/kube to avoid import cycles
6 months ago
Terry Howe 8e44f8e3fe
Merge pull request #31957 from Mentigen/add-mustToToml
6 months ago