Taylor Thomas
4566b1733c
Merge pull request #2370 from kiich/fixDeployPanic
...
Return as not ready if it new RS is nil
8 years ago
Kiichiro Okano
46cad97950
Return as not ready if it new RS is nil
8 years ago
Adam Reese
0c91d41221
Merge pull request #2366 from adamreese/fix/2110-canary-versioning
...
fix(*): handle unreleased versioning
8 years ago
Matt Butcher
b1ade9c81a
Merge pull request #2314 from nebril/lock-release
...
Releases are locked to avoid parallel changes
8 years ago
Matt Butcher
6e63a547e2
Merge pull request #2354 from technosophos/fix/2271-alternate-toml-marshal
...
fix(tiller): fix TOML panic
8 years ago
Matt Butcher
e66cdcd1f3
Merge pull request #2352 from technosophos/ref/getter
...
ref(getter): flatten the getter package tree
8 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
8 years ago
Adam Reese
9ae84c730f
fix(tiller): make new version check backwards compatible
8 years ago
Adam Reese
c7f0edd3d2
Merge pull request #2353 from SlickNik/nm_zsh_completions
...
Add support for zsh to helm completion
8 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.
8 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
8 years ago
Michelle Noorali
64e9e47183
feat(helm): add service account flag to helm init
...
helps with half of #2224
8 years ago
Adam Reese
e81673fa4a
Merge pull request #2359 from adamreese/chore/go1.8.1
...
chore(ci): bump go 1.8.1
8 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
8 years ago
Matt Butcher
0ed79d9ae7
Merge pull request #2358 from databus23/patch-4
...
Fail template execution if included template fails
8 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
8 years ago
Fabian Ruff
b94eb82d12
Skip rendering partials
...
The output of a rendered partial is not used and rendering it might fail if it expects different values
8 years ago
Adam Reese
5c53661a50
chore(ci): bump go 1.8.1
8 years ago
Fabian Ruff
124235ffed
Fail template execution if included template fails
8 years ago
Matt Butcher
3a943696b7
Merge pull request #2348 from technosophos/fix/environment-style-fixes
...
fix(helm): fix style errors in pkg/environment
8 years ago
Matt Butcher
ba3f6c3f3b
Merge pull request #2339 from technosophos/docs/2234-hook-weight-clarification
...
docs(chart_hooks): clarify hook execution order
8 years ago
Matt Butcher
9a33628e4e
Merge pull request #2338 from technosophos/fix/2209-warning-to-error
...
fix(helm): return error when dependencies are missing
8 years ago
Adam Reese
1cf50ea4fa
Merge pull request #2351 from adamreese/chore/cleanup-unused
...
chore(*): cleanup unused travis and scripts
8 years ago
Matt Butcher
045bf78f80
Merge pull request #2282 from technosophos/feat/2172-grpc4
...
feat(*): update to latest gRPC and Protobuf
8 years ago
Matt Butcher
eb1f36852b
Merge pull request #2344 from unguiculus/feature/prereqs
...
Add Git and Mercurial to build prerequisites
8 years ago
Matt Butcher
3c55a0ee65
fix(helm): fix style issues
...
This just adds a few comments where the style linter was complaining.
8 years ago
Reinhard Nägele
8c437e518b
Update Makefile to require Mercurial
8 years ago
Reinhard Nägele
6bdc7ed990
Add Git and Mercurial to build prerequisites
...
Closes : #2343
8 years ago
Adam Reese
83ed3384d2
chore(ci): remove travis configuration
8 years ago
Adam Reese
074d2eb711
chore(scripts): remove unsupported local-cluster script
8 years ago
Matt Butcher
3516314838
docs(chart_hooks): clarify hook execution order
...
Closes #2234
8 years ago
Matt Butcher
6246fa12a8
fix(helm): return error when dependencies are missing
...
This upgrades a warning to an error in cases where `requirements.yaml`
contains a requirement, but it's missing in charts/
This impacts install, upgrade, and package.
Closes #2209
8 years ago
Brian
d7ab16ad03
Merge pull request #2316 from fibonacci1729/master
...
fix(tiller): update tls client auth policy
8 years ago
Matt Butcher
7094651493
feat(*): update to latest gRPC and Protobuf
...
Effectively, this switches us to gRPC's internal version 4. This is
compatible with protoc 3.2 and grpc-go 1.2.1.
8 years ago
Matt Butcher
d1b1161f77
Merge pull request #2327 from devth/patch-1
...
Update Slack channels
8 years ago
Taylor Thomas
12300745d3
Merge pull request #2324 from chipironcin/improve_get_script
...
Improve get script
8 years ago
Trevor Hartman
f206f03a1b
Update Slack channels
8 years ago
Jorge Marin
18fc8a8539
Update comment in function
8 years ago
Maciej Kwiek
ec92b76054
Release are locked to avoid parallel changes
...
Environment is supplied with release lock map which allows to lock a
release by name to make sure that update, rollback or uninstall aren't
running on one release at the same time.
8 years ago
Jorge Marin
6adf7d59de
Print escaped chars
8 years ago
Jorge Marin
e114807c45
Use '-SsL' for all 'curl' calls to get response using SSL, silently and following reedirections
8 years ago
Jorge Marin
037ff5b51c
Replace call to Github HTTP API with normal Github URL
8 years ago
Matt Butcher
7309c1a7dd
Merge pull request #2302 from harbur/master
...
Added reference to plugins
8 years ago
Adam Reese
b7f2c6f5fe
Merge pull request #2304 from adamreese/ref/debug
...
ref(helm): use new debug method to standardize debug output
8 years ago
fibonacci1729
d7240ff943
fix(tiller): update tls client auth policy
...
RequireAndVerifyClientCert => VerifyClientCertIfGiven
Closes #2310
8 years ago
Adam Reese
7ce0e27c87
Merge pull request #2307 from adamreese/chore/kube-v1.6.2
...
chore(*): bump kubernetes to v1.6.2
8 years ago
Michelle Noorali
6baac513c3
Merge pull request #2305 from michelleN/update-zoom-link
...
chore(README.md): update zoom meeting link
8 years ago
Michelle Noorali
dfbdd4c5ea
chore(README.md): update zoom meeting link
8 years ago
Taylor Thomas
7ed700a973
Merge pull request #2301 from thomastaylor312/regen_protobuf
...
ref(*): Regenerates protobuf files with protoc 3.2.0
8 years ago
Adam Reese
2540836133
chore(*): bump kubernetes to v1.6.2
8 years ago