Adam Reese
82d8e9498d
chore(*): bump to v2.4.2
8 years ago
Matt Butcher
0b4c60b7d4
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
f2726258a5
Revert "Added tests for --repo flag for helm fetch command"
...
This reverts commit 4222d6de9b
.
8 years ago
Matt Butcher
10432b5e52
chore(glide): update to Sprig 2.12.0
8 years ago
Matt Butcher
f9696b9f42
fix(Dockerfile): add ca-certificates
...
Closes #2311
8 years ago
Sushil Kumar
02652197dc
Updated StartLocalServerForTests to be private method
8 years ago
Sushil Kumar
4222d6de9b
Added tests for --repo flag for helm fetch command
...
- [ ] Added tests for --repo flag on `helm fetch` command
- [ ] Also added tests for (pkg/repo).FindChartInRepoURL
8 years ago
Matt Butcher
504f0f4d0a
fix(lint): add KubeVersion and TillerVersion to linter
...
Closes #2393
8 years ago
Michelle Noorali
ddfd9a05aa
fix(*): return non-zero exit code on test failure
...
* resolves #2089
8 years ago
Sushil Kumar
52ccf92748
Return error exit-code in case of error
8 years ago
Sushil Kumar
11f3091b0e
Updated review comments :)
8 years ago
Sushil Kumar
61d0176698
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
ce4fc14eb9
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
8102b4b852
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
Adam Reese
c27b24fb2e
fix(Dockerfile): only copy tiller binary in Dockerfile
8 years ago
Taylor Thomas
79c492b6ab
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
Adam Reese
46d9ea82e2
chore(*): bump to v2.4.1
9 years ago
Rod Cloutier
201169a860
fix(helm): reverted upgrade of imdario/mergo
...
Reverted the version of mergo to a version that was known to work
with both kubernetes and sprig.
Closes #2376
9 years ago
Adam Reese
1ec2c04be8
chore(*): bump to v2.4.0
9 years ago
Matt Butcher
7cf952a83e
Merge pull request #2372 from technosophos/fix/sprig-2.11.0
...
chore(tiller): bump Sprig to 2.11.0
9 years ago
Matt Butcher
4d8f23e0c6
chore(tiller): bump Sprig to 2.11.0
...
This adds the `merge` function, among other things.
9 years ago
Michelle Noorali
3cef2ed667
Merge pull request #2369 from michelleN/bug/2158-panic-on-new-line
...
fix(releaseutil): remove newline on SplitManifests
9 years ago
Michelle Noorali
dcfbb2bd35
fix(releaseutil): remove newline on SplitManifests
...
fixes #2158
9 years ago
Matt Butcher
75632025b8
Merge pull request #2371 from kubernetes/prydonius-patch-1
...
fix(create): incorrect URL in default NOTES.txt
9 years ago
Adnan Abdulhussein
f8b2c5eb57
fix(create): incorrect URL in default NOTES.txt
9 years ago
Taylor Thomas
4566b1733c
Merge pull request #2370 from kiich/fixDeployPanic
...
Return as not ready if it new RS is nil
9 years ago
Kiichiro Okano
46cad97950
Return as not ready if it new RS is nil
9 years ago
Adam Reese
0c91d41221
Merge pull request #2366 from adamreese/fix/2110-canary-versioning
...
fix(*): handle unreleased versioning
9 years ago
Matt Butcher
b1ade9c81a
Merge pull request #2314 from nebril/lock-release
...
Releases are locked to avoid parallel changes
9 years ago
Matt Butcher
6e63a547e2
Merge pull request #2354 from technosophos/fix/2271-alternate-toml-marshal
...
fix(tiller): fix TOML panic
9 years ago
Matt Butcher
e66cdcd1f3
Merge pull request #2352 from technosophos/ref/getter
...
ref(getter): flatten the getter package tree
9 years ago
Michelle Noorali
3f22e407cd
Merge pull request #2365 from michelleN/feat/2224-service-account-flag
...
feat(helm): add service account flag to helm init
9 years ago
Adam Reese
9ae84c730f
fix(tiller): make new version check backwards compatible
9 years ago
Adam Reese
c7f0edd3d2
Merge pull request #2353 from SlickNik/nm_zsh_completions
...
Add support for zsh to helm completion
9 years ago
Matt Butcher
bd02f39384
ref(getter): flatten the getter package tree
...
This flattens the getter package tree, adds tests, and changes a little
bit of the terminology to follow Go idioms. This also makes much of the
getter API private to begin with. This will give us more flexibility in
the future.
9 years ago
Adam Reese
2e819e014d
fix(*): handle unreleased versioning
...
Adds an `unreleased` flag to the version if not building from HEAD of a
tag. The compatibility check is bypassed if the client or server are
unreleased.
fixes #2110
9 years ago
Michelle Noorali
64e9e47183
feat(helm): add service account flag to helm init
...
helps with half of #2224
9 years ago
Adam Reese
e81673fa4a
Merge pull request #2359 from adamreese/chore/go1.8.1
...
chore(ci): bump go 1.8.1
9 years ago
Matt Butcher
46035c35c4
fix(tiller): fix TOML panic
...
This fixes a TOML panic by replacing one parser library with another.
The older library did not gracefully handle reflection issues, and so
was prone to panic. The new one is not great, but it doesn't seem to
panic.
Closes #2271
9 years ago
Matt Butcher
0ed79d9ae7
Merge pull request #2358 from databus23/patch-4
...
Fail template execution if included template fails
9 years ago
Nikhil Manchanda
49e7aa854a
Add support for zsh to helm completion
...
Updated the 'helm completion' command to take in the shell
as a parameter. Currently acceptable options are 'bash' and
'zsh'. Also fixed the completions to work with zsh in a manner
similar to what kubectl does.
Also updated the docs to reflect this change.
Closes #2201
9 years ago
Adam Reese
5c53661a50
chore(ci): bump go 1.8.1
9 years ago
Fabian Ruff
124235ffed
Fail template execution if included template fails
9 years ago
Matt Butcher
3a943696b7
Merge pull request #2348 from technosophos/fix/environment-style-fixes
...
fix(helm): fix style errors in pkg/environment
9 years ago
Matt Butcher
ba3f6c3f3b
Merge pull request #2339 from technosophos/docs/2234-hook-weight-clarification
...
docs(chart_hooks): clarify hook execution order
9 years ago
Matt Butcher
9a33628e4e
Merge pull request #2338 from technosophos/fix/2209-warning-to-error
...
fix(helm): return error when dependencies are missing
9 years ago
Adam Reese
1cf50ea4fa
Merge pull request #2351 from adamreese/chore/cleanup-unused
...
chore(*): cleanup unused travis and scripts
9 years ago
Matt Butcher
045bf78f80
Merge pull request #2282 from technosophos/feat/2172-grpc4
...
feat(*): update to latest gRPC and Protobuf
9 years ago
Matt Butcher
eb1f36852b
Merge pull request #2344 from unguiculus/feature/prereqs
...
Add Git and Mercurial to build prerequisites
9 years ago
Matt Butcher
3c55a0ee65
fix(helm): fix style issues
...
This just adds a few comments where the style linter was complaining.
9 years ago