Commit Graph

144 Commits (fb64bb66de0c5ccedce1ad52c64aa77fe0cb734a)

Author SHA1 Message Date
Matthew Fisher 2d77db11fa change copyright to "Copyright The Helm Authors"
8 years ago
Rohan Chakravarthy 4efa18a5ec feat(helm): Add the --kubeconfig flag (#4235)
8 years ago
Mike Lundy a6ab04be4d [fake] return the correct error message for missing releases
8 years ago
Mike Lundy 327080161d [fake] make InstallReleaseFromChart obey DryRun
8 years ago
Matthew Fisher 50ebdd808d
Merge pull request #3825 from adshmh/3581-feat-allow-custom-desc-after-helm-release-upgrade
8 years ago
Matthew Fisher f63baab020
Merge pull request #3923 from seaneagan/list_cmd_output_format
8 years ago
Arash Deshmeh d8c4cbb0e0 feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
8 years ago
AdamDang 4d22b104b7
Typo fix: retruns->returns
8 years ago
Matt Butcher 0699ec4248
feat(tiller): support CRD installation (#3982)
8 years ago
Sean Eagan 49c3d50e4e feat(list): Optional output as JSON and YAML
8 years ago
fibonacci1729 2dd9b34d28 stream releases when listing
8 years ago
Matthew Fisher 3014b9277f
add back the default 5 second connection timeout
8 years ago
Rajat Jindal 92972b0353 fix typo in docs and fake
8 years ago
Matthew Fisher a66a39a171 fix helm init --wait
8 years ago
Matthew Fisher 642ad5c13e
Merge pull request #3544 from radu-matei/patch-1
8 years ago
Radu Matei df041c4b19
Fix minor typo
8 years ago
Johnny Bergström 9bac0a4c30 Update deprecated grpc dial timeout
8 years ago
Johnny Bergström 98e5006ecf Bump client side grpc max msg size
8 years ago
yank1 76a40fc573 fix a typo in client
8 years ago
Matthew Fisher 3c39e72189
Merge pull request #3401 from bacongobbler/revert-kubeconfig-flag
8 years ago
Bin Liu 1e0906ed67
Fix type
8 years ago
Matthew Fisher f13c4d28b5 Revert "feat(helm): adding kubeconfig flag"
8 years ago
Alex Johnson b29d25ef0b Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests
8 years ago
Matthew Fisher 077be881c4
Merge pull request #3283 from nicolerenee/concurrency
8 years ago
Adam Reese a31e3b8fe1
ref(*): kubernetes v1.9 support (#3234)
8 years ago
Nicole Renée Hubbard 6ade38fb72
feat(pkg/helm): allow concurrent requests on a shared client
8 years ago
Matthew Fisher 618094ccd2 fix TLS default path
8 years ago
Adam Reese e93b77166d
Merge pull request #3025 from beeradb/fakeclient-releasestatus
8 years ago
Helgi Þormar Þorbjörnsson 803f7c706e add a keepalive of 30s to the client (#3183)
8 years ago
Hadrien Chauvin 838d780894 update google.golang.org/grpc to 1.7.2 (#3101)
8 years ago
Pietro Menna ece9486182
fix(helm): home env not set on Windows
8 years ago
Matthew Fisher 1954b51186
Merge pull request #2621 from gardlt/feature/helm/adding-kubeconifg-flag
8 years ago
Matt Tucker b8734a173e fix(docs): fix code comment for ReuseValues()
8 years ago
gardlt 371ff8f26d feat(helm): adding kubeconfig flag
8 years ago
Brad Bowman e974ab31d8 [fakeclient-releasestatus] Move ReleaseMock and associates into helm package and update tests to use them
8 years ago
Adam Reese 2b43ecd405
ref(*): kubernetes v1.8 support
8 years ago
Brad Bowman 8d5cf13f69 Add test case for deleting the only existing item
8 years ago
Brad Bowman cab3057ee3 Add support for all CRUD operations + test coverage for delete and install
8 years ago
Brad Bowman 61f2b24dca Update comment for accuracy
8 years ago
Brad Bowman 76b70ec70f gofmt -s
8 years ago
Brad Bowman 3bc7c44f05 Make ReleaseContent and ReleaseStatus respect release names in the fake client
8 years ago
Jerry Zhou 23905f1494 feat(helm):use a variable for labels to get tiller pod
9 years ago
Adam Reese a29e610938
fix(helm): fix flag parsing once and for all
9 years ago
Justin Scott af4c243ee3 Correct punctuation and capitalization for user facing strings.
9 years ago
Michelle Noorali 29c4709b5e Merge pull request #2550 from michelleN/export-fake-release-client
9 years ago
Michelle Noorali 8a99a4aa6f ref(helm): rename FakeReleaseClient -> FakeClient
9 years ago
Sushil Kumar f476f83e83 <chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory (#2558)
9 years ago
Steven E. Harris 9f9b3e8729 Use versioned API types from the client-go library (#2524)
9 years ago
Michelle Noorali 70520efac4 ref(helm): make FakeReleaseClient public
9 years ago
Matt Butcher c55577ace6 Merge pull request #2535 from jascott1/i2331
9 years ago