Commit Graph

879 Commits (8e13a5bd1f9302f717343ce09924aabfa300e50c)

Author SHA1 Message Date
Adam Reese 9325d136d4
fix(tests): fix sorting hooks test flake
7 years ago
Taylor Thomas 0a20ed73be Merge pull request #2644 from alonl/master
7 years ago
Steven E. Harris 2aaad8242e Merge pull request #2666 from adamreese/ref/cleanup-tests
7 years ago
Steven E. Harris e028be065d Merge pull request #2650 from arschles/apiservice
7 years ago
Aaron Schlesinger 58a2d7b5c1 Adding APIService to the kind sorter tests
7 years ago
Adam Reese 0d1f6b981f
ref(tests): simplify kind sorter test
7 years ago
Scott Rigby 6dc31f8e96 Test that the coalesced key is properly removed for all YAML null syntax options, but not for empty string
7 years ago
Scott Rigby 645f01eb22 New Helm functionality to delete a coalesced YAML key when the value is nil.
7 years ago
Adam Reese 845e990143
feat(*): use kubernetes 1.7
7 years ago
Matt Butcher 883da97396 Merge pull request #2607 from sushilkm/issues/2599
7 years ago
Aaron Schlesinger 5ff75f84a6 Adding APIService to the sort order
7 years ago
Alon Lavi 04a7e241e6 Fix a bug causing 'helm depndency update' to delete required charts
7 years ago
Ilya Semenov 13b15f5662 Remove service.type mention from ingress docs
7 years ago
Justin Scott af4c243ee3 Correct punctuation and capitalization for user facing strings.
7 years ago
Michelle Noorali 29c4709b5e Merge pull request #2550 from michelleN/export-fake-release-client
7 years ago
Nandor Kracser 5f96fb816c CAFile is now optional, in that case the default RootCAs are used
7 years ago
Sushil Kumar 82da721c0a Added tests for different combinations of subcharts & requirements.yaml
7 years ago
Y.W 0f953403a2 give an uniform check for release process (#2565)
7 years ago
Michelle Noorali 8a99a4aa6f ref(helm): rename FakeReleaseClient -> FakeClient
7 years ago
Sushil Kumar 7ce5c7925b Adds charts in "charts\" directory to dependencies
7 years ago
Sushil Kumar bfd74c35e9 Added omitempty to Requirements struct
7 years ago
Adam Reese 012cb0ac1a
chore(*): bump to v2.5.0
7 years ago
Sushil Kumar f476f83e83 <chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory (#2558)
7 years ago
Reinhard Nägele 76e6e15a0c Add comment on resources
7 years ago
Reinhard Nägele 51923e54b1 Improve 'helm create'
7 years ago
Adam Reese 72cd1464d2 Merge pull request #2570 from adamreese/ref/goimports
7 years ago
Matt Butcher dece57e0ba Merge pull request #2350 from eicnix/master
7 years ago
Adam Reese eccb041c0f
ref(tiller): cleanup goimports
7 years ago
Matt Butcher ecef026b68 Merge pull request #2545 from technosophos/feat/set-list-index
7 years ago
Steven E. Harris 9f9b3e8729 Use versioned API types from the client-go library (#2524)
7 years ago
Matt Butcher c01c7318ab
feat(helm): support array index format for --set.
7 years ago
Lukas Eichler 39db9ec6e8 Merge branch 'master' into master
7 years ago
Michelle Noorali 15c14194c4 Merge pull request #2457 from michelleN/hooks-bug
7 years ago
Michelle Noorali 70520efac4 ref(helm): make FakeReleaseClient public
7 years ago
Taylor Thomas e3250e3319 Merge pull request #2534 from sushilkm/issues/2508
7 years ago
Matt Butcher d2a4c40fa5 Merge pull request #2541 from technosophos/fix/2525-helm-get-broken-release
7 years ago
Matt Butcher c55577ace6 Merge pull request #2535 from jascott1/i2331
7 years ago
Michelle Noorali 6bfb08a760 ref(tiller): refactor sortManifests()
7 years ago
Michelle Noorali 83c69a8e10 fix(tiller): track hooks in multi-def manifests
7 years ago
Sushil Kumar 716be14ad3 Updated code to read requirements.yaml as per following structure
7 years ago
Sushil Kumar 541d052202 First alias would be dependency rename
7 years ago
Matt Butcher c913911337
fix(tiller): make GetReleaseContent return any release
7 years ago
Adam Reese 8272360681 Merge pull request #2476 from adamreese/fix/flag-envars
7 years ago
Matt Butcher 3647e60786 Merge pull request #2512 from technosophos/fix/2510-missing-url-prefix
7 years ago
Matt Butcher 8f3c2d5e18 Merge pull request #2511 from technosophos/fix/2452-predictable-template-order
7 years ago
devinyan d3b14db325 adjust the check parameter order for uninstall
7 years ago
Justin Scott 40052d3e8f fix(helm): remove unnecessary values merge in processImportValues
7 years ago
Seth Goings da383b35e5 Merge pull request #2518 from sgoings/fixup-plugin-install-grammar
7 years ago
Taylor Thomas d9c0a8b434 fix(tiller): Adds missing import back
7 years ago
Taylor Thomas b71bd6a455 Merge pull request #2513 from thomastaylor312/feat/moar_logging
7 years ago
Taylor Thomas 119fa6537c feat(tiller): Adds more logging
7 years ago
Seth Goings e7a51d5424 fix(plugins): exists --> exist
7 years ago
Adam Reese d797acbd7b
fix(helm): fix race conditions in flag parsing
7 years ago
Lukas Eichler 9cd9fc47df removed debug file
7 years ago
Lukas Eichler 439f1b31d1 Added unit test for include in tpl function
7 years ago
Lukas Eichler ce8e8d6778 Added storage of parsed templates in engine
7 years ago
Matt Butcher 8937c775a9
fix(2452): sort templates before parse
7 years ago
Matt Butcher 4c6a7cf759
fix(helm): prepend repo URL to packages missing scheme
7 years ago
peay a9fa9282e1 Add --force to upgrade and rollback (generated changes)
7 years ago
peay 0f26cc5522 Add --force to upgrade and rollback
7 years ago
Taylor Thomas 7a49e5c3e1 Merge pull request #2500 from sushilkm/issues/2488
7 years ago
Taylor Thomas 7dd6eb22f7 Merge pull request #2486 from sushilkm/issues/2383
7 years ago
Sushil Kumar a6556b4982 Check existence of $HELM_HOME/plugins before installing plugin
7 years ago
Sushil Kumar 42aa81e7ca Added tests for alias(es) for chart dependencies
7 years ago
Sushil Kumar 34f9c67e04 Shallow copy existing chart details
7 years ago
tyrannasaurusbanks b4fc1c7cb2 Add check to ensure helm doesnt 'wait' for external services to become 'ready'
7 years ago
fibonacci1729 04d0abfd7c ref(tiller): refactor tests into logical files
7 years ago
fibonacci1729 22db973932 ref(tiller): refactor tests into logical files
7 years ago
Sushil Kumar 156d48bc3b Adds alias for dependencies
7 years ago
fibonacci1729 172dbb22cf ref(tiller): refactor tests in logical files
7 years ago
fibonacci1729 2ae276ae39 ref(tiller): refactor tiller APIs into logical files
7 years ago
fibonacci1729 a4d05fd2b2 ref(tiller): refactor tiller APIs into logical files
7 years ago
fibonacci1729 b5c213d5dd ref(tiller): refactor tiller APIs into logical files
7 years ago
fibonacci1729 62c4b152fd ref(tiller): refactor tiller APIs into logical files
7 years ago
fibonacci1729 3b3439f67d ref(tiller): breakout ReleaseServer APIs into logical files.
7 years ago
Adam Reese 1e8ebae249 fix(plugins): add error when updating modified plugins
7 years ago
Adam Reese 15254e4c5c feat(*): add generic logging interface (#2394)
7 years ago
lead4good bb4be33331 fixed fromYaml | toJson
7 years ago
Matt Butcher 2d192b1b1b Merge pull request #2408 from technosophos/fix/2407-devel-releases
7 years ago
Matt Butcher f9c9e9d6cb Merge pull request #2455 from technosophos/fix/2393
7 years ago
Matt Butcher 28ec92355b
fix(helm): add --devel flag to allow dev releases again
7 years ago
Michelle Noorali a53c29aee7 Merge pull request #2425 from michelleN/helm-test-error-codes
7 years ago
Adam Reese 595afc5c17 Merge pull request #2449 from rvbaz/write-index-atomic
7 years ago
Matt Butcher d863d9a886
fix(lint): add KubeVersion and TillerVersion to linter
7 years ago
Raphael Badin 965cb7fd1c Write repo file using atomicfile
7 years ago
Sushil Kumar ff42dadde4 Adds update option to plugin command (#2410)
7 years ago
Michelle Noorali 488ca6fdd8 fix(*): return non-zero exit code on test failure
7 years ago
Adam Reese 35aabdb61a Merge pull request #2423 from FengyunPan/add-check
7 years ago
Taylor Thomas 7d5f4e53db Merge pull request #2430 from thomastaylor312/fix/deployment_wait
7 years ago
Matt Butcher e8aa8d3678 Merge pull request #2405 from sushilkm/linting-fixes
7 years ago
Taylor Thomas d310612526 fix(tiller): Fixes bug with `--wait` and updated deployments
7 years ago
fengyun.pan 7887185984 Add check for getting kubeclient
7 years ago
Sushil Kumar 24157e4aed Updated review comments :)
7 years ago
Sushil Kumar c84fb11a68 Errors out in case requested plugin exists
7 years ago
Sushil Kumar 6344f1d8e9 Errors out in case requested plugin version does not exists
7 years ago
Sushil Kumar 61c3a44dc3 Fixed issues reported by test-style
7 years ago
Matt Butcher 5c227bffbb Merge pull request #2361 from databus23/dont_render_partials
7 years ago
Matt Butcher 982bb0cd2c Merge pull request #2079 from nebril/new-backend
7 years ago
Sushil Kumar d5fd75fe61 Updated StartLocalServerForTests to be private method
7 years ago
Maciej Kwiek d9f72deb0d Add comments to exported Rudder methods
7 years ago