Commit Graph

1023 Commits (e73c82f51ea839b28c33ca31daa21c8ba7c1cc4f)

Author SHA1 Message Date
Taylor Thomas 500c9983b5 Merge pull request #3019 from thomastaylor312/fix/crd_ordering
7 years ago
Brad Bowman e974ab31d8 [fakeclient-releasestatus] Move ReleaseMock and associates into helm package and update tests to use them
7 years ago
Adam Reese 2b43ecd405
ref(*): kubernetes v1.8 support
7 years ago
Brad Bowman 8d5cf13f69 Add test case for deleting the only existing item
7 years ago
Brad Bowman cab3057ee3 Add support for all CRUD operations + test coverage for delete and install
7 years ago
Brad Bowman 61f2b24dca Update comment for accuracy
7 years ago
Brad Bowman 76b70ec70f gofmt -s
7 years ago
Brad Bowman 3bc7c44f05 Make ReleaseContent and ReleaseStatus respect release names in the fake client
7 years ago
Taylor Thomas 29c3b5276f fix(tiller): Adds CRD ordering
7 years ago
Remington Reackhof 9af1018bd3 Add secrets storage backend for releases
7 years ago
Taylor Thomas d4ccef7ba7 Merge pull request #2999 from bonifaido/getterConstructor-err
7 years ago
Dhilip 67af4998de helm create all defined template names should be namespaced … (#2845)
7 years ago
Michal Cwienczek dad8c6f644 Fix #2937 - helm always appends /index.yaml at the end of URL (#2988)
7 years ago
Matthew Fisher d7a81c99e1 Merge pull request #2976 from HotelsDotCom/respect-apiversion-change
7 years ago
Matthew Fisher d4f5a133dd Merge pull request #2960 from HotelsDotCom/upgrade-failure-record-release-as-update
7 years ago
Taylor Thomas f8e9741578 Merge pull request #2984 from thomastaylor312/feat/add_missing_test
7 years ago
Matthew Fisher e3e1116eaa Merge pull request #2857 from llsheldon/fix-dependency-alias
7 years ago
Matthew Fisher 3799c477d1 Merge pull request #2938 from bacongobbler/remove-facebookgo
7 years ago
Nandor Kracser a28e5dd2b3 fix(helm): invoking getterConstructor returns downstream error now
7 years ago
Justin Scott b642ba2087 Merge pull request #2831 from jascott1/sort_unknown_kind
7 years ago
Matthew Fisher b600ea475e Merge pull request #2982 from HotelsDotCom/pkg-lint-test-panics
7 years ago
Taylor Thomas acd113ec21 Merge pull request #2978 from HotelsDotCom/detailed-wait-log
7 years ago
Taylor Thomas 333f8dd354 fix(sorter): Adds missing unit test
7 years ago
Maxim Ivanov a6872c124a Avoid panics if test is failing
7 years ago
Taylor Thomas 8c2c9fcf6e Merge pull request #2961 from NauxLiu/patch-1
7 years ago
Taylor Thomas 49120bb436 Merge pull request #2849 from yan234280533/patch-pod
7 years ago
Maxim Ivanov cd8bae1df5 More helpful wait messages in tiller logs
7 years ago
Maxim Ivanov bed80e482c When looking for original resource on update/delete, ignore Apiversion, use Kind and Name only
7 years ago
Matthew Fisher f278675f98 remove references to facebookgo/symwalk
7 years ago
Matthew Fisher 211f5f6f33 Revert "fix(helm): resolve symlinks when loading chart"
7 years ago
Matthew Fisher 9d1db2851e Revert "Write repo file using atomicfile"
7 years ago
Maxim Ivanov ff5acc9bd8 Make Memory driver to store copy of releases to stop hiding storage errors during tests
7 years ago
Matthew Fisher cf3fc21e81 Merge pull request #2898 from zlabjp/kube-version
7 years ago
NauxLiu c3f9120e02
Load StorageClass before PersistentVolume is loaded.
7 years ago
Maxim Ivanov 38c3f58dca Correctly persists Release upgrade failure
7 years ago
carlory ad2d8e434a fix fromjson comment
7 years ago
carlory b9d3974df0 fix func comment
7 years ago
devinyan 3458ad8e6a Add the status of pod when using "Helm status" command
7 years ago
Kazuki Suda fa3ee5aecf feat(helm): add --kube-version flag to helm template
7 years ago
Kazuki Suda 3508cebbf6 Use the same defaults as done in helm lint for Capabilities
7 years ago
Michelle Noorali 84bb77f183 Merge pull request #1997 from AmandaCameron/issue/1401
7 years ago
Amanda Cameron 415e52bf55 Add support for sub-directory scanning as in issue #1401
7 years ago
llsheldon 0440b54bbf fix(helm):Fix dependency aliaes not working
7 years ago
Adnan Abdulhussein 8fd8a7c324 fix(create): port-forward should use internal port
7 years ago
Justin Scott ed24b3199a bug(tiller): sort unknown but different kinds alphabetically based on kind name
7 years ago
Matthew Fisher 1ac5cd78de Merge pull request #2901 from bacongobbler/bump-lint-k8s-version
7 years ago
Steven E. Harris f588315b76 Remove spurious field in kind sorter test (#2667)
7 years ago
Matthew Fisher 8b512808df bump k8s version in helm lint to 1.7
7 years ago
Matthew Fisher bb5db61325 Merge pull request #2781 from jascott1/i2755-template
7 years ago
DoctorZK 608fd7318a fix(tiller): fix a warning bug in hook annotation
7 years ago
Justin Scott 8befd50c12 Merge pull request #2850 from rocky-nupt/fix-update-delete-subcharts
7 years ago
Justin Scott 4a02a71f1e WIP feat(helm): add `template` command
7 years ago
xuhaigang b79033a715 Merge branch 'fix-update-delete-subcharts' of https://github.com/rocky-nupt/helm into fix-update-delete-subcharts
7 years ago
xuhaigang 4ffb9dfb4b Fix(helm): Fix the bug of dependency update deleting subcharts
7 years ago
DockerZK 734b124577 feat(*) add key helm.sh/hook-delete-policy to hook annotation
7 years ago
Matt Butcher a736c2a3fe Merge pull request #2636 from technosophos/feat/2332-max-history
7 years ago
Kira 4c1a47480e feat(2450): add annotations to chart metadata (#2671)
7 years ago
Adam Reese 5bc7c619f8
chore(*): bump to v2.6.0
7 years ago
Taylor Thomas 7a6dbfea49 Merge pull request #2790 from nebril/dependency-update-chart-deletion
7 years ago
Justin Scott f239050996 Update kind subsort to sort unknown kinds alphabetically.
7 years ago
Justin Scott 87d2b7ab67 Add test for kind sorter sub sort
7 years ago
Justin Scott 66c4f7453e feat(tiller): sort manifests alphabetically if they are same kind
7 years ago
Matt Butcher 0853f4906a
feat(tiller): limit number of versions stored per release
7 years ago
Maciej Kwiek 9c4bb14673 Delete old deps after chart deps are updated
7 years ago
Maxime Guyot bbf2d6b7e8 Fix the default NOTES.txt
7 years ago
Taylor Thomas 6ab706ae6c Merge pull request #2768 from JarreyZhou/master
7 years ago
Taylor Thomas 8cf72adf52 Merge pull request #2711 from bonifaido/handle-tlspath-error
7 years ago
Taylor Thomas 8eaed9d3a7 Merge pull request #2729 from rbwsam/fix/leading_zeros
7 years ago
Taylor Thomas e5ea075271 Merge pull request #2727 from Miouge1/master
7 years ago
Jerry Zhou 23905f1494 feat(helm):use a variable for labels to get tiller pod
7 years ago
Sam Leavens a5dc546726 fix(pkg/strvals): use rune literal instead of ASCII
7 years ago
Brian d5682ae4f5 Merge pull request #2615 from bonifaido/optional-ca-file
7 years ago
Matt Butcher 4a7d47cd74 Merge pull request #2719 from nebril/release-module-nil
7 years ago
Miouge1 6cfed9d635 Updating default values.yaml comments
7 years ago
Sam Leavens 609e72b357 fix(pkg/strvals): preserve leading zeros in vals
7 years ago
Steven E. Harris e8d80729ac Merge pull request #2703 from rbwsam/ref/simplify_error
7 years ago
Maciej Kwiek 6b16ee2fb7 Handle nil responses returned from rudder funcs
7 years ago
Matt Butcher 88aa4def3e Merge pull request #2701 from jascott1/i2560-hang
7 years ago
Steven E. Harris 98c8e3c138 Merge pull request #2704 from rbwsam/ref/2663
7 years ago
Nandor Kracser 9f963c84b4 Redefine the err variable in NewChartRepository, otherwise errors might slip through
7 years ago
Taylor Thomas 8fc88ab626 Merge pull request #2681 from at1012/at-helm-list
7 years ago
Sam Leavens 098df8b186 ref(pkg/chartutil): improve comment spacing
7 years ago
Sam Leavens f7ca52dfc8 ref(pkg/chartutil): improve comment for PathValue
7 years ago
Sam Leavens cf09e344d1 fix(pkg/chartutil): Fix test, improve message
7 years ago
Sam Leavens 8df52b6501 ref(pkg/chartutil): move comment
7 years ago
Sam Leavens 3ee70291c8 ref(pkg/chartutil): Capitalize YAML
7 years ago
Sam Leavens 51b59497ee ref(pkg/chartutil): decrease map lookups
7 years ago
Justin Scott fa68a6e1db fix(tiller): remove locking system from storage and rely on backend controls
7 years ago
Sam Leavens 9b8928edf4 ref(pkg/chartutil): replace use of 'fmt.Efforf'
7 years ago
Adam Reese a29e610938
fix(helm): fix flag parsing once and for all
7 years ago
Aishwarya Thangappa 915e7023c4 Added more granular statuses
7 years ago
Aishwarya Thangappa 9d67d8b954 Added PENDING status to helm install
7 years ago
Aishwarya Thangappa 3d4361ca1f Modified release_update and release_rollback
7 years ago
Aishwarya Thangappa a9c16fc964 Added PENDING status to status.proto and regenerated the pb.go files
7 years ago
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