Commit Graph

67 Commits (b6fbb68c2b69d76cd6668bfa9add5cc727631fcd)

Author SHA1 Message Date
Matheus Pimenta 59ece92bed
pkg/kube: introduce support for custom kstatus readers
4 months ago
Terry Howe 5d2ab10caa
Merge pull request #12564 from hiddeco/supersede-on-uninstall
5 months ago
promalert d8c4040336 refactor: use strings.Builder to improve performance
6 months ago
Hidde Beydals 2f1ecc7100
fix(uninstall): supersede deployed releases
6 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
6 months ago
Matt Farina fbf02e494e
Merge pull request #30980 from gjenkins8/gjenkins/cleanup_kubeclient_interfaces
7 months ago
Matt Farina 9c958dec76 Making uninstall response generic
7 months ago
Matt Farina f80cbe43d0 Moved release objects to enable versioning
7 months ago
George Jenkins b5de5b1591 chore: Cleanup additional/redundant kube client Interfaces
7 months ago
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
8 months ago
Matt Farina 6f957f4922 Move the release util to the versioned directory
8 months ago
George Jenkins b4b2392f7e mergefix
9 months ago
George Jenkins e2dcbe28bf Helm client/SDK support server-side apply
9 months ago
Stephane Jeandeaux 44a594fef5
review
9 months ago
Stephane Jeandeaux 8434935a3d
fix fallthrough
9 months ago
Stephane Jeandeaux 65209bed54
Update pkg/action/uninstall.go
9 months ago
Stephane Jeandeaux b3568a67a8
helm uninstall
9 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
1 year ago
Benoit Tigeot 68440d7b29
Prefer using slog.Any when displaying errors
1 year ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
1 year ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
1 year ago
Benoit Tigeot b42767be40
Migrate more code to log adapter
1 year ago
Austin Abro 386523bdbc
update to get waiter instead of set
1 year ago
Austin Abro 1a3fb75b34
merge
1 year ago
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
1 year ago
Austin Abro 09faaac273
merge
1 year ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
1 year ago
Austin Abro 11eeb4a6b1
merge
1 year ago
Matt Farina 18ca7c1002
Move pkg/releaseutil to pkg/release/util
1 year ago
Matt Farina 5c0deec327
Moving chartutil to chart/util
1 year ago
Austin Abro 7fde4962a8
set waiter in functions
1 year ago
Austin Abro f2dd2c9109
add hook only waiter
1 year ago
Austin Abro 8ce1876192
get rid of ext interface
1 year ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
1 year ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
1 year ago
Marcin Owsiany a6863a64ce Drop unused field.
2 years ago
satoru 5b08985138 goimports
3 years ago
suzaku 48dbda2fa8 Fix #3352, add support for --ignore-not-found just like kubectl delete
3 years ago
MichaelMorris 830d4a9ee9 Add option to support cascade deletion options
3 years ago
Mayank Thakur fe00c9296d Fixed helm uninstall not deleting the resource.
4 years ago
Mike Ng 75fe8883cc Rename newly introduced interface to InterfaceExt
5 years ago
Mike Ng d51a61f9ab Introduce a new interface for WaitForDelete() to avoid breaking backwards compatibility
5 years ago
Mike Ng 655bdcd2fd feat: add optional boolean '--wait' flag to 'uninstall' command.
5 years ago
Du Zheng 87040536fb Improve the console output for resource policy keep to align with helm2.
6 years ago
Matt Butcher ed5fba5142
refactor the release name validation to be consistent across Helm
6 years ago
Vibhav Bobade 47abe66fd2 Add checking of length of resourceList before creating of deleting
6 years ago
Juan Matías de la Cámara Beovide 357d265de0 fix(helm): add --description flag to helm (#7074)
6 years ago
Taylor Thomas 93abfd75ad Remove reference to stdtime to reduce confusion
7 years ago
Taylor Thomas aa429e150a feat(*): Adds custom time package for better marshalling
7 years ago
Adam Reese 572b92dc8a
feat(pkg/kube): add openapi validation for k8s objects
7 years ago