Commit Graph

191 Commits (main)

Author SHA1 Message Date
Matt Farina 847369c184
Update to Go 1.21 for builds
6 months ago
Serge Logvinov b0d163771e feat: print failed hook name
9 months ago
Joe Julian eb4edc96c5
Merge pull request #10965 from mattfarina/factory-comment
10 months ago
Joe Julian 02ef594a43
Merge pull request #11591 from ruanxin/use_wrapped_error
11 months ago
Matt Farina 8b19f8df0e
Adding details on the Factory interface
1 year ago
Matt Farina b81428919b
Merge pull request #12015 from yann-soubeyrand/bump-k8s-io-deps
1 year ago
Matt Farina 3b74c13768
Merge pull request #11479 from MichaelMorrisEst/cascade
1 year ago
Tom Wieczorek b9361407a3
Bump k8s.io deps from v0.26.0 to v0.27.0
1 year ago
willzgli 11150cdcc6 Fix goroutine leak in perform
1 year ago
MichaelMorris 830d4a9ee9 Add option to support cascade deletion options
1 year ago
Matt Farina 36e18fa6e1
Fix improper use of Table request/response to k8s API
1 year ago
Xin Ruan a2b98281a1 Use errors.Is to compare
2 years ago
Soujanya Mangipudi 038cc4a0ca
Merge branch 'main' into main
2 years ago
Xin Ruan f01486a0ef Use wrapped error so that ErrNoObjectsVisited can be compared after return.
2 years ago
Soujanya Mangipudi ffa19a4b5d Addressing review comments - move printing code out of client.go
2 years ago
Soujanya Mangipudi 9d5be803bc feat(helm): Supporting helm3 to show up resource names that were deployed as part of release in helm status command
2 years ago
Marcin Owsiany b7c35d2a0f During deletion, explicitly log already deleted resource name.
2 years ago
Andrew Seigner bd7c97f786 Bump k8s packages from 0.23.6 to 0.24.0
2 years ago
Martin Hickey 292368a64d
Merge pull request #10209 from yxxhero/fix_sa_issue
3 years ago
yxxhero f82896b0b5 add more debug msg when helm upgrade
3 years ago
Matthew Fisher 67f92d63fa
Merge pull request #9640 from wangchenglong01/wangchl01
3 years ago
Mike Ng d51a61f9ab Introduce a new interface for WaitForDelete() to avoid breaking backwards compatibility
3 years ago
Mike Ng 655bdcd2fd feat: add optional boolean '--wait' flag to 'uninstall' command.
3 years ago
Matt Farina 21251378b4
Merge pull request #9870 from mattfarina/fix-9859
3 years ago
小龙同学 cf0c6fed51
fix(doc): fix kube client interface doc. (#9882)
3 years ago
Matt Farina aeb94798f0
Set Helm as manager for managedFields
3 years ago
Cookie Wang 8959d93711 Add error check to avoid panic
3 years ago
Joe Lanford 98d98369ed
Add ReadyChecker to decouple ready check logic from --wait
3 years ago
Matt Farina f5ef87b96e
Merge pull request #8363 from zh168654/master
4 years ago
Jon Huhn 5d08a0d00e Fix typo
4 years ago
zh168654 bfc575dec2 add waitwithjobs instead of changing wait api
4 years ago
zh168654 957d2a2bf9 add wait-for-jobs flag
4 years ago
Janario Oliveira cf3870a57f Adjusted import
4 years ago
Janario Oliveira 10a29d1662 Reuse kube-client
4 years ago
Matt Farina b7c38c879a Adding support for k8s 1.19
4 years ago
Rajat Jindal 4faeedd98b fix watch error due to elb/proxy timeout
4 years ago
Hidde Beydals 8217aba4a6 fix(kube): use logger instead of fmt.Printf
4 years ago
Matt Farina dbd001e532
Removing tiller language
4 years ago
小明同学 decab8ea2e
fix: upgrade using --force shoud not run patch logic (#8000)
4 years ago
Liu Ming ff3ed53b7c polish to keep the same log style
4 years ago
Adam Reese bdf6f48704
fix(pkg/kube): continue deleting objects when one fails
4 years ago
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
4 years ago
lnattrass c12a9aee02
fix(helm): Data race in kube/client Delete func. (#7820)
4 years ago
Dong Gang c45869c4ad fix(helm): polish goimport
4 years ago
Dong Gang 9744e9f619 fix(helm): respect resource policy on ungrade
4 years ago
ylvmw 54ca879095 IsReachable() needs to give detailed error message.
4 years ago
Benn Linger 5e638e3587
Revert "Do not delete templated CRDs"
4 years ago
Matthew Fisher 0dadbdc309
Merge pull request #7373 from Sh4d1/bypass_ns
4 years ago
Taylor Thomas c8c0000725
Merge pull request #7409 from akazemis/11414-fix-the-helm-upgrade-force-log-issue
4 years ago
Jakub Bielecki 8fe2097ffe fix(kube) only add to scheme.Scheme once
5 years ago