helm/pkg
oilbeater 0764d95a03 defer in loop may cause resource leak
defer statement executes only when function return, and the resource still be hold during loop. Release the resource manually when not needed.
2018-02-09 10:24:47 +08:00
..
chartutil Merge pull request #3288 from bradbeam/starter 2018-01-19 11:14:21 -08:00
downloader feat(helm): add better error message to 'dep up' 2017-12-30 12:18:31 +08:00
engine fix(helm): Apply PR comments for tpl template name fix 2017-12-03 17:39:51 +01:00
getter feat(http): Add a Helm user-agent string to the http getter 2017-11-20 14:02:17 -05:00
helm Fix type 2018-01-26 18:41:23 +08:00
hooks feat(*) add key helm.sh/hook-delete-policy to hook annotation 2017-08-24 12:18:28 +08:00
ignore Fix helmignore for .* (#3114) 2017-11-22 09:20:41 -07:00
kube fix(api-machinery): Fixes patching for unstructured objects 2018-02-05 17:41:27 -05:00
lint feat(helm): support namespace and additional values in lint (#2972) 2017-12-13 14:43:12 -08:00
plugin defer in loop may cause resource leak 2018-02-09 10:24:47 +08:00
proto/hapi Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests 2018-01-18 15:40:26 -08:00
provenance fix(*): correct file permissions on source files 2016-12-07 09:09:38 -08:00
releasetesting ref(*): kubernetes v1.9 support (#3234) 2018-01-05 12:30:26 -08:00
releaseutil fix(releaseutil): remove newline on SplitManifests 2017-05-02 14:48:08 -04:00
repo feat(repo): Add test for non-existent repo path 2017-12-13 09:46:15 -08:00
resolver Added omitempty to Requirements struct 2017-06-21 11:18:27 -07:00
rudder Basic Rudder Delete implementation 2017-05-05 13:05:24 +02:00
storage ref(*): kubernetes v1.9 support (#3234) 2018-01-05 12:30:26 -08:00
strvals fix(pkg/strvals): use rune literal instead of ASCII 2017-07-27 11:32:10 -07:00
sympath refactor symWalk() into pkg/sympath (#3199) 2018-01-08 15:13:13 -08:00
tiller feat(tiller/proto):Allow charts to specify k8s compatibility in semver field 2018-01-06 10:02:09 +08:00
timeconv chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
tlsutil Fix/missing ssl params (#3152) 2017-11-15 17:52:24 -07:00
urlutil ref(getter): flatten the getter package tree 2017-05-01 16:18:13 -06:00
version bump version to v2.8 2018-01-25 22:45:19 -08:00