Adam Reese
1402a4d6ec
chore(*): bump to v2.2.3
9 years ago
Qin Wang
c79140874a
Fix helm dep list reporting wrong status
...
Version matching is used for checking status of subcharts.
closes : #2056
9 years ago
Matt Butcher
3a3e3a2598
fix(helm): fix bug when helm update can't find release 1.
...
If a release's v1 config map was removed, 'helm upgrade' would fail. It
was calling the wrong function to get its history. This has been fixed.
Closes #1829
9 years ago
Taylor Thomas
34c3cd8950
fix(tiller): Fixes problem with `--wait` on headless Services
...
Headless services (with `clusterIP` set to `None`) were reporting
as not being ready because they didn't have an IP address. This adds
a logic check to ignore those services.
9 years ago
Adam Reese
15efd568b2
fix(tiller): enforce release name length on uninstall
...
If a selector is created from invalid values it will return nil.
Which is EVERYTHING!!!
closes : #2115
9 years ago
Adam Reese
91c34afc66
fix(helm): remove max column width for repo list
...
closes #2098
9 years ago
Adam Reese
1b330722aa
chore(*): bump to v2.2.2
9 years ago
Taylor Thomas
db5389e0db
fix(tiller): Fixes `--wait` panic on upgrade
...
When manifests do not change, they didn't get populated with the
latest label info from the API server and then panic'd. This resolves
that bug
Closes #2043
9 years ago
Adam Reese
db531fd75f
chore(*): bump to v2.2.1
9 years ago
Adam Reese
d78c44c21f
fix(kube): fix wait and recreate
...
fixes #2006
9 years ago
Michelle Noorali
255c4757a4
ref(*): remove error if no tests found on test cmd
...
* resolves #1973
9 years ago
Adam Reese
3af33399b0
chore(*): bump kubernetes v1.5.3
9 years ago
Matt Butcher
b4db4fa5d4
fix(helm): fix broken cache paths in repositories
...
A regression was committed during 2.2.0 that broke the repositories.yaml
file format, switching the cache path from relative to absolute. This
fixes the error.
Closes #1974
9 years ago
Adam Reese
fc315ab598
chore(*): bump to v2.2.0
9 years ago
Matt Butcher
ee2aaff7a6
Merge pull request #1962 from technosophos/fix/2.2.0-style-fixes
...
fix(style): add missing comments
9 years ago
Matt Butcher
44fbfc4263
fix(style): add missing comments
9 years ago
Matt Butcher
5d909d8c30
Merge pull request #1955 from michelleN/test-failure-hook
...
feat(*): add support for test-failure hook
9 years ago
Adam Reese
05ad172142
Merge pull request #1956 from adamreese/fix/recreate-pods-check
...
fix(kube): prevent recreating pods without a selector
9 years ago
Michelle Noorali
6a062e45b7
featt(*): add support for test-failure hook
...
resolves #1927
9 years ago
Adam Reese
790b90b95b
fix(kube): prevent recreating pods without a selector
9 years ago
Michelle Noorali
318c6f77e6
Merge pull request #1953 from michelleN/testing-docs
...
chore(docs/): document `helm test` feature
9 years ago
Matt Butcher
889902c381
Merge pull request #1917 from jascott1/tags_conds
...
feat(helm): add conditions and tags
9 years ago
Taylor Thomas
8dfea91056
Merge pull request #1923 from qwangrepos/local-path
...
feat(helm): add local path support for deps in requirements.yaml
9 years ago
Taylor Thomas
472ff601dc
Merge pull request #1935 from vdice/add-cleanup-flag-to-test-command
...
feat(helm): add cleanup flag to test command
9 years ago
Vaughn Dice
4a57b01a47
feat(helm): add cleanup flag to test command
9 years ago
Qin Wang
4b6b847b69
fix test chart path change from rebase
...
nit: fix spelling of dependency
9 years ago
Justin Scott
511cbf5f6a
feat(helm): change incorrect list to dict in charts.md example for tags and conditions
9 years ago
Michelle Noorali
e71b07f2ed
chore(docs/): document `helm test` feature
9 years ago
Qin Wang
0153d273ce
fix error checking from os.stat
9 years ago
Qin Wang
39a2d5ec29
feat(helm): add local path support for deps in requirements.yaml
...
fix change requests
9 years ago
Qin Wang
d72ff65325
feat(helm): add local path support for deps in requirements.yaml
...
The following commands:
helm dep update
helm dep build
are now able to take a requirements.yaml with dependency charts' repo defined as:
file://../local/path or file:///root/path
closes : #1884
9 years ago
Matt Butcher
eadd830d01
Merge pull request #1940 from wilkers-steve/fix/miss_dep_warning
...
fix(helm): add warnings for missing chart dependencies
9 years ago
Matt Butcher
5618afe3d4
Merge pull request #1922 from larryrensing/feat/list-namespaces
...
feat(*): add --namespace flag to 'helm list'
9 years ago
Matt Butcher
e29b5e429f
Merge pull request #1945 from seanknox/patch-1
...
docs(related): Add link to croc-hunter video
9 years ago
wilkers-steve
91e820320f
Merge branch 'master' into fix/miss_dep_warning
9 years ago
Steve Wilkerson
98310a915f
fix(helm): add warnings for missing chart dependencies
...
When 'helm install', 'helm package', and 'helm upgrade' are run,
Helm will not issue any warnings if any dependencies listed in
a chart's requirements.yaml file are missing. This change includes
warnings when a chart is found in requirements.yaml but isn't
in charts/.
Closes #1567
9 years ago
Justin Scott
8094acba74
helm(feat): remove space from example condition list
9 years ago
Justin Scott
17c6ae61da
feat(helm): re-enable log warnings for tags and conditions
9 years ago
Justin Scott
f582144968
feat(helm): add docs section about tags and conditions
9 years ago
Justin Scott
fe864ad699
feat(helm): remove logging of tags/condition warnings to pass ci
9 years ago
Justin Scott
58c8aca1cc
feat(helm): fixup if/ele,remove extra string casts, add comments
9 years ago
Justin Scott
004c5bcc88
feat(helm): fix condition when no requirements.yaml exists during tag/condition processing
9 years ago
Justin Scott
faae1f68b6
feat(helm): Check len of correct slice
9 years ago
Justin Scott
8ef733ca7d
feat(helm): add conditions and tags
...
This feature adds the ability to selectively control the loading of charts using entries in top chart's values.
When 'helm install --set tags.mytag=true', charts with that tag will be enabled unless disabled in parent by condition.
When 'helm install --set mychart.enabled=true', charts with that yaml path specified will be enabled.
Closes #1837
9 years ago
Sean Knox
a8c787dce5
docs(related): Add link to croc-hunter video
...
Closes #1894
9 years ago
Adam Reese
1fda4e8a60
Merge pull request #1943 from adamreese/feat/tpr-upgrade
...
feat(kube): support upgrading ThirdPartyResources
9 years ago
Adam Reese
67fc1a21aa
feat(kube): support upgrading ThirdPartyResources
9 years ago
Adam Reese
f55a43553c
Merge pull request #1942 from adamreese/ref/kube-cleanup
...
ref(kube): code style cleanup
9 years ago
Matt Butcher
5d6aeac613
Merge pull request #1938 from nokia/move-to-pkg
...
Fixes #1898 : Proposal: move downloader and resolver package to /pkg
9 years ago
Adam Reese
ae9691910d
ref(kube): code style cleanup
9 years ago