- 01 Nov, 2016 1 commit
-
-
Matt Butcher authored
If gRPC fails to make a connection, the result is a log message and a verbose error. This suppresses log output and replaces the error with a much more succinct one. Closes #1488
-
- 28 Oct, 2016 2 commits
-
-
Matt Butcher authored
fix(tiller): allow 3rd party APIs
-
Matt Butcher authored
This feature has been disabled in the past because simply enabling the feature causes the Kubernetes library to make requests to a server. Thus, running any tests that use the 'pkg/kube' library has required running a kube API server. This patch makes it possible to selectively activate 3rdParty API support, and then disables that support during testing. Future versions of the Kubernetes library appear to make it easier to configure and mock this behavior, so this is most likely a stop-gap measure. (Famous last words.) Closes #1472
-
- 27 Oct, 2016 7 commits
-
-
Matt Butcher authored
docs(kubernetes_distros): add notes on kube distros
-
Matt Butcher authored
This adds a place to put distribution-specific information about different distributions of Kubernetes.
-
Adam Reese authored
fix(helm): add kubernetes defaults to context
-
Adam Reese authored
fixes: #1467
-
Matt Butcher authored
docs(install): document installer script
-
Matt Butcher authored
fix(helm): fail when helm deps are not fetched
-
Brian authored
feat(998): append to history on install --replace
-
- 26 Oct, 2016 14 commits
-
-
Matt Butcher authored
This changes the behavior of the bulk downloader to fail as soon as it encounters a dependency that it cannot fetch. Closes #1439
-
Matt Butcher authored
This adds documentation for 'scripts/get'.
-
Adnan Abdulhussein authored
Add deployment, service and NOTES to create
-
Matt Butcher authored
fix(helm): read passphrase from prompt
-
Matt Butcher authored
This prompts the user to enter a passphrase if the given PGP key is encrypted. Closes #1447
-
Matt Butcher authored
docs(provenance): explain using Keybase.io
-
Vic Iglesias authored
-
Vic Iglesias authored
-
fibonacci1729 authored
-
Matt Butcher authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
- 25 Oct, 2016 11 commits
-
-
Adnan Abdulhussein authored
chore(README): update install section for Beta.2
-
Adnan Abdulhussein authored
-
Matt Butcher authored
docs(*) fix typos in docs
-
Adam Reese authored
-
joe2far authored
-
Michelle Noorali authored
fix(helm): correctly convert types on --set flag
-
Michelle Noorali authored
fixes #1449
-
Matt Butcher authored
fix(helm): skip overwriting the lock if it hasn't changed
-
Matt Butcher authored
fix(helm): create index file as 'helm serve' starts up.
-
Matt Butcher authored
feat(scripts): add 'get' script to download and install
-
Matt Butcher authored
'helm dep up' will only overwrite the lock file if the digest has changed (e.g. the source requirements.yaml is different). Closes #1438
-
- 24 Oct, 2016 5 commits
-
-
Matt Butcher authored
This adds 'scripts/get`, which is a bash script for fetching and installing the Helm client. It has the following features: - It uses the GitHub API to discover the latest release - It downloads the SHA256 checksum and verifies the binary using it - It does basic tests on the installation
-
Matt Butcher authored
When 'helm serve' is run, this now generates an index.yaml file. Before, that file was maintained externally, often manually. Closes #793 Partially addresses #1404
-
Matt Butcher authored
docs(helm): update grammar for upgrade command help
-
Matt Butcher authored
fix(helm): add support for local version only
-
Matt Butcher authored
This changes from --client-only and --server-only to --client and --server. With this change, if no flags are specified, all info is shown. If one flag is specified, only its info is shown.
-