Commit Graph

3763 Commits (540432ca77bdfbf89dfc22743a2e4cc7c032ae38)

Author SHA1 Message Date
Orgad Shaneh 76eb37c01a fix(downloader): safely handle concurrent file writes on Windows
3 months ago
Terry Howe 1468449ff5
Merge pull request #31794 from mmorel-35/modernize-pkg-1-f9be97c
3 months ago
Manuel Alonso 9817a68618
fix(install): check nil for restClientGetter and fix tests
3 months ago
Evans Mungai 5aac32077f
feat(create): add --chart-api-version flag (when HELM_EXPERIMENTAL_CHART_V3 env var is set) (#31592)
3 months ago
Matthieu MOREL 5cc2e55714 chore(pkg): fix modernize linter
3 months ago
Matthieu MOREL ba38159313 chore(pkg): fix modernize linter
3 months ago
Matthieu MOREL 111d4e6e0e chore(pkg): fix modernize linter
3 months ago
Evans Mungai 5b78ee8dff
Merge pull request #31644 from banjoh/em/fix-nil-values
3 months ago
Pedro Tôrres e8f386b5aa
add image index test
3 months ago
Pedro Tôrres d983696e35
fix pulling charts from OCI indices
3 months ago
Matheus Pimenta 787b61cedb
Revert "Consider GroupVersionKind when matching resources"
3 months ago
Scott Rigby f928025cdb
Merge pull request #31717 from AustinAbro321/use-logger-with-waiter
3 months ago
Evans Mungai 9211dfef6a
Merge pull request #31743 from banjoh/em/document-uninstall-using-cascade
3 months ago
Austin Abro ec0726523e
whitespace
3 months ago
Austin Abro 63b40a7a5e
use logger with waiter
3 months ago
Matheus Pimenta b0b35f1231
feat(kstatus): fine-grained context options for waiting
3 months ago
Evans Mungai e70d59de7c
docs: document uninstall using cascade foreground flag
3 months ago
Matheus Pimenta bbec77c1f7
bugfix(kstatus): do not wait forever on failed resources
3 months ago
George Jenkins 50546ef665
Merge pull request #31723 from matheuscscp/fix-storage-logger
3 months ago
Matheus Pimenta c1cc625323
chore(defaults): server-side apply SDK defaults should always match the CLI defaults
3 months ago
Evans Mungai 828038a8fe
chore: clarify --wait flag help text
3 months ago
Manuel Alonso 7c089bed26
Merge branch 'main' into main
3 months ago
Manuel Alonso 6501ef490a
chore(refactor): better testing and functionality for installing crd
3 months ago
Matheus Pimenta a8eb527847
bugfix(storage): fix storage not getting logger from driver
3 months ago
Evans Mungai 40a9de1086
Merge pull request #31412 from fmuyassarov/devel/rollback
3 months ago
Evans Mungai f46f1ce55d
Update pkg/kube/statuswait.go
3 months ago
Matheus Pimenta 59ece92bed
pkg/kube: introduce support for custom kstatus readers
3 months ago
Manuel Alonso 0f949a92c1
fix(test): fix tests and check nil for restclient
3 months ago
Manuel Alonso Gonzalez 561410ae1d
fix(test): merge fix correctly
3 months ago
Evans Mungai e751a70e84
fix(release): fix test compilation error
4 months ago
Evans Mungai 2e2cb05855
Merge pull request #31427 from tisonkun/resolve-todo
4 months ago
Evans Mungai 05f25a3834
Merge pull request #31579 from benoittgt/delete-hook-after-log-retrieval
4 months ago
Manuel Alonso df8ec771f9
Merge branch 'main' into main
4 months ago
Terry Howe 429ce93848
Merge pull request #31613 from aslafy-z/feat/getter-env
4 months ago
Evans Mungai 0298b2ffd0
Remove refactorring changes from coalesce_test.go
4 months ago
Evans Mungai b8937ad192
Fix import
4 months ago
Evans Mungai a333bbaf27
Update pkg/chart/common/util/coalesce_test.go
4 months ago
Feruzjon Muyassarov 374aeb4b4e
Fix rollback for missing resources
4 months ago
Terry Howe 08f17fc947
Merge pull request #31683 from majiayu000/fix-13198---api-versions-is-undocumented-1230-2329
4 months ago
George Jenkins fa41d60d73
Merge pull request #31239 from StephanieHhnbrg/test-actions-pkg
4 months ago
Mads Jensen 2d6d9c09c4 Replace reflect.Ptr with reflect.Pointer
4 months ago
majiayu000 c7cc77b68d
Add documentation for --api-versions flag in template command
4 months ago
Matt Farina fe1c749183
Fixing failing tests for cli-tools update
4 months ago
George Jenkins 118d90e810
Merge pull request #31677 from gjenkins8/gjenkins/new_client_set
4 months ago
George Jenkins a15db7f087 Replace deprecated `NewSimpleClientset`
4 months ago
Terry Howe 8802d959cb
Merge pull request #31104 from LinPr/fix
4 months ago
Manuel Alonso 00f0a48a7d
fix(install): add more tests and check nil file data
4 months ago
Manuel Alonso 0357e8d0f7
fix(test): no check empty resources
4 months ago
Manuel Alonso 52235cc0bf
fix(install): check lenght and file nil, add tests
4 months ago
Manuel Alonso 268593bf2e
fix(action): crd resources can be empty
4 months ago
George Jenkins f05c21b6b6
Merge pull request #31296 from gjenkins8/gjenkins/runtime_kube_version
4 months ago
Mujib Ahasan 170911459b fix: casing issue fixed
4 months ago
George Jenkins 24e8297343
Merge pull request #31610 from mohsenmottaghi/fix-helm-4-watch-strategy
4 months ago
Brenden Ehlers 1c119bcaa6 fix: add default casess to switch statements
4 months ago
Mujib Ahasan 94860626ce fix: error handled correctly
4 months ago
Branch Vincent c6d9a5bdc2 build: set kube version via `debug.BuildInfo`
4 months ago
Matt Farina 2108bc5070
Merge pull request #31448 from laervn/feat/add-no-headers-option
4 months ago
Mujib Ahasan 12e8b715aa fix: doc string added
4 months ago
Deepak Chethan 55a4aed67f
doc: update based on review suggestion
4 months ago
Mohsen Mottaghi d6b35cedeb
test(statuswait): fix Copilot code review suggestion for goroutine in tests
4 months ago
Mohsen Mottaghi a1543d5947
test(statuswait): add more tests suggested by Copilot code review
4 months ago
Mohsen Mottaghi dd44f4ecd0
test(statuswait): add some tests for statuswait
4 months ago
Mohsen Mottaghi 3dd54ed0b6
fix: use namespace-scoped watching to avoid cluster-wide LIST permissions
4 months ago
Deepak f92ae18977 fix(doc): Update default wait strategy
4 months ago
Terry Howe 019e7e7145
Merge pull request #31650 from helm/gjenkins/fix_TestConcurrencyDownloadIndex
4 months ago
tison 9772037ed8
Update to use slog
4 months ago
tison 3c6557dcf5
Fix TestCliPluginExitCode
4 months ago
tison 5196b8431a
Check plugin name is not used
4 months ago
George Jenkins 592815ea2b Fix `TestConcurrencyDownloadIndex` typo
4 months ago
George Jenkins d2ea7c4276
Merge pull request #31649 from atombrella/feature/errorlint_is_as
4 months ago
Terry Howe 188ac4e834
Merge pull request #31635 from banjoh/em/fix-ssa-upgrade-install-cmd
4 months ago
Mads Jensen a490bb3c20 Use errors.Is to check for io.EOF and gzip.ErrHeader
4 months ago
Terry Howe 5d2ab10caa
Merge pull request #12564 from hiddeco/supersede-on-uninstall
4 months ago
Terry Howe b52b6615f0
Merge pull request #31207 from zyfy29/delete-unused-var
4 months ago
Terry Howe 2597088a20
Merge pull request #31586 from calvinbui/main
4 months ago
Robert Sirchia 4cf7d8d025
Merge pull request #31641 from wangjingcun/main
4 months ago
Evans Mungai 3416dd5f21
Fix lint warning
4 months ago
Evans Mungai 679f051980
Preserve nil values in chart already
4 months ago
Evans Mungai 292fe70219
fix(values): preserve nil values when chart default is empty map
4 months ago
Terry Howe d28853e206
Merge pull request #31624 from atombrella/feature/sloglint
4 months ago
Terry Howe 642462e9fe
Merge pull request #11991 from twz123/no-bash-in-testscripts
4 months ago
wangjingcun 858cf31583 chore: fix some comments to improve readability
4 months ago
Evans Mungai 2dc581dc1c
fix(upgrade): pass --server-side flag to install when using upgrade --install
4 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
5 months ago
George Jenkins 7edfdb6c5e
Merge pull request #31549 from benoittgt/31548
5 months ago
George Jenkins 3165e5463a
Merge pull request #31528 from benoittgt/31423-git-version
5 months ago
Zadkiel AHARONIAN 8534663e73
fix(cli): handle nil config in EnvSettings.Namespace()
5 months ago
Zadkiel AHARONIAN 119341dca7
fix(getter): pass settings environment variables
5 months ago
Stephanie Hohenberg a109ac2f06 fixes comment in install.go
5 months ago
Stephanie Hohenberg 2f598ffc85 fixes tests after merge
5 months ago
Stephanie Hohenberg bb9356e182 fixes lint issue
5 months ago
Stephanie Hohenberg 8cf4ad73c3 updates tests after rebase from master
5 months ago
Stephanie Hohenberg 31131cff9b Add tests to action package to improve coverage
5 months ago
Matt Farina ff35414bed
Merge pull request #31546 from benoittgt/31544-nil-pointer
5 months ago
Mujib Ahasan 115409976b update: test coverage added for helper function validateNameAndGenerateName
5 months ago
Mujib Ahasan 522d2fe615 update: helper function added for the business logic
5 months ago
George Jenkins dfa1e3c3c5
Merge pull request #31562 from atombrella/feature/modernize
5 months ago
George Jenkins 51076a073a
Merge pull request #31519 from TerryHowe/chore-add-warning-for-registry-login
5 months ago
Benoit Tigeot 45c5f3aaca
Deal with golint warning with private executeShutdownFunc
5 months ago
Calvin Bui b33d4ae0c0
Use length check for MetaDependencies instead of nil comparison
5 months ago