Commit Graph

3842 Commits (v4.2.4)

Author SHA1 Message Date
Matheus Pimenta 265c5eb530
fix(templating): SplitManifests must preserve line endings for downstream YAML parsers (#31952)
4 months ago
Evans Mungai a8e249714f Update pkg/chart/common/util/coalesce.go
4 months ago
Johannes Lohmer 52fc971da3 test(values): Add test for nil cleanup in partially overridden subchart maps
4 months ago
Johannes Lohmer 00638773d1 fix(values): do not copy chart-default nils into coalesced values
4 months ago
Johannes Lohmer 6eb4ebf0e1 test(values): add test for subchart nil producing %!s(<nil>)
4 months ago
Johannes Lohmer 5cb4e7d992 test(values): add tests for subchart nil value regressions
4 months ago
George Jenkins bd061e0cd7
Merge pull request #32016 from TerryHowe/fix/flaky-waitfordelete-timeout
4 months ago
Matheus Pimenta a27f1add79
fix(templating): fix wrong YAML separator parsing for post-renderers (#31941)
4 months ago
Cairon c26be60d81 fix: add debug logging to HTTP getter for helm pull
4 months ago
Sumit Solanki 213c869a98 refactor(cli): share RetryingRoundTripper via pkg/kubeenv
4 months ago
George Jenkins 586eb57338
fix: Plugin missing provenance bypass
4 months ago
George Jenkins f7c4d75574
Merge commit from fork
4 months ago
George Jenkins f8afb35f4e
Merge commit from fork
4 months ago
Terry Howe a7f84439aa
test(kube): fix flaky WaitForDelete test by avoiding informer sync race
4 months ago
Terry Howe 4c0d21f53f
test(kube): fix flaky WaitForDelete timing in status wait tests
4 months ago
Anmol Virdi de58531ca7 Minor nit: fix import instructions to comply with canonical import paths
4 months ago
Rhys McNeill 8ef2d45934 fix(action): return correct error variable in prepareUpgrade
4 months ago
abhay1999 f257c95c78 fix(kube): clarify server-side apply patch errors
5 months ago
Sumit Solanki 64f1d0af5b refactor(cli): decouple EnvSettings from pkg/kube
5 months ago
Debasish Mohanty 85bf56ea82
docs(registry): fix incorrect and improve clarity of comments in client.go
5 months ago
Sumit Solanki 154993723a refactor(cli): decouple EnvSettings from pkg/kube to avoid import cycles
5 months ago
Terry Howe 8e44f8e3fe
Merge pull request #31957 from Mentigen/add-mustToToml
5 months ago
Ilya Kiselev c1a5a6e260 docs(engine): fix misleading toTOML doc comment
5 months ago
Ilya Kiselev b075f7a35d feat(engine): add mustToToml template function
5 months ago
Matthieu MOREL 7edfff33eb chore: fix unnecessary-format issues from revive
5 months ago
Matthieu MOREL 071558d69f chore: fix bool-compare issues from testifylint
5 months ago
George Jenkins 42f78ba60e
Merge pull request #31872 from mmorel-35/perfsprint-pkg-6-5f845e3
5 months ago
George Jenkins e3b4808450
Merge pull request #31874 from mmorel-35/perfsprint-pkg-4-fb6db58
5 months ago
George Jenkins 610547b570
Merge pull request #31873 from mmorel-35/perfsprint-pkg-5-3294250
5 months ago
George Jenkins 47a084091e
ignore error plugin loads (cli, getter)
5 months ago
George Jenkins d3df72e560
Merge pull request #31932 from TerryHowe/fix/remove-legacy-import-comments-test-files
5 months ago
Terry Howe e64d628a13
fix(kube): remove legacy import comments from test files
5 months ago
abhay1999 d7cdc9e8fb pkg/kube: remove legacy import comments
5 months ago
George Jenkins 36dcc27ca3
fix: Plugin version path traversal
5 months ago
tsinglua 259f181808 chore: fix some minor issues in the comments
5 months ago
George Jenkins 60184996e5
fix: Chart dot-name path bug
5 months ago
Terry Howe 3e7b38fd04
Merge pull request #31868 from matheuscscp/fix-31867
5 months ago
Matheus Pimenta af94abf976
fix: insert newline after doc separators glued to content by template trimming
5 months ago
Matthieu MOREL e31a078e6e
chore: enable modernize linter (#31860)
5 months ago
Travis Leeden 16573f87f5 Restored --atomic flag on install command
5 months ago
George Jenkins df8e0301ed
Merge pull request #31878 from mmorel-35/perfsprint-pkg-3-39f7a9f
6 months ago
George Jenkins 4f9f18c453
Merge pull request #31875 from mmorel-35/perfsprint-pkg-2-0e1acbc
6 months ago
George Jenkins c4392033cc
Merge pull request #31853 from atombrella/feature/fmt_unneeded
6 months ago
Terry Howe 58f066b9a5
Merge pull request #31879 from mmorel-35/perfsprint-pkg-7-a389500
6 months ago
Matthieu MOREL 5d40f17011
Update pkg/cmd/status.go
6 months ago
Matthieu MOREL dc0e3f10c3 chore(pkg): fix perfsprint linter issues part 6
6 months ago
Matthieu MOREL e3c74fd9fa chore(pkg): enable perfsprint linter
6 months ago
Matthieu MOREL 1d2d63cc43 chore(pkg): enable perfsprint linter
6 months ago
Matthieu MOREL 63f03c0f5c chore(pkg): enable perfsprint linter
6 months ago
Matthieu MOREL c25c988cfb chore(pkg): enable perfsprint linter
6 months ago
Matthieu MOREL 0fecfd04c2 chore(pkg): enable perfsprint linter
6 months ago
Matthieu MOREL 6c2cb2f547 chore(pkg): enable perfsprint linter
6 months ago
Mads Jensen 36cb3a2fe9 Replace unneeded use of t.Fatalf with t.Fatal
6 months ago
Matthieu MOREL 5b6c6bbfc7 fix: enable nolinlint linter
6 months ago
Terry Howe d275b925c4
Merge pull request #31852 from rohansood10/fix/31846-import-comment
6 months ago
George Jenkins be7cdb69e5
Merge pull request #31806 from mmorel-35/errorlint-pkg-4-15f432a
6 months ago
George Jenkins 3dfc4f3cf6
Merge pull request #31858 from helm/gjenkins/go_fix
6 months ago
George Jenkins 3ad9ccdb19
Merge pull request #31563 from Mujib-Ahasan/dry-run-fix
6 months ago
George Jenkins b667317422
fixup `strings.Cut` variables
6 months ago
George Jenkins 92b64e87ad
chore: fixes
6 months ago
rohansood10 c59c140ce0 fix: correct import comment in statuswait.go from v3 to v4
6 months ago
Evans Mungai ee018608f6
fix: handle OCI digest algorithm prefix in chart downloader (#31601)
6 months ago
Terry Howe b26ec6b09e
Merge pull request #31566 from TerryHowe/fix-test-concurrency-download-index
6 months ago
Matt Farina 794372e317
Merge pull request #31816 from mmorel-35/errorlint-pkg-7-6d6a660
6 months ago
Evans Mungai 4a91f3ad5c
feat(release): add internal/release/v2 package for chart v3 support (#31709)
6 months ago
Terry Howe b6fbb68c2b
Merge pull request #31776 from t0rr3sp3dr0/pedrotorres/fix-oci-index-pull
6 months ago
Joe Julian 947b429cdd
Merge pull request #31801 from mmorel-35/modernize-pkg-4-062b248
6 months ago
Joe Julian 78f5af72be
Merge pull request #31802 from mmorel-35/modernize-pkg-5-a3c8fdb
6 months ago
Joe Julian 70899a6b3f
Merge pull request #31578 from manute/main
6 months ago
Joe Julian 14e0b8f970
Merge pull request #31128 from orgads/win-parallel
6 months ago
Joe Julian 56d0d9374a
Merge pull request #31810 from mmorel-35/errorlint-pkg-5-dda0145
6 months ago
Joe Julian 7f9703fe22
Merge pull request #31811 from mmorel-35/errorlint-pkg-3-39f7a9f
6 months ago
Matthieu MOREL 259f76a849 fix(pkg): errorlint linter
6 months ago
Matthieu MOREL 6d1490ed1e fix(pkg): errorlint linter
6 months ago
Matthieu MOREL 4d0ae7f33a fix(pkg): errorlint linter
6 months ago
Matthieu MOREL 4330bdea04 fix(pkg): errorlint linter
6 months ago
Matthieu MOREL c8989d984f fix(pkg): errorlint linter
6 months ago
Orgad Shaneh 76eb37c01a fix(downloader): safely handle concurrent file writes on Windows
6 months ago
Terry Howe 1468449ff5
Merge pull request #31794 from mmorel-35/modernize-pkg-1-f9be97c
6 months ago
Manuel Alonso 9817a68618
fix(install): check nil for restClientGetter and fix tests
6 months ago
Evans Mungai 5aac32077f
feat(create): add --chart-api-version flag (when HELM_EXPERIMENTAL_CHART_V3 env var is set) (#31592)
6 months ago
Matthieu MOREL 5cc2e55714 chore(pkg): fix modernize linter
6 months ago
Matthieu MOREL ba38159313 chore(pkg): fix modernize linter
6 months ago
Matthieu MOREL 111d4e6e0e chore(pkg): fix modernize linter
6 months ago
Evans Mungai 5b78ee8dff
Merge pull request #31644 from banjoh/em/fix-nil-values
7 months ago
Pedro Tôrres e8f386b5aa
add image index test
7 months ago
Pedro Tôrres d983696e35
fix pulling charts from OCI indices
7 months ago
Matheus Pimenta 787b61cedb
Revert "Consider GroupVersionKind when matching resources"
7 months ago
Scott Rigby f928025cdb
Merge pull request #31717 from AustinAbro321/use-logger-with-waiter
7 months ago
Scott Rigby 6d5f56fa6e
fix(template): deprecate unused --hide-notes and --render-subchart-notes flags
7 months ago
Evans Mungai 9211dfef6a
Merge pull request #31743 from banjoh/em/document-uninstall-using-cascade
7 months ago
Austin Abro ec0726523e
whitespace
7 months ago
Austin Abro 63b40a7a5e
use logger with waiter
7 months ago
Matheus Pimenta b0b35f1231
feat(kstatus): fine-grained context options for waiting
7 months ago
Evans Mungai e70d59de7c
docs: document uninstall using cascade foreground flag
7 months ago
Matheus Pimenta bbec77c1f7
bugfix(kstatus): do not wait forever on failed resources
7 months ago
George Jenkins 50546ef665
Merge pull request #31723 from matheuscscp/fix-storage-logger
7 months ago
Matheus Pimenta c1cc625323
chore(defaults): server-side apply SDK defaults should always match the CLI defaults
7 months ago
Evans Mungai 828038a8fe
chore: clarify --wait flag help text
7 months ago
Manuel Alonso 7c089bed26
Merge branch 'main' into main
7 months ago