Commit Graph

775 Commits (42650a044eef83e8a6b51f8e7e0915e8cc7bbacd)

Author SHA1 Message Date
Steve Wilkerson 98310a915f fix(helm): add warnings for missing chart dependencies
9 years ago
Matt Butcher 5d6aeac613 Merge pull request #1938 from nokia/move-to-pkg
9 years ago
Adam Reese 0f461ba8b5 feat(kube): use jsonpatch to update ThirdPartyResources
9 years ago
Gergo Huszty a32f71c735 Merge branch 'master' of https://github.com/kubernetes/helm into move-to-pkg
9 years ago
Gergo Huszty 17c9e220b0 Fixes #1898: Proposal: move downloader and resolver package to /pkg
9 years ago
Larry Rensing 294d18d567 Merge remote-tracking branch 'upstream/master' into feat/list-namespaces
9 years ago
Larry Rensing 8cb931925e Merge remote-tracking branch 'upstream/master' into feat/list-namespaces
9 years ago
Matt Butcher ed7bb41973 Merge pull request #1928 from vdice/add-last-test-suite-run-to-status
9 years ago
Taylor Thomas 977ceb9b5f Merge pull request #1882 from bacongobbler/1712-portforwarder
9 years ago
Matt Butcher 67eb017bd0 Merge pull request #1913 from technosophos/fix/1864-delete-old-deps
9 years ago
Vaughn Dice 140caa081b
feat(cmd/helm/status): add last test suite run to status output
9 years ago
Michelle Noorali c7e2d186a5 Merge pull request #1777 from michelleN/feat/1163-chart-testing
9 years ago
Matt Butcher 257f12095f
fix(helm): fix broken unit test
9 years ago
Larry Rensing 3a380923f4 feat(*): add --namespace flag to 'helm list'
9 years ago
Michelle Noorali 538e8297ef ref(*): add namespace info to failing test msg
9 years ago
Lachlan Evenson ff7d3394f6 (bugfix/cmd/helm/history): update history table MaxColWidth to match that of
9 years ago
Adam Reese 377639c803 Merge pull request #1907 from adamreese/ref/proto-cleanup
9 years ago
Matt Butcher 91da555c85
fix(helm): delete outdated deps
9 years ago
Matt Butcher e7fc7a4efa Merge pull request #1849 from iamzhout/master
9 years ago
Adam Reese fd210dfd30 ref(hapi): remove never used proto field
9 years ago
Matt Butcher 33ccd6b2c9 Merge pull request #1855 from technosophos/fix/1845-dep-up-failure
9 years ago
Matthew Fisher 704bc47225 move newTillerPortForwarder to pkg/helm/portforwarder
9 years ago
Michelle Noorali e95a0570ad chore(pkg/releasetesting): add test_suite tests
9 years ago
Matt Butcher f018364f91
fix(helm): fix sort order on helm search
9 years ago
Matt Butcher adc18e2463
fix(helm): fix 'helm dep up' to fetch by URL
9 years ago
Michelle Noorali e132191275 ref(pkg/): refactor helm test logic
9 years ago
Vaughn Dice 9bd12953a9 feat(*): add kube client test
9 years ago
Michelle Noorali 58c05f87d7 feat(*): stream helm test messages to client
9 years ago
Michelle Noorali d46d63a8f7 feat(*): add helm test command mvp
9 years ago
Matt Butcher 756cb970bd
feat(tiller): record a message for each lifecycle step
9 years ago
Adam Reese d97f44e3a0 feat(tiller): print tiller version on startup
9 years ago
Ferran Rodenas 074d746c95 Add reset command to uninstall Tiller
9 years ago
Taylor Thomas e440a36d95 Merge pull request #1820 from thomastaylor312/feat/add_wait
9 years ago
Manjunath A Kumatagi 851ca79cc2 Fix SIGSEGV fault
9 years ago
Matt Butcher 4a69e0c776 Merge pull request #1842 from bacongobbler/install-from-chart
9 years ago
Matthew Fisher dad40fcbe0 add InstallReleaseFromChart and UpdateReleaseFromChart
9 years ago
Ferran Rodenas cc0f460033 Fake tillerHost at version cmd tests
9 years ago
z00358552 b6b1459b90 fix(helm) add missing manifest header for helm init --dry-run --debug
9 years ago
Taylor Thomas 7ef9bb6f71 feat(*): Add --wait flag
9 years ago
Matt Butcher 9652651ba9 Merge pull request #1814 from technosophos/feat/1569-reset-values
9 years ago
Christoph Blecker 5b2cf3930b
Fix type in help text for list cmd
9 years ago
Ferran Rodenas d90a3a2260 Create a Service definition for using Tiller in-cluster
9 years ago
Ferran Rodenas bd4fc39950 Allow specifying --set multiple times
9 years ago
Matt Butcher c32b2ddcdf
feat(helm): add --reset-values flag to 'helm upgrade'
9 years ago
Matt Butcher 6d6e88a86e Merge pull request #1766 from gravitational/http-client-tls
9 years ago
Anton Galitsyn f8a261f277 use old naming
9 years ago
Anton Galitsyn 685e730ba8 create repo.Getter interface
9 years ago
Anton Galitsyn 8a1d43ec3f check the error that WriteFile returns
9 years ago
Anton Galitsyn e3f39f30bf rename URLAreEqual func
9 years ago
Adam Reese 76b3d1e1e2 fix(tests): fix testclient reactions that were not triggering
9 years ago
Adam Reese a2543f87aa Merge pull request #1784 from adamreese/ref/code-cleanup
9 years ago
Adam Reese f763c88fe4 Merge pull request #1786 from mortenlj/master
9 years ago
Adam Reese 6f023b324c Merge pull request #1789 from adamreese/fix/tiller-ns-envar
9 years ago
Adam Reese b666b3ddeb fix(tiller): s/POD_NAMESPACE/TILLER_NAMESPACE/
9 years ago
Matt Butcher 7c6153f418 Merge pull request #1788 from nebril/helm-status-align
9 years ago
Maciej Kwiek 075a9d8e5d Align output of helm status resources output
9 years ago
Maciej Kwiek 0a9413beef Improve `helm status` help text
9 years ago
Morten Lied Johansen eeaacc4a07 Add `--upgrade` option to `init`
9 years ago
Adam Reese 4418b1a20d ref(*): remove dead code
9 years ago
Anton Galitsyn a82c19b91a fix rebase problems
9 years ago
Anton Galitsyn 89ab7555db Get http.Client from referenced repository
9 years ago
Anton Galitsyn b0e7a43b5b Construct http.Client for repositories from config, add TLS support
9 years ago
Matt Butcher e451f79bc2 Merge pull request #1706 from technosophos/feat/1480-version-flag
9 years ago
Adam Reese 4398255f09 fix(tests): fix broken tests for upgrade
9 years ago
Matt Butcher b51ad7a0e5 Merge pull request #1693 from thomastaylor312/feat/hook-timeout
9 years ago
Matt Butcher 22c1b979af Merge pull request #1729 from technosophos/fix/1708-rollback-help
9 years ago
Adam Reese 1c3bada618 feat(helm): standardize debug output for releases
9 years ago
Matt Butcher a23672744e
fix(helm): fix rollback documentation
9 years ago
Adam Reese 934249aadf feat(helm): add release debugging for upgrade
9 years ago
Adam Reese 967d1e85fa Merge pull request #1709 from adamreese/fix/tiller-plugin-ns
9 years ago
Taylor Thomas 774789c79a feat(*): Adds support for timeout flag
9 years ago
Matt Butcher af58b8eff9
feat(1480): add --version flag to package command
9 years ago
Adam Reese 5e66002e21 Merge pull request #1725 from adamreese/ref/subcommands
9 years ago
Adam Reese 9aa467e317 ref(helm): only pass required dependencies to subcommands
9 years ago
Matthew Fisher d9346e2fb9 test(cmd): add unit test for chart backed by basic auth
9 years ago
Adam Reese 5961cc44b3 fix(helm): fix persistent flags not being parsed
9 years ago
Adam Reese 8a2516fcc1 fix(helm): add tiller-host to plugin environment
9 years ago
Adam Reese 08143b6ee4 Merge pull request #1705 from adamreese/feat/1654-parsable-version
9 years ago
Matt Butcher 4fb62cfff9 Merge pull request #1703 from nmakhotkin/rename_restart
9 years ago
Adam Reese c51334235a feat(helm): add short version output
9 years ago
Nikolay Mahotkin c2d45805f3 Renaming --recreate to --recreate-pods
9 years ago
Nikolay Mahotkin 24b17f8041 Rename '--restart' option to '--recreate'
9 years ago
Matt Butcher ff9651be75 Merge pull request #1648 from nmakhotkin/restarting_pods
9 years ago
Nikolay Mahotkin 1eaec045b2 Rename 'restart' to 'recreate'
9 years ago
Adam Reese 84928e2751 feat(*): allow tiller to be installed in an alternate namespace
9 years ago
Matt Butcher 40396d6799 Merge pull request #1685 from technosophos/fix/1574-fetch-output
9 years ago
Matt Butcher fc9cb126e5
fix(helm): suprress info message for 'helm inspect'
9 years ago
Nikolay Mahotkin ec0d104fe1 Reformatting changes
9 years ago
Nikolay Mahotkin fdac5e8a39 Introducing flag for restarting pods during release upgrade/rollback
9 years ago
rodcloutier 710ff78bc4 feat(helm) add command to generate bash autocompletions.
9 years ago
Matt Butcher b08434aa3a Merge pull request #1640 from technosophos/fix/1511-undeleting
9 years ago
Matt Butcher 55b83f3aec Merge pull request #1656 from thomastaylor312/feat/multiple-values
9 years ago
Matt Butcher 936028f29a
fix(*): add support for "DELETING" status
9 years ago
Adam Reese d82a2cefaa Merge pull request #1673 from ahawkins/patch-1
9 years ago
Vaughn Dice 4dd77e7749
feat(helm): add newline to fetch --verify output
9 years ago
Adam Reese 7f44c116a1 ref(tiller): refactor clientset out of environment
9 years ago
Adam Reese ea3be9e3b2 feat(*): migrate to kubernetes 1.5
9 years ago
Adam Hawkins 989e59f5ba Set Helm deployment to pull IfNotPresent
9 years ago
Michelle Noorali f5778539b0 Merge pull request #1652 from michelleN/feat/1326-helm-keep
9 years ago
Taylor Thomas 1a1d84ce4c feat(helm): add support for multiple values files
9 years ago
Adam Reese 0c6b6d1c62 fix(*): correct file permissions on source files
9 years ago
Michelle Noorali e3480c76e6 feat(tiller): add support for resource-policy keep
9 years ago
Matt Butcher 54a1549eae Merge pull request #1642 from technosophos/fix/rename_stat_vars
9 years ago
Matt Butcher 8ca1391fe8
Fix Go style issues.
9 years ago
Adam Reese 68ff4e7b2f Merge pull request #1636 from adamreese/fix/grpc-max-size
9 years ago
Matt Butcher 69e50abc6c Merge pull request #1628 from rodcloutier/Windows_chart_creation_support
9 years ago
Matt Butcher 59396392f9 Merge pull request #1627 from mortenlj/master
9 years ago
Matt Butcher f90d08969e Merge pull request #1602 from technosophos/feat/fetch-prov
9 years ago
Matt Butcher 6f891ea863 Merge pull request #1633 from technosophos/fix/1631-fix-values
9 years ago
Adam Reese 1f01bf51e7 fix(tiller): increase the max message size for grpc
9 years ago
Rodrigue Cloutier f3b205c6ef fix(*): fixed tests for Windows
9 years ago
Matt Butcher aec6c50708 Merge pull request #1621 from technosophos/fix/tests-for-plugins
9 years ago
Matt Butcher cba094f352
fix(helm): fix broken --values flag
9 years ago
Morten Lied Johansen 7cec48c8e1 Increase column width when listing releases
9 years ago
Matt Butcher f9b37957d9
fix(helm): fix prompt error on Windows build
9 years ago
Matt Butcher 2460bd8ce4 Merge pull request #1619 from technosophos/fix/convert-plugin-format-on-tests
9 years ago
Matt Butcher a5d818dc4a
fi(helm): add more tests for plugins
9 years ago
Matt Butcher ac628a82cf Merge pull request #1610 from technosophos/fix/1609-plugin-command-panic
9 years ago
Adam Reese 914dbe8bc0 Merge pull request #1614 from adamreese/fix/linter-issues
9 years ago
Adam Reese 69a95f32ed Merge pull request #1613 from adamreese/fix/1612-list-output-formatting
9 years ago
Matt Butcher bedb32eec8 Merge pull request #1607 from fiunchinho/feature/repo_url_trailing_slash
9 years ago
Matt Butcher a9f3de84e1
fix(hel): fix plugin format on tests
9 years ago
Adam Reese 803475c824 fix(*): misc linter issues
9 years ago
Adam Reese 6050a4bcfe fix(helm): add missing line ending on list output
9 years ago
Matt Butcher dcc2bc598a
fix(helm): handle errors when plugin command is not found
9 years ago
José Armesto 4bc0f81676 Remove trailing slash when comparing dependency url with repo url
9 years ago
José Armesto c340c04e21 Remove trailing slash (if any) from repo url
9 years ago
Matt Butcher 18248e5530
feat(helm): add 'helm fetch --prov' to fetch prov info
9 years ago
Matt Butcher ba7910082a
fix(helm): add no-hooks to upgrade
9 years ago
Matt Butcher e097e1b724 Merge pull request #1599 from technosophos/fix/1590-pass-no-hooks-to-server
9 years ago
Matt Butcher 3b4d7164cc Merge pull request #1603 from technosophos/fix/1588-url-mismatch
9 years ago
Matt Butcher a59604f40a
fix(helm): improve URL comparison logic
9 years ago
Matt Butcher 2c326895b7
fix(helm): fix doc string for ErrNotList
9 years ago
Matt Butcher 5f3d255ecd
fix(helm): pass the no-hooks flag during upgrade
9 years ago
Matt Butcher 7a15ad381e Merge pull request #1484 from technosophos/feat/documentation-generator
9 years ago
Matt Butcher a3a0261c02 Merge pull request #1573 from technosophos/feat/plugins
9 years ago
Matt Butcher aca9f86df6
feat(helm): add command to generate documentation
9 years ago
Matt Butcher a081e27598 Merge pull request #1576 from technosophos/feat/set-parser
9 years ago
Serge Catudal 702b6fb53b fix(helm): fix windows support with port forward connection in setupConnection
9 years ago
Matt Butcher fad755e7ae
feat(helm): add plugin system backend
9 years ago
Matt Butcher 6a1aab7fc8
fix(helm): improve --set parser
9 years ago
Matt Butcher 5517d00a48 Merge pull request #1547 from technosophos/feat/packs
9 years ago
Matt Butcher 784a339627
feat(helm): support 'helm create --pack=mypack'
9 years ago
Matt Butcher e77d564b88 Merge pull request #1555 from kmala/dep
9 years ago
Adam Reese 51bdad4275 chore(*): bump to v2.0.0
9 years ago
Keerthan Reddy Mala (kmala) 6c6530c1b6
fix(requirements): accept semver constraints for the versions in the requirements.yaml
9 years ago
Adam Reese ae88a01a40 Merge pull request #1552 from adamreese/feat/detailed-log
9 years ago
Adam Reese 8740d3eb7f feat(tiller): add source file to log entries
9 years ago
Matt Farina da73150ce9
fix(tls): download helm and charts over https
9 years ago
Matt Farina 7a79661f0e
feat(charts): Move bucket to domain from path
9 years ago