Matthew Fisher
3f0c6c5404
Merge pull request #4221 from cmattoon/issue-2347
...
Do not fail linting because of missing 'required' template values
6 years ago
Matthew Fisher
faa921dd7c
Merge pull request #4358 from novas0x2a/fake-improvements
...
Flesh out the fake client even more
6 years ago
Matthew Fisher
48e26e74eb
Merge pull request #4172 from mattjmcnaughton/mattjmcnaughton/containerize-test-steps-in-Makefile
...
Add containerized options for tests in Makefile
6 years ago
Michelle Noorali
8761bb009f
Merge pull request #4517 from mattfarina/dco
...
Moving from CLA to DCO in contribution guide
6 years ago
Matthew Fisher
d3b69c1fc1
Merge pull request #4327 from imroc/master
...
feat(helm): hiding password input on terminal
6 years ago
roc
518a9d63e6
feat(helm): hiding password input on terminal
...
When using "helm repo add" with "--username" and without "--password",
hide user's input with a password prompt. This allows users to not
expose their passwords to the command line history.
6 years ago
mattjmcnaughton
17151b99ea
Add containerized options for tests in Makefile
...
Add an option to run the `test-unit`, `test-style`, and `test`
steps from the `Makefile` insides of a docker container. Doing so
isolates this component of helm development from any other aspect of
your global go environment.
These commands all have the name `docker-*`. Long term, there may
be reproducibility benefits to running all of the Make steps in a
container by default, in which case `containerized-test-unit` could
become `test-unit`.
6 years ago
Matthew Fisher
4589ae2c45
Merge pull request #4486 from smurfralf/master
...
Improve documentation for helm upgrade (#4030 )
6 years ago
smurfralf
c4d6b5a434
Tweeks per bacon review
6 years ago
smurfralf
eeb3a1454a
Improve documentation for helm upgrade ( #4030 )
...
Expand and clarify documentation for `helm upgrade` to include nuances
of command line values setting.
Fixes issue #4030
6 years ago
Matthew Fisher
dee4bfb226
Merge pull request #4530 from nojnhuh/patch-1
...
Fix typo in message.go
6 years ago
Jon Huhn
0b4e086e05
Fix typo in message.go
6 years ago
Adam Reese
eb0dffcbd9
Merge pull request #4338 from dustyrip/zsh-compinit-patch
...
Allow zsh completion to be autoloaded by compinit
6 years ago
Taylor Thomas
dc130c5f4b
Merge pull request #4528 from hickeyma/fix-create-helm-note
...
Fix helm create note for k8 label convention changes
6 years ago
Taylor Thomas
e3d4206b65
Merge pull request #4469 from rimusz/master
...
add Tillerless Helm blog post and plugin references
6 years ago
Matthew Fisher
d1c45b090e
Merge pull request #4529 from hobti01/patch-4
...
docs: Messages are encrypted when using client-tiller TLS
6 years ago
Tim Hobbs
0b3924b2ac
Messages are encrypted when using TLS
...
When helm client and tiller use TLS their messages are encrypted, not unencrypted ;)
6 years ago
Matt Farina
a4e2e8b505
Moving from CLA to DCO in contribution guide
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Martin Hickey
7306b4c28e
Fix helm create note for k8 label convention changes
...
Update to note as per changes in Issue #4335 . Otherwise cannot
retrieve the pod with the label names.
6 years ago
Matthew Fisher
78550dd2c8
Merge pull request #4522 from dustinspecker/patch-1
...
docs: remove extraneous "it"
6 years ago
Dustin Specker
8c69e1af4f
docs: remove extraneous "it"
6 years ago
Adam Reese
b95eb54bf2
Merge pull request #4420 from adamreese/ref/kube-1.11
...
ref(*): kubernetes v1.11 support
6 years ago
Matt Farina
cc7cc1087f
Merge pull request #4448 from mattfarina/update-labels
...
Updating to the k8s label convention
6 years ago
Matt Farina
83e3571358
Merge branch 'master' into update-labels
6 years ago
Matt Farina
777886359c
Merge pull request #4478 from mattfarina/helm-cncf-contact-update
...
docs(README): Updating for Helm in CNCF
6 years ago
Matt Farina
f0af0abbb0
Merge branch 'master' into helm-cncf-contact-update
6 years ago
Matthew Fisher
0f10ded76d
Merge pull request #4484 from bacongobbler/fix-get-script-again
...
strip out all extra lines other than the first for parsing
6 years ago
Matthew Fisher
c15a355da7
strip out all extra lines other than the first for parsing
6 years ago
Matthew Fisher
0b79ecf4ca
Merge pull request #4480 from nojnhuh/master
...
Fix typo in parser.go
6 years ago
Jon Huhn
d929391199
Fix typo in parser.go
6 years ago
Matthew Fisher
36431fa0f4
Merge pull request #4477 from nickschuch/fix-zoom-link
...
Update the Developer Call zoom.us link
6 years ago
Nick Schuch
1ed6ffbdb0
Update zoom.us link
6 years ago
Matt Farina
a8229323cd
docs(README): Updating for Helm in CNCF
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matthew Fisher
bba13a6c2d
Merge pull request #4474 from rosko/patch-1
...
fix: link to custom resource definitions section in best practices
6 years ago
Matthew Fisher
15c1f0259d
Merge pull request #4473 from ultimateboy/patch-1
...
fix(client): fix bug in list releases to append all releases
6 years ago
Alexey Volkov
f15d658450
fix: link to custom resource definitions section
6 years ago
Matt Tucker
38eb73760b
fix(client): fix bug in list releases to append all releases
6 years ago
rimas
c4c9287a0a
add Tillerless Helm blog post and plugin references
6 years ago
muffin87
204f823b5e
Add basic tutorial for beginners ( #4466 )
6 years ago
Matthew Fisher
8a1e7e47d6
Merge pull request #4464 from bacongobbler/sort-links
...
sort links alphabetically
6 years ago
Matthew Fisher
8f7c0079fe
sort links alphabetically
6 years ago
Matt Butcher
e8b003af9a
docs(alpine): quote release label value ( #4460 )
...
Labels should be quoted so that values such as "true" or "1" are not
interpolated to the wrong type.
6 years ago
Matthew Fisher
133683c72f
Merge pull request #4457 from hickeyma/add-plugin-helm-stop-link
...
Add Helm stop capability
6 years ago
Martin Hickey
c658639ccc
Add link to doc for Helm Stop plugin
...
Link added to
https://github.com/helm/helm/blob/master/docs/related.md#helm-plugins
6 years ago
Adam Reese
59a60a6e7c
docs(generated): regenerate markdown docs
6 years ago
Adam Reese
efadbd8803
ref(*): kubernetes v1.11 support
6 years ago
Matthew Fisher
13d67a9b03
Merge pull request #4449 from bacongobbler/bump-version-2.10
...
bump version to v2.10
6 years ago
Matthew Fisher
76f325322a
bump version to v2.10
6 years ago
Matt Farina
e328d00a2f
Updating to the k8s label convention
...
Closes #4335
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matthew Fisher
daa7c2a773
Merge pull request #4444 from bacongobbler/rebase-4345
...
fix(helm): fix(helm): add `--tls-hostname` flag to tls flags
6 years ago