Commit Graph

3457 Commits (dependabot/go_modules/main/github.com/cyphar/filepath-securejoin-0.5.0)

Author SHA1 Message Date
Stepan Paksashvili 8982b57e5e feat(pkg/engine): and custom funcs overriding test
5 months ago
Stepan Paksashvili 9073bcf53e feat(pkg/engine): add support for custom template funcs
5 months ago
Scott Rigby 599fad1864
Merge pull request #30697 from p-se/fix-take-ownership
5 months ago
Evans Mungai 1f5605a405
fix formatting errors
5 months ago
Benoit Tigeot d33e2896f0
Prevent failures with method signatures on hooks
5 months ago
Scott Rigby e397f44840
Merge pull request #30673 from nvanthao/process-all-hook-deletions-on-failure
5 months ago
Matt Farina 01590a59b2
Merge pull request #30760 from robertsirc/add-debuging-to-jsonschema
5 months ago
Robert Sirchia 8733103743
Merge pull request #30718 from klihub/fixes/package/multiple-charts-single-passwd-from-stdin
5 months ago
Robert Sirchia da096e1b7a
Merge pull request #30752 from benoittgt/bump-golangci-lint-action
5 months ago
Robert Sirchia ef0361de21
fixing as per review
5 months ago
Robert Sirchia 9b9ff12c6d
adding slog debug to a few points
5 months ago
Krisztian Litkey 3102c28804
fix: allow signing multiple charts with passphrase from stdin.
5 months ago
Evans Mungai e8e79cc4b4
Merge branch 'main' into fix-take-ownership
5 months ago
Evans Mungai 7c37a109f2
Add install test for TakeOwnership flag
5 months ago
Matt Farina 0dffc580b0
Simpligy the JSON Schema checking
5 months ago
Matt Farina 55a4fc121b
Merge pull request #13283 from win-t/jsonschema
6 months ago
Benoit Tigeot a1c2f47c08
avoid using reflect.DeepEqual with errors
6 months ago
Benoit Tigeot eb65ce280b
could apply De Morgan's law
6 months ago
Benoit Tigeot 374805deb4
error strings should not be capitalized
6 months ago
Benoit Tigeot 1654664b78
could use strings.ReplaceAll instead
6 months ago
Benoit Tigeot a6d0335bbb
Use fmt.Fprintf(...) instead of ...
6 months ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
6 months ago
Kurnia D Win 6c54351c01 Merge remote-tracking branch 'upstream/main' into jsonschema
6 months ago
Benoit Tigeot f5aec508f5
Add detailed debug logging for resource readiness states
6 months ago
Scott Rigby 9a670ae920
Merge pull request #30701 from zanuka/30617-request-for-helm-install-order-doc-update
6 months ago
Scott Rigby 0cecd910e5
Merge pull request #30713 from gjenkins8/gjenkins/rm_helmv2_template_lint_rules
6 months ago
Matt Farina a536832714
Merge pull request #30749 from mattfarina/fix-alpine-chart
6 months ago
Robert Sirchia f5decfc28d
Merge pull request #30737 from rpolishchuk/investigation-pr-30610
6 months ago
Matt Farina 91ecb56355
Removing the alpine test chart
6 months ago
Matt Farina 7a1eb77e77
Merge pull request #30708 from benoittgt/migrate-kube-pkg-to-slog
6 months ago
Matt Farina ed005f5c32
Removing deprecation notice for this function.
6 months ago
Matt Farina 7938662f95
Remove ValidName regex
6 months ago
Benoit Tigeot 68440d7b29
Prefer using slog.Any when displaying errors
6 months ago
Benoit Tigeot c05bcbd498
Fix nil pointer dereference in ready test
6 months ago
Benoit Tigeot e7eedae97c
Use the logger with proper handling of dynamic debug on 2 locations
6 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
6 months ago
Benoit Tigeot 6b5fa33633
debug log level is dynamic and set after Logger creation
6 months ago
Rostyslav Polishchuk 55eb53e3a0 fix: order dependent test
6 months ago
Matt Farina d8ca55fc66
Merge commit from fork
6 months ago
Mike Delucchi e1425f1aa5 fix: correct webhook order to match Kubernetes admission flow
6 months ago
Mike Delucchi 1003a3c93f fixes kind_sorter_test to match new order
6 months ago
Mike Delucchi c121b6b83e changes order of operations
6 months ago
zanuka 9b636902c6 updates mutate and validate web hook configs
6 months ago
Matt Farina 0740dfc7a9
Unarchiving fix
6 months ago
Scott Rigby 5442c6b9cb
Merge pull request #9318 from wahabmk/fix-httpgetter
6 months ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
6 months ago
Benoit Tigeot 5c746037b3
Prevent redefining verbose flags
6 months ago
Benoit Tigeot 710770eed4
Linting
6 months ago
Benoit Tigeot 5580f61157
Properly reproduce the nopLogger as before
6 months ago
Benoit Tigeot baa597c567
Do not remove the functionality to print log in test
6 months ago
Benoit Tigeot b6adbbb227
Enforce error style with others
6 months ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
6 months ago
Benoit Tigeot 3db7ebc591
Fix missing logger to SQL in test
6 months ago
Benoit Tigeot 15de13f9d2
Fix linting issue and temporary removing logging in test acion
6 months ago
Benoit Tigeot b42767be40
Migrate more code to log adapter
6 months ago
Benoit Tigeot 83cdffe4ae
Migrate to a dedicated internal package for slog adapter + migrate more
6 months ago
Benoit Tigeot fae2345edf
Demonstrate the impact of having Logger defined in kube package
6 months ago
Benoit Tigeot ede73860c1
Fix call to kube log
6 months ago
Benoit Tigeot 3a22df9731
Deal with linting errors
6 months ago
Benoit Tigeot 394ba2d55e
Properly use DefaultLogger
6 months ago
Benoit Tigeot eb2dfe7dbf
Some interesting rephrasing by Terry Howe
6 months ago
Benoit Tigeot 227d270788
Extra comment + Default logger fallback
6 months ago
Benoit Tigeot b642bca8f6
Provide an adapter to easily pass a slog.Default()
6 months ago
Benoit Tigeot d6d7cff417
Try to make log more common and more easily grepable
6 months ago
Benoit Tigeot 8d30464f2c
Do no mask warning alerts
6 months ago
Benoit Tigeot dfaf249221
Remove unreachable error
6 months ago
Benoit Tigeot f4631bf3d8
Migrate kube package to slog
6 months ago
Patrick Seidensal e55707b09d
Fix --take-ownership
6 months ago
George Jenkins be2b84685a cleanup: Remove Helm v2 template lint rules
6 months ago
Suleiman Dibirov 000c098a41 fix(concurrency): add mutex to protect repoFailList and out in updateCharts
6 months ago
Scott Rigby 985f5af538
Merge pull request #13604 from AustinAbro321/refactor-wait
6 months ago
Scott Rigby 122e7b441a
Merge pull request #13458 from thudi/main
6 months ago
Austin Abro 21ee721242
go fmt
6 months ago
Austin Abro 8efd428e5d
switch back to k8s rest mapper
6 months ago
Austin Abro 83266254f0
merge
6 months ago
Austin Abro 386523bdbc
update to get waiter instead of set
6 months ago
Robert Sirchia 0199b748aa
Merge pull request #30696 from benoittgt/report-time-waited-v4
6 months ago
Wahab Ali ec31aab851
Use NewTLSConfig instead of the outdated NewClientTLS func
6 months ago
Wahab Ali e7895245f0
Fix lint errors
6 months ago
Wahab Ali 3ca2558f04
Do not explicitly set SNI in HTTPGetter
6 months ago
Benoit Tigeot 4f4c858f9c
Ignore unused parameter
6 months ago
Matt Farina 2e6437beb5
Merge pull request #30684 from twz123/remove-clientoptresolver
6 months ago
Matt Farina ab9f0c80b5
Merge pull request #30603 from robertsirc/converting-to-slog
6 months ago
Robert Sirchia c5991028e0
fixing matts changes
6 months ago
Matt Farina e4e602e13c
Error when failed repo update.
6 months ago
Benoit Tigeot 94cb21c7c4
Follow convention for error with slog.Any()
6 months ago
Benoit Tigeot e3e84b6dfe
"beginning wait" is dedicated to be display as debug log
6 months ago
Benoit Tigeot 0e4d185370
Inform about time spent waiting resources to be ready in slog format
6 months ago
Austin Abro d78b7e401a
go mod tidy
6 months ago
linghuying fc476f7235 chore: make function comment match function name
6 months ago
Tom Wieczorek 835ff78f48
Remove ClientOptResolver from OCI Client
6 months ago
Gerard Nguyen aa9e4bb42d rebase
7 months ago
Laszlo Uveges 63b6153163 More formatting
7 months ago
Laszlo Uveges acca1b04eb Add missing license header
7 months ago
Laszlo Uveges d03981b82c Fix go imports
7 months ago
Laszlo Uveges 940966d9c8 Fix formatting issues
7 months ago
Laszlo Uveges 2eea520ba4 Delete previously successful hooks when a later hook fails
7 months ago
Laszlo Uveges 0a28223ae5 Restructure hooks tests to be reusable
7 months ago
Laszlo Uveges 788652fd27 Add dummy test case to prove that not all hooks are delted on failure
7 months ago
Henrik Gerdes 597c35852a
fix: align values comments/docs to scaffold standard
7 months ago
Henrik Gerdes ca367d970c
docs: more user-friendly info for httpRoute scaffold
7 months ago
Henrik Gerdes 1aac5b0b70
fix: use common chart-example.local hostname for http-route default
7 months ago
Henrik Gerdes 5d0c6e9ae4
fix: remove v1alpha2 gateway api support
7 months ago
Henrik Gerdes d22939b439
fix: correct expected number of template files in unit-test
7 months ago
Henrik Gerdes 3fc5d689e6
docs: add notes in chart templates for accessing httproute
7 months ago
Henrik Gerdes 90daeadeb5
feat: add httproute from gateway-api to create chart template
7 months ago
Robert Sirchia 3a19576377
making changes as requested by matt
7 months ago
Austin Abro 10f78c814c
legacy waiter
7 months ago
Austin Abro 0dffe83ef3
warnings
7 months ago
Austin Abro e773a810ee
Update pkg/cmd/flags.go
7 months ago
Austin Abro 2948279fb9
cleanup if statement
7 months ago
Austin Abro 600947b32e
client->restmapper
7 months ago
Robert Sirchia 2192c4e0d1
changing errors back to warns
7 months ago
Robert Sirchia 4422000330
fixing case issues with the logging of my errors
7 months ago
Austin Abro 3a296aacad
rest mapper
7 months ago
Austin Abro 24dc643822
restmapper
7 months ago
Austin Abro 0b513dcd42
Merge branch 'main' into refactor-wait
7 months ago
Austin Abro 68f72e5c3f
hook only strategy when wait=false
7 months ago
Austin Abro 022d4db6af
move logic from cmd/helm to pkg/cmd
7 months ago
Austin Abro 20c75f0c10
fix namespace assignment not passing through
7 months ago
George Jenkins e354dd296d
Merge branch 'main' into rm_chart_repo_load_func
7 months ago
Rongrong Liu 12b8eb8b61 fix:add proxy support when mTLS configured
7 months ago
Robert Sirchia 848c134e0c
fixing error messages
7 months ago
Robert Sirchia fd69bf6f32
Merge pull request #30592 from robertsirc/slog-prototype
7 months ago
Robert Sirchia f50547bf51
changing error to warn as requested by Matt
7 months ago
Robert Sirchia c2e6ed8ae5
fixing build error
7 months ago
Austin Abro 1704ce3067
Merge branch 'main' into refactor-wait
7 months ago
Robert Sirchia 8887d01791
fixing issues with my PR
7 months ago
Robert Sirchia c36bc25fb1
fixing missing attributes
7 months ago
Robert Sirchia 1ad79a2bb7
converting inline log to slog
7 months ago
Robert Sirchia a11f4c0026
changing info to error
7 months ago
Austin Abro 1a3fb75b34
merge
7 months ago
Austin Abro d3814d786b
merge
7 months ago
Robert Sirchia 48f03d316b
changing from log to slog
7 months ago
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
7 months ago
Austin Abro f04c456bd6
gofmt
7 months ago
Austin Abro 9f9eb28fed
merge
7 months ago
Austin Abro 09faaac273
merge
7 months ago
Matt Farina 35a8bd3a77
Merge pull request #30586 from mattfarina/chart-to-chart-v2
7 months ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
7 months ago
Robert Sirchia 4da004e2dc
removing old apis
7 months ago
Austin Abro 29c250c233
add back interface log check
7 months ago
Austin Abro 1cb4e66044
merge conflict
7 months ago
Austin Abro a18589c4d8
fmt
7 months ago
Austin Abro 5a254dae21
cleanup
7 months ago
Austin Abro 11eeb4a6b1
merge
7 months ago
Austin Abro 4f33e5c97f
test refactoring
7 months ago
Austin Abro 75292c5e04
refactor
7 months ago
Austin Abro b79dfd09b0
refactor
7 months ago
Matt Farina bff495510d
Merge pull request #30571 from yardenshoham/exec-no-output
7 months ago
Matt Farina 18ca7c1002
Move pkg/releaseutil to pkg/release/util
7 months ago
Austin Abro 297f7b9acb
squash
7 months ago
Yarden Shoham ab926212d9
Apply suggestions from code review
7 months ago
Felipe Santos 392ff93916
Fix flaky TestDedupeRepos (#30576)
7 months ago
Joe Julian 0fcd1d33b3
Merge pull request #11112 from felipecrs/filter-dup-repos
7 months ago
Yarden Shoham f475f3e1fd feat: error out when post-renderer produces no output
7 months ago
Scott Rigby 2cda65d444
Merge pull request #10309 from Bez625/main
7 months ago
Matt Farina 1382a2894a
Merge pull request #30567 from mattfarina/chartutil-to-chart-util
7 months ago
Robert Sirchia 8dd279271e
remove unused config.go
7 months ago
Matt Farina 5c0deec327
Moving chartutil to chart/util
7 months ago
Chris Berry e5bc21c56b Refactor based on review comment
7 months ago
Chris Berry 9791767baa Refactor based on review comment
7 months ago
Chris Berry 6d30fa5990 Add HookOutputFunc and generic yaml unmarshaller
7 months ago
Scott Rigby 52ac92fb69 clarify fix error message
7 months ago
Scott Rigby e8a76bc3eb fix err check
7 months ago
Scott Rigby 3796c1f4a1 remove comments about previous functionality
7 months ago
Scott Rigby f729b9ade0 add short circuit return
7 months ago
Chris Berry 243cb2e21f Update based on review comments
7 months ago
Chris Berry 3d4e679d9f Update based on review comments
7 months ago
Chris Berry a55a477069 Fix lint
7 months ago
Chris 3964f84ac8 Tidy up imports
7 months ago
Chris Berry cde407b7d1 Add hook annotations to output pod logs to client on success and fail
7 months ago
George Jenkins a780fa60ed
Merge pull request #13655 from LuBingtan/dev
7 months ago
Felipe Santos b1fd239167 Fix tests failing after removing repo normalization
7 months ago
Felipe Santos ecb5a2c9dd Fix variable name for linter
7 months ago
Felipe Santos 281ccb0835 Do not store the normalized chart url
7 months ago
Felipe Santos bb6314adef Do not reassign repos variable
7 months ago
Felipe Santos 44d53e7d49 Merge branch 'main' of https://github.com/helm/helm into filter-dup-repos
7 months ago
Robert Sirchia 8207fafe13
fixing error handling from a previous PR
7 months ago
Zhanwei Li 34b679e0cc feat: Add mustToYaml and mustToJson template functions
7 months ago
lubingtan ef5614364b fix: replace mergeMaps call with loader.MergeMaps in MergeValues function
7 months ago
lubingtan 91cd72d0e4 fix: improve LoadValues function documentation
7 months ago
lubingtan fb7221bc9a fix: add doc for func MergeMaps
7 months ago
lubingtan 3d84e00ce7 fix: use Reader interface as the input of LoadValues and enhance UT of LoadValues
7 months ago
lubingtan 92087f6e33 feat: support multi-document values files for default chart values
7 months ago
lubingtan 0d36cb664a feat: support multi-document values files
7 months ago
Matt Farina 8edc3ac024
Merge pull request #13471 from wangjingcun/main
7 months ago
Matt Farina 2603390c2e
Merge pull request #30470 from gjenkins8/cleanup_repotest_server
7 months ago
Robert Sirchia 9408978517
Merge pull request #30294 from Zhanweelee/supports-json-arguments
7 months ago
Austin Abro ea87c49d1b
print
7 months ago
Austin Abro efde830405
better name
7 months ago
Austin Abro ecd5316577
lint
7 months ago
hugehope 001d2978b6 refactor: using slices.Contains to simplify the code
7 months ago
Felipe Santos f692751a46 Merge branch 'main' of https://github.com/helm/helm into filter-dup-repos
7 months ago
Austin Abro 5d12255497
wait for delete
7 months ago
Austin Abro 7fde4962a8
set waiter in functions
7 months ago
Austin Abro 978d5a3318
lint
7 months ago
Austin Abro f2dd2c9109
add hook only waiter
7 months ago
Austin Abro 2b03c527f1
set command line flags
7 months ago
George Jenkins 2caca2b167 remove `ChartPaths[]`
7 months ago
George Jenkins 17bc0b3845 refactor: Remove ChartRepository Load() function
7 months ago
wangjingcun 8b8cc94822 Use a more direct and less error-prone return value
8 months ago
Austin Abro bd3b5ee5d0
comment
8 months ago
Austin Abro 7207565e12
lint
8 months ago
Austin Abro f866409c50
move statusreaders to it's own package
8 months ago
Austin Abro 14391dea5b
pods and jobs working
8 months ago
Austin Abro d1cc9b39a3
tests for status reader
8 months ago
Jonathan 37020c32fa
Update pkg/cli/values/options.go
8 months ago
George Jenkins 234d171da5 Cleanup repotest Server constructors
8 months ago
Zhanwei Li 274d43c10d feat: Enhance JSON value parsing in Helm CLI
8 months ago
Austin Abro 187e99d299
custom status readers look good
8 months ago
Austin Abro f49a7e134a
start watch until ready
8 months ago
Austin Abro cc83b7c2e6
tests passing
8 months ago
Austin Abro 0314135290
tests passing
8 months ago
Austin Abro b9cbc93003
tests passing
8 months ago
Austin Abro 59ef43e399
tests passing
8 months ago
Austin Abro bbe3246f0a
tests passing
8 months ago
Austin Abro a590999323
switch client
8 months ago
Austin Abro fc10174fa0
merge main
8 months ago
Austin Abro a8f53f98ee
WIP custom status reader
8 months ago
George Jenkins 3253059438
Merge pull request #13535 from helm/refactor_tlsutil
8 months ago
George Jenkins 2d0091c278
Merge pull request #13665 from gjenkins8/rm_WaitAndGetCompletedPodPhase
8 months ago
George Jenkins 547f49abf6
Merge pull request #13579 from gjenkins8/rm_chart_repo_find_repo_dups
8 months ago
George Jenkins 814ede5427
Merge pull request #13656 from gjenkins8/repotest_server_localhost
8 months ago
George Jenkins d637595735 chore: Remove unused `WaitAndGetCompletedPodPhase`
8 months ago
Terry Howe 5a7046b9bf chore(oci): upgrade to ORAS v2
8 months ago
Austin Abro f1b642cb0d
unexport newWaiter function
8 months ago
Austin Abro 916aecf1f1
Merge remote-tracking branch 'origin/main' into refactor-wait
8 months ago
George Jenkins c68e345663 fix: Bind repotest server to `localhost`
8 months ago
George Jenkins 0ce267d907 more options
8 months ago
George Jenkins 7ea1d1df66 refactor: Remove duplicate `FindChartIn*RepoURL` funcs
8 months ago
Robert Sirchia 963d680ae9
Merge pull request #13533 from althmoha/#12987
8 months ago
Kurnia D Win 32a87dff39 adding support for JSON Schema 2020
8 months ago
George Jenkins 415c7e10fd
Merge pull request #13516 from TerryHowe/new-lint
8 months ago
Scott Rigby d53fb5058e
Merge pull request #12879 from ryanhockstad/subchart-null
8 months ago
petercover 605b1a0cf7 chore: fix some comments
8 months ago
Althaf M 88f7dc5329 merge: fixing merge conflicts
8 months ago
Althaf M 57d85993cb remove debug statements
8 months ago
Althaf M 10d267ed8b fix: (toToml) renders int as float
8 months ago
Robert Sirchia 57e94e5bd9
Merge pull request #13538 from godhanipayal/godhanipayal/ErrorLogging
8 months ago
Robert Sirchia ba467525ab
Merge pull request #13633 from mattfarina/cleanup-securejoin
8 months ago
Ryan Hockstad 326c1e3f67 add test for nullifying nested global value
8 months ago
Matt Farina 1e256b6198
Merge pull request #13583 from jiashengz/fix-gvk
8 months ago
Austin Abro cf51d714e8
go fmt
8 months ago
George Jenkins 53a4a59eb9
Merge pull request #13600 from gjenkins8/cleanup_NewShowWithConfig
8 months ago
Matt Farina 35a9ead998
Ensuring the file paths are clean prior to passing to securejoin
8 months ago
Austin Abro 4e12f9d530
simplify messages
9 months ago
Austin Abro e56a6e678f
diff
9 months ago
Austin Abro f746c34d09
merge
9 months ago
Austin Abro a859742e28
remove rest mapper
9 months ago
Austin Abro c2dc44deb9
use dynamic rest mapper
9 months ago
Payal Godhani d82929ac2c
Merge branch 'main' into godhanipayal/ErrorLogging
9 months ago
George Jenkins bd897c96fb
Merge pull request #13601 from gjenkins8/cleanup_values_lint
9 months ago
Matt Farina 0513abf363 Updating the internal version to v4
9 months ago
George Jenkins 0cf0fc29a7 more tidy
9 months ago
George Jenkins 77fa61ad39 refactor: Consolidate lint package Run() functions
9 months ago
George Jenkins ca5a9e69c0 refactor: Remove redundant `NewPullWithOpts`
9 months ago
Payal Godhani f8a08145fb Resolving conflict
9 months ago
Terry Howe bcbf68f206 fix: make ORAS reference private
9 months ago
Terry Howe 22f86e5a62 fix: issue with helm template and oci chart
9 months ago
Terry Howe 633e71614e feat: allow installation by OCI digest
9 months ago
Matt Farina f08e2d14bb Updating to helm.sh/helm/v4
9 months ago
dnskr c55b7ca400 ref(create): don't render empty resource fields
9 months ago
Matt Farina dc26e5b3e2 Update to Go 1.23
9 months ago
Matt Farina 090d3e9579
Merge pull request #13611 from mattfarina/version-v4
9 months ago
George Jenkins a8d39e6a17
Merge pull request #13576 from gjenkins8/consolidate_lint_run_functions
9 months ago
George Jenkins 5d13b0cac3
Merge pull request #13577 from gjenkins8/gjenkins/rm_pull_with_opts
9 months ago
Matt Farina 27bcda42dd
Updating the internal version to v4
9 months ago
Austin Abro 9894d3ae78
shorten interface
9 months ago
Austin Abro 8fe66998bf
refactor obj logic
9 months ago
Austin Abro f9736d9022
renames
9 months ago
Austin Abro d07f546003
get rid of rest client
9 months ago
Austin Abro eaa6e14546
test cleanup
9 months ago
Austin Abro 674ab0d4f6
t.Parrallel
9 months ago
Austin Abro e9d9854364
introduce test for status wait
9 months ago
Austin Abro 71434c0b38
implement logger
9 months ago
Austin Abro 649475265d
implement logger
9 months ago
Austin Abro c26b44f651
update names
9 months ago
Austin Abro 8ce1876192
get rid of ext interface
9 months ago
Austin Abro e6c6a40fe0
general error message
9 months ago
Austin Abro 6b68a00440
change error messages
9 months ago
Austin Abro ac9012577a
status function
9 months ago
Austin Abro b8bdcc3a2b
Helm waiter
9 months ago
Austin Abro 4c97d1276c
helm waiter
9 months ago
George Jenkins 1c807df5ba cleanup: Remove superceeded 'lint/rules.Values' function
9 months ago
George Jenkins 8468de42ed cleanup: `NewShowWithConfig` -> `NewShow`
9 months ago
George Jenkins 3b9cce9669 cleanup: Remove 'ProcessDependenciesWithMerge'
9 months ago
Austin Abro 86338215b7
ability to create different waiters
9 months ago
Austin Abro cb6d48e6ae
status wait
9 months ago
Austin Abro 4dd6e19b1d
provide path for creating new legacy waiter
9 months ago
Austin Abro 2cb999d72b
go fmt
9 months ago
Austin Abro c3eeab67f9
merge
9 months ago
Austin Abro 4b59583670
delete wait and get completed phase
9 months ago
Ryan Hockstad ef2eb55283 Add test case for removing an entire object
9 months ago
Scott Rigby 60fcce18d1 Tests for bugfix: Override subcharts with null values #12879
9 months ago
Matt Farina f65eaf35ce
Merge pull request #12690 from TerryHowe/oci-install-digest
9 months ago
Jiasheng Zhu f5d488122b fix: check group for resource info match
9 months ago
Austin Abro db90b17484
unknown status
9 months ago
Austin Abro 4dbdd7ce10
wait for delete working
9 months ago
Austin Abro 9b63459bec
save state while I change up tests
9 months ago
Austin Abro 265442c5eb
simplify things
9 months ago
Austin Abro 28a9183ee3
context
9 months ago
Austin Abro b337790c10
paused as ready
9 months ago
Austin Abro e18f22071d
paused as ready now working
9 months ago
Austin Abro 22af71f125
comments
9 months ago
Austin Abro 7b896df4d1
option to wait for jobs
9 months ago
Austin Abro a6e5466942
refactor test
9 months ago
Austin Abro 807cc925f5
refactor test
9 months ago
Austin Abro 947425ee64
refactor new
9 months ago
Austin Abro aacaa08be2
only emebed waiter
9 months ago
Austin Abro 859ff9b548
change structure of client
9 months ago
Austin Abro ad1f1c02ef
cleanup test
9 months ago
George Jenkins 88da89085e refactor: Remove redundant `NewPullWithOpts`
9 months ago
George Jenkins edabef668a more tidy
9 months ago
George Jenkins 63623665ae refactor: Consolidate lint package Run() functions
9 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
9 months ago
Austin Abro 4564b8f712
make a working test
9 months ago
Austin Abro 4c1758143f
basic design up and balling
9 months ago
Austin Abro a61a35240e
understand it better
9 months ago
Austin Abro 6f7ac066ae
extending factory to enable getting a watcher
9 months ago
George Jenkins b97ed6545a
Merge pull request #13232 from dnskr/helm-create-dont-render-empty-resource-fields
9 months ago
Austin Abro 2f44164fc6
Merge branch 'refactor-wait' of github.com:AustinAbro321/helm into refactor-wait
9 months ago
Matt Farina 5727f56a96
Update to Go 1.23
9 months ago
Austin Abro 41700f0248
WIP
9 months ago
Payal Godhani 5b18f525ed Fixing a typo
9 months ago
Payal Godhani 34cd8341c3 Add Contextual Error Messages to RunWithContext
9 months ago
George Jenkins e3e84343d2 refactor: tlsutil use options pattern
10 months ago
Terry Howe 569f62e58b chore: fix problems with latest lint
10 months ago
George Jenkins b91a772d71
Merge pull request #13444 from justenstall/remove-status-flags
10 months ago
Matt Farina 4dd2a7d626
Merge branch 'main' into oci-install-digest
10 months ago
Matt Farina a1af40621a
Merge pull request #13499 from gjenkins8/shadow_oras_remoteclient_type
10 months ago
Andrew Block 2cea1466d3
Merge pull request #12962 from stevehipwell/add-plugin-platform-hooks
10 months ago
George Jenkins 76ba8a4b9f naming is hard
10 months ago
George Jenkins 6dfaf955ee Shadow ORAS remote.Client interface
10 months ago
Scott Rigby 28770bfc1d
Merge pull request #12588 from rynowak/rynowak/override-authorizer
10 months ago
Ryan Nowak 1ab264cb7d
Make the authorizer and registry authorizer configurable
10 months ago
Steve Hipwell bb9f0f7816
feat: Added multi-platform plugin hook support
10 months ago
George Jenkins c724175b03
Merge pull request #13343 from niladrih/more-metadata
10 months ago
Scott Rigby bca7d31c9b
Merge pull request #12769 from banjoh/em/password-to-oci-registries
10 months ago
Evans Mungai 7a22dd28d1
Rename CAFile to CaFile for consistency
10 months ago
Justen Stall 7df69020d8
revert duplicate slice conditions
10 months ago
Justen Stall 62b5bdc9f6
restore error check in secrets.go
10 months ago
Justen Stall 6aa19b8c92
more error wrapping uses
10 months ago
Justen Stall b0944e8e7e
fix incorrect error return
10 months ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
10 months ago
KISHOREKUMAR THUDI 2c8cfaea41 Replacing NewSimpleClientSet to NewClientSet due to deprecation
10 months ago
Robert Sirchia 21568dee29
Merge pull request #13425 from MathieuCesbron/main
11 months ago
Justen Stall 483697584f
fix(status): remove --show-desc and --show-resources flags
11 months ago
Matt Farina 2aba8a1fcd
Merge pull request #13424 from wangjingcun/main
11 months ago
mathieu cesbron fc17fc75e2 Fix typo "re-use" to "reuse"
11 months ago
wangjingcun e4062e7e00 fix: fix label name
11 months ago
Taylor Jasko 6f2f7d4781 Updating subchart load error to be more descriptive
11 months ago
Robert Sirchia 106e2f98e3
Merge pull request #13418 from alex-kattathra-johnson/issue-13417
11 months ago
Alex Johnson 9fd943b481 Add tests to `helm/pkg/kube/client_test.go` to cover `wait.go`
11 months ago
Zach Burgess 0cc78c6ac3 Fix typo in pkg/lint/rules/chartfile_test.go
11 months ago
Suleiman Dibirov f4f4a6b81f fix(hooks): correct hooks delete order
11 months ago
Tianle Xu a51ea6ec73
Allow tests to run on loong64
11 months ago
Andrew Block 717529a7e5
Merge pull request #13376 from helm/fix_oci_push_timestamp
11 months ago
Robert Sirchia 5ae91e11ae
Merge pull request #13034 from mattclegg/issue-9507
11 months ago
George Jenkins 85499b2fdc
Merge pull request #13400 from wangjingcun/main
11 months ago
Terry Howe d2b94f6200 fix: make ORAS reference private
11 months ago
Terry Howe aca7e8d775 fix: issue with helm template and oci chart
11 months ago
Terry Howe ad9fb68fa3 feat: allow installation by OCI digest
11 months ago
wangjingcun de9e138ec1 chore: fix some function names in comment
11 months ago
Robert Sirchia 7e6b34d7dd
removing duplicate empty test
11 months ago
Robert Sirchia 16a4e37f20
fixing unit test as per Matt
11 months ago
Evans Mungai bdaa93b969
Ensure test fails without causing panic
11 months ago
Evans Mungai 3c4d0bb061
Fix failing tests
11 months ago
Evans Mungai 323f88950a
Merge remote-tracking branch 'origin/main' into em/password-to-oci-registries
11 months ago
Robert Sirchia a205af755e
adding more unit test
11 months ago
Robert Sirchia 999b85145a
adding test coverage for ready.go
11 months ago
satoru 5635ce585e Refactor, use sort.Slice to reduce boilerplate code
11 months ago
Matt Farina 8f59c8e807
Merge pull request #9713 from andreaskaris/issue9710
11 months ago
Andreas Karis 79a1f2c801
fix(helm): Retry Conflict error for createResource, deleteResource
11 months ago
Jon Olsson ca584648ee minor spelling fix
12 months ago
Matt Farina 54be5511e6
Merge pull request #12788 from vtrenton/main
12 months ago
Luis Davim ab3c589809 chore: Make retryingRoundTripper type public
12 months ago
Trent V. f9183a522a
Merge branch 'helm:main' into main
12 months ago
Trent V 4ede1c9c37
Merge branch 'helm:main' into main
12 months ago
dnskr 81c6a9085c ref(create): don't render empty resource fields
12 months ago
George Jenkins f5fcae8356 verbs
12 months ago
George Jenkins 02ef83fe28 fix: Use chart archive modifed time for OCI push
12 months ago
Matt Farina 145d12f82f
Merge pull request #13177 from bb-Ricardo/main
12 months ago
ricardo.bartels@telekom.de cdbef2b7d1
Revering change unrelated to issue #13176
12 months ago
Matt Farina 2da76a06e7
Merge pull request #13345 from AdamKorcz/fuzzzzz2
12 months ago
Matt Farina 7ad309791c
Merge pull request #13344 from AdamKorcz/fuzzzz1
12 months ago
Niladri Halder d351b091ca
Add annotations and dependencies to get metadata output
12 months ago
Matt Farina eecb848dcb
Merge pull request #13301 from NathanBaulch/typos
1 year ago
Matt Farina d45439f2e9
Merge pull request #11923 from Bhargav-InfraCloud/helm-create-deprication-tests
1 year ago
Adam Korczynski b203cc17c8 add strvals fuzzer from cncf-fuzzing
1 year ago
Adam Korczynski e432f39ea7 add chart fuzz tests
1 year ago
Nathan Baulch ef85fa7f2d
Grammar fixes
1 year ago
Nathan Baulch ff9dd262e3
Fix typos
1 year ago
Matt Farina b7c29d776f
Merge pull request #13329 from chenrui333/fix-test-chart
1 year ago
Rui Chen ddead08eb8
fix: fix testchart lint errors
1 year ago
Fred Heinecke 30ce031d77 Merge branch 'main' into feat/add-toyamlpretty-1
1 year ago
Joe Julian ff4877e696
Merge pull request #13224 from sttts/sttts-fix-apiext-registration
1 year ago
Joe Julian 1c73ea44ad
Merge remote-tracking branch 'upstream/main' into feat/toml-parsing
1 year ago
Matt Farina c81bd8912e
Revert "Improve helm dependency update performance"
1 year ago
Matt Farina d644da6205
bump version to v3.16.0
1 year ago