Commit Graph

1223 Commits (v2.12.3)

Author SHA1 Message Date
Matthew Fisher eecf22f77d
bump version to v2.12.3
7 years ago
Geoff Baskwill 940400b5a6
fix: ignore pax header "file"s in chart validation
7 years ago
Matt Butcher 7d2b0c73d7
bumb version to 2.12.2
7 years ago
Matt Butcher c194e4a401
fix: perform extra validation on paths in tar archives (#5165)
7 years ago
Matthew Fisher 02a47c7249
Revert "Fix for existing CRDs are deleted when crd-install hook is introduced (#4709)" (#5067)
7 years ago
Helgi Þormar Þorbjörnsson d325d2a9c1
Return empty string instead of nil when linting on required (#4748)
7 years ago
Taylor Thomas 3071a16dfd
ref(kube): Gets rid of superfluous Sprintf call
7 years ago
Morten Torkildsen 7247537c3d
fix(helm): Fix linebreaks when printing custom resources
7 years ago
Morten Torkildsen b536c8de10
fix(helm): Print details for pod resource
7 years ago
Matthew Fisher 657557947c
bump version to v2.12
7 years ago
Martin Hickey 58be8e461c Update messaging in value parsing to improve traceability (#4974)
7 years ago
Morten Torkildsen 55a338579a fix(helm): Allow custom resources in hooks (#4986)
7 years ago
Michael Merrill e2a0e7fa54 Fix for existing CRDs are deleted when crd-install hook is introduced (#4709)
7 years ago
Taylor Thomas a34baf0eea
Merge pull request #4978 from ultimateboy/dont-delete-deployed
7 years ago
Matt Tucker 5bf38a2d7d fix(storage): when pruning release versions, never delete the last deployed revision
7 years ago
Luke Hoban 75b4afaa33 Allow missing trailing '/' in --repo url (#4956)
7 years ago
Matthew Fisher 97465abda0
fix(windows): fix unit tests on Windows (#4897)
7 years ago
Dan Winter e23793120b fix(helm): --set for out of order list values (#4682)
7 years ago
Brent 9ae00bebad fix(tiller): rollback deleted release (#3722) (#4820)
7 years ago
Morten Torkildsen 82d01cb312 fix(helm): Merge nested values correctly on upgrade (#4806)
7 years ago
Matt Farina e91e961587
Merge pull request #4809 from mortent/FixOutputWhitespace
7 years ago
Matthew Fisher 9dce1ac88b
s,kubernetes/charts,helm/charts,g (#4889)
7 years ago
adshmh 57d1c1fd29 include the name of the missing object in release uninstall error (#4635)
7 years ago
Erik Sundell eb96576b8d Reform indentation practices using nindent (#4562)
7 years ago
Sean Eagan 6635bff38f fix(engine): Fix template rendering thread safety issue (#4828)
7 years ago
Adam Reese d5c183e297
Merge pull request #4859 from adamreese/ref/kube-external
7 years ago
Adam Reese fb0e03ebde
ref(kube): use external api types where possible
7 years ago
Zachary Seguin 662fd4fcf6 Remove executable bits from chartutil generated files (#4839)
7 years ago
Matt Rasmus 0522b34e05 test(tiller): cover crash fixed by #4630 (#4853)
7 years ago
Matthew Fisher e37dcf4e0b
bump version to v2.11 (#4700)
7 years ago
Morten Torkildsen 586dc1db61 fix(helm): Use line breaks consistently in status output
7 years ago
Morten Torkildsen dd9ed71429 fix(helm): Update status output to include resource details (#4791)
7 years ago
Martin Hickey f6efe2f0c1 Add test template example for helm create (#4524)
7 years ago
Anumita Shenoy 1e26b5300b feat(helm): add $HELM_KEY_PASSPHRASE environment variable for signing helm charts (#4778)
7 years ago
Matt Tucker 147c8217c7 fix(tiller): correctly sort PodDisruptionBudget objects before pods that might use them (#4769)
7 years ago
Adam Reese 26c88ec815
Merge pull request #4703 from adshmh/4556-fix-paths-ingress-template
7 years ago
Adam Reese e83a54f7a0
Merge pull request #4742 from florianrusch/patch-1
7 years ago
Adam Reese dfd0279b13
Merge pull request #4757 from teresy/redundant-nil-check-slice
7 years ago
Adam Reese de5a6a931b
Merge pull request #4734 from adamreese/ref/kube-1.12
7 years ago
Rijnard van Tonder 5267c0d44a The nil check before the range loop is redundant
7 years ago
Florian Rusch 6f12ab24a5 Add the .vscode folder to the .helmignore file
7 years ago
Adam Reese dbf84cd229
ref(*): kubernetes v1.12 support
7 years ago
adshmh 2ef61fdf5c feat(helm): use apps/v1 as deployment apiVersion (#4725)
7 years ago
Colin Panisset 12ace315ea Don't assume that the returned error from the storage driver isn't nil (#3625) (#4627)
7 years ago
Arash Deshmeh 1a54463bdb fix(helm): fix paths in the ingress template and values file written by helm create
7 years ago
Matthew Fisher 8be42bae88
fix(helm): fix regression with TLS flags/environment variables not being parsed (#4657)
7 years ago
Caleb Delnay fbda50a452 Fix credentials not set for ResolveChartVersion default HTTP client (#4662)
7 years ago
Qiang Li 4dd9047586 fix(helm): fix selector typo in service template for 'helm create' (#4663)
7 years ago
Louis Munro 7b821dd52f Make ping() request a specific image. Add a getTillerPodImage method. (#4622)
7 years ago
Steve Wolter e868da1705 Check for err before working with newRelease. (#4630)
7 years ago