Matt Butcher
2d192b1b1b
Merge pull request #2408 from technosophos/fix/2407-devel-releases
...
fix(helm): add --devel flag to allow dev releases again
8 years ago
Andrew Koroluk
4cbbbf2fe0
docs(repo_faq): create chart_repository_faq.md
...
Add FAQ for `unsupported protocol scheme ""` error
8 years ago
Matt Butcher
23c33cf152
chore(glide): update to Sprig 2.12.0
8 years ago
Matt Butcher
f9c9e9d6cb
Merge pull request #2455 from technosophos/fix/2393
...
fix(lint): add KubeVersion and TillerVersion to linter
8 years ago
Matt Butcher
28ec92355b
fix(helm): add --devel flag to allow dev releases again
...
2.4.0 stopped installing development versions by default. This allows
the user to re-enable that support by setting --devel.
Closes #2407
8 years ago
Matt Butcher
7e82a076d0
Merge pull request #2454 from technosophos/fix/2311
...
fix(Dockerfile): add ca-certificates
8 years ago
Michelle Noorali
a53c29aee7
Merge pull request #2425 from michelleN/helm-test-error-codes
...
fix(*): return non-zero exit code on test failure
8 years ago
Matt Butcher
70f6aa4c23
fix(Dockerfile): add ca-certificates
...
Closes #2311
8 years ago
Matt Butcher
5d407d1f86
Merge pull request #2427 from mattfarina/fix/docker-distribution-version
...
fix(windows): Updating docker/distribution
8 years ago
Matt Farina
3f1c6a1e87
fix(windows): Updating docker/distribution
...
Kubernetes has a dependency on a development version of
github.com/docker/distribution that does not work for windows. Helm
picks up this dependency and it breaks helm development on win. The
bug was later fixed. There is an issue on Kubernetes to update
to a newer version. In the meantime, this change causes helm to
use the latest stable release for that minor version.
Fixes #2396
Relates to https://github.com/kubernetes/kubernetes/issues/45377
8 years ago
Adam Reese
595afc5c17
Merge pull request #2449 from rvbaz/write-index-atomic
...
Write repo file using atomicfile
8 years ago
Matt Butcher
d863d9a886
fix(lint): add KubeVersion and TillerVersion to linter
...
Closes #2393
8 years ago
Raphael Badin
965cb7fd1c
Write repo file using atomicfile
...
This prevents clients from seeing half-written files because
on POSIX systems renaming a file is an atomic operation.
Drive-by: Add test for repo file permission.
8 years ago
Matt Butcher
dd7357dfc1
Merge pull request #2345 from HotelsDotCom/vbom-ml-git-fix
...
Fix for vbom.ml bootstrap
8 years ago
Adam Reese
206035442e
Merge pull request #2438 from vdice/feat/init-upgrade-service-account
...
feat(cmd/helm/installer): add support for upgrading service account
8 years ago
Sushil Kumar
ff42dadde4
Adds update option to plugin command ( #2410 )
...
* Adds update option to plugin command
Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
* Added tests for new methods for plugin update
* Updated docs
* Updated review comments :)
* Return error exit code when there is error
8 years ago
Matt Butcher
8b6fff4474
Merge pull request #2451 from krancour/patch-2
...
minor typo fix
8 years ago
Michelle Noorali
5687723fca
Merge pull request #2429 from FengyunPan/fix-package
...
Add friendly output for helm package
8 years ago
Kent Rancourt
5408b60ad6
minor typo fix
8 years ago
Michelle Noorali
488ca6fdd8
fix(*): return non-zero exit code on test failure
...
* resolves #2089
8 years ago
Adam Reese
7830c7e6fb
Merge pull request #2442 from adamreese/chore/k8s-v1.6.3
...
chore(glide): bump kubernetes to v1.6.3
8 years ago
fengyun.pan
346c82952d
Add friendly output for helm package
8 years ago
fengyun.pan
15daced241
Return err when failed to check dependencie and save chart
8 years ago
Adam Reese
35aabdb61a
Merge pull request #2423 from FengyunPan/add-check
...
Add check for getting kubeclient
8 years ago
Adam Reese
bbda3bc73d
chore(glide): bump kubernetes to v1.6.3
8 years ago
vdice
0d3f14f041
feat(cmd/helm/installer): add support for upgrading service account
8 years ago
Matt Butcher
80998bb917
Merge pull request #2381 from ReSearchITEng/master
...
added possibility to set desired install version. See issue #2380
8 years ago
Michelle Noorali
5ed1c42463
Merge pull request #2432 from michelleN/add-ref
...
ref(docs): add ref as commit type
8 years ago
Taylor Thomas
7d5f4e53db
Merge pull request #2430 from thomastaylor312/fix/deployment_wait
...
fix(tiller): Fixes bug with `--wait` and updated deployments
8 years ago
Michelle Noorali
f3da72b8a8
ref(docs): add ref as commit type
8 years ago
Adam Reese
2ff68ab091
Merge pull request #2406 from adamreese/fix/tiller-docker
...
fix(Dockerfile): only copy tiller binary in Dockerfile
8 years ago
Matt Butcher
e8aa8d3678
Merge pull request #2405 from sushilkm/linting-fixes
...
Fixed issues reported by test-style
8 years ago
Taylor Thomas
d310612526
fix(tiller): Fixes bug with `--wait` and updated deployments
...
The current methodology generated its own RS slice instead of using
a helper method that uses a `clientset`. This caused some issues where
`FindNewReplicaSet` always returned `nil`. This switches the method and
removes some unneeded API calls and code.
Closes #2426
8 years ago
fengyun.pan
7887185984
Add check for getting kubeclient
8 years ago
Michelle Noorali
a9f0be9bf3
Merge pull request #2415 from krancour/patch-1
...
Fix minor typo in test doc
8 years ago
Kent Rancourt
ce12341bfa
Fix minor typo in test doc
8 years ago
Taylor Thomas
3e5642a40a
Merge pull request #2400 from sushilkm/issues/2384
...
Fixes various issues related to plugin command
8 years ago
Sushil Kumar
084bbfa2ba
Return error exit-code in case of error
8 years ago
Sushil Kumar
24157e4aed
Updated review comments :)
8 years ago
Sushil Kumar
1c5aab8e78
Fixes messages for plugin remove option
...
Fixes issues/2398 - helm plugin remove does not works as expected
- [ ] plugin remove option is coded to remove multiple plugins, but instead returns error when more than one plugin is requested to be removed.
- [ ] plugin remove does not show any error/message for non-existent plugin.
8 years ago
Sushil Kumar
c84fb11a68
Errors out in case requested plugin exists
...
Partially fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
8 years ago
Sushil Kumar
6344f1d8e9
Errors out in case requested plugin version does not exists
...
Fixes issues/2384 - helm plugin install installs a default version in case requested version is not available
8 years ago
Sushil Kumar
61c3a44dc3
Fixed issues reported by test-style
8 years ago
Adam Reese
fabb7208ab
fix(Dockerfile): only copy tiller binary in Dockerfile
8 years ago
Matt Butcher
5c227bffbb
Merge pull request #2361 from databus23/dont_render_partials
...
Skip rendering partials
8 years ago
Matt Butcher
0faa57c015
Merge pull request #2390 from harbur/add_kubernetic
...
Add Kubernetic in related projects
8 years ago
Matt Butcher
182b0bf0fc
Merge pull request #2389 from szibis/helm-secrets
...
New plugin helm-secrets
8 years ago
Matt Butcher
982bb0cd2c
Merge pull request #2079 from nebril/new-backend
...
Experimental Rudder implementation
8 years ago
Michelle Noorali
704e69fca2
Merge pull request #2375 from sushilkm/tests/repo-flag
...
Added tests for --repo flag for helm fetch command
8 years ago
Sushil Kumar
d5fd75fe61
Updated StartLocalServerForTests to be private method
8 years ago