Commit Graph

2332 Commits (Release)

Author SHA1 Message Date
Adam Reese 4e625df328
fix(helmpath): fix syntax errors for windows tests
6 years ago
Josh Dolitsky cc5dece910
fix(chartutil): Ensure nested template dir on save (#6177)
6 years ago
Jacob LeGrone 4f6814afb5
refactor(hooks): replace hook execution Successful bool with HookPhase
6 years ago
Jacob LeGrone 047dd5911a
Fix make test
6 years ago
Taylor Thomas b46d7fd527 fix(kube): Fixes nil panic with stateful set waiting
6 years ago
Jacob LeGrone 08b2d8a2dc
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
6 years ago
Taylor Thomas a749cf4c4e docs(chart): updates APIVersionV2 comment to reflect the proper name
6 years ago
Taylor Thomas 4778e2bef5
Merge pull request #6124 from bacongobbler/three-way-merge-patch
6 years ago
Martin Hickey a0f0d8b470
Merge pull request #6117 from hickeyma/upd-linter-v2
6 years ago
Adam Reese 2aee21730d
Merge pull request #6142 from joelanford/decouple-cli-vals
6 years ago
Joe Lanford 45f697b507 pkg/cli/values/options_test.go: re-add MergeValues test with mergeMaps
6 years ago
Matthew Fisher 186f6c512f
fix(plugin): add HELM_HOME back
6 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
6 years ago
Matthew Fisher 18ca0dd6c4
ref(client): use three-way merge patch strategy
6 years ago
Martin Hickey 8f8b2c10e5 Remove the chart lock file as its v1 structure
6 years ago
Martin Hickey 4d47052395 Update linting and checking for apiVersion v1/v2
6 years ago
Jacob LeGrone 49987975a8
fix(test): wait for pods and record status
6 years ago
Joe Lanford 8a4b70b1e3 review: move ValueOptions to SDK
6 years ago
Joe Lanford 68ee30b48c cmd/*,pkg/*: move ValueOptions to cmd package and decouple from SDK
6 years ago
Jacob LeGrone 5ab42504f1
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
6 years ago
Taylor Thomas 0d8b30f46d
Merge pull request #6085 from thomastaylor312/ref/better_kube_client
6 years ago
Jacob LeGrone 7f532b4917
doc(hooks): note helm 2 test annotation support requirement
6 years ago
Jacob LeGrone caa4240a30
refactor(release): track test executions via Hook type
6 years ago
Jacob LeGrone 97fe285ada
feat(client): wait for Pods during hook execution
6 years ago
Jacob LeGrone 72127c391c
feat(test): define tests as Jobs and allow arbitrary supporting resources
6 years ago
Karuppiah Natarajan 6d02079016
Fix values being ignored when reusing values on upgrade
6 years ago
Matthew Fisher 704ace3619
Merge pull request #6122 from ian-howell/fix/6101
6 years ago
Ian Howell ef46a0c1e7 fix(pkg/action): Allow name re-use for helm template
6 years ago
Taylor Thomas dd8222d7f2 Removes clientset method from interface in favor of the configuration struct
6 years ago
Taylor Thomas 189b5a1229 Fixed object typing for watching Jobs/hooks
6 years ago
Taylor Thomas f6116a7ca9 Fixes issues with delete
6 years ago
Taylor Thomas 15fc57f8a3 ref(*): Refactors kube client to be a bit more friendly
6 years ago
Taylor Thomas 1dac8421ef ref(kube): Renames `Result` type to `ResourceList`
6 years ago
Karuppiah Natarajan 8d660a96a0
Allow missing trailing '/' in --repo url
6 years ago
Martin Hickey 5906b9dfee Fix style conformance issue
6 years ago
Taylor Thomas e258418837
Merge pull request #6066 from ian-howell/fix/6044
6 years ago
Ian Howell c92e3351f7 Switch to a more unique delimiter for template execution errors
6 years ago
Martin Hickey 8e7905c7a8
Merge pull request #6106 from hickeyma/upd-scaffold-api-ver
6 years ago
Martin Hickey 5410e7d346 Fix style conformance issues
6 years ago
Martin Hickey 149da7c77e Update scaffold chart to v2 apiVersion
6 years ago
Matt Farina 095ba431aa
Merge pull request #6095 from mattfarina/remove-stable
6 years ago
Seb Ospina 1469a78029 Added List mode for Role, ClusterRole and Bindings
6 years ago
Matt Farina 670968fb19
Removing the stable repository
6 years ago
hd-rk 7ad1d522b3 test: add test
6 years ago
hd-rk 6d3eb81943 fix: use repo default client to download index
6 years ago
hd-rk 71c2bba69d fix: call chartutil.ProcessDependencies in action.Install
6 years ago
Matthew Fisher 63d7a0c2cf
Merge pull request #6070 from bacongobbler/fix-6059
6 years ago
Matthew Fisher 2045fab01f
ref(action): remove ParseReferenceWithChartDefaults
6 years ago
Matthew Fisher 97e7461e41
Merge pull request #6049 from bacongobbler/helm-template-schema-validation
6 years ago
Ian Howell 31b940a61d fix(engine): Fix eating too many colons during template execution
6 years ago
Martin Hickey 7ddd3f482e
Merge pull request #6038 from liuliqiang/dev-v3
6 years ago
Liu Liqiang 49120340d3 Fix paths in the ingress template and values file written by helm create
6 years ago
Matthew Fisher 4f6d002d6c
chore(docs): move docs to helm-www
6 years ago
Josh Dolitsky b3fd254991 Use chart version as default tag when saving
6 years ago
Martin Hickey 712c850ac5
Merge pull request #6047 from Constantin07/add_hpa_to_sorting_order_port_to_v3
6 years ago
Constantin Bugneac 512f67de14 Added HorizontalPodAutoscaler to sort order.
6 years ago
Matthew Fisher 7de91248ce
feat(template): introduce --validate
6 years ago
Matthew Fisher 880f4456b3
Merge pull request #6046 from bacongobbler/fix-5654
6 years ago
Matthew Fisher b5d555e4ea
fix(kube): remove namespace enforcement
6 years ago
Taylor Thomas 2c397b6879
Merge pull request #6011 from thomastaylor312/feat/atomic
6 years ago
Matthew Fisher 6e60242a18
ref(getter): change NewHTTPGetter and NewPluginGetter to return type Getter
6 years ago
Matthew Fisher 2800c56f9d
ref(downloader): pass in options to ChartDownloader
6 years ago
Matthew Fisher d23d68d51c
Merge pull request #5881 from torstenwalter/template
6 years ago
Torsten Walter ec038337a4
support writing multiple resources to the same file
6 years ago
Oleg Sidorov f94bac0643 chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707 [dev-v3]
6 years ago
Matt Farina 84d0f231e8
Merge pull request #6016 from icanhazbroccoli/icanhazbroccoli-dev-v3-sigs-yaml
6 years ago
steven-sheehy 1064934105 Add sub-command support to plugin downloader
6 years ago
Oleg Sidorov ec440d446d Replaced ghodss/yaml with sigs.k8s.io/yaml
6 years ago
Taylor Thomas 29c343278e feat(action): Refactors unit tests with better fakes
6 years ago
Taylor Thomas 93d07c862d feat(*): Adds back --atomic functionality to Helm 3
6 years ago
Andrew Rudoi 09e1f8aeb1 chore: add ValueOptions constructor
6 years ago
Matt Farina ff818fceca
Merge pull request #5860 from mattfarina/moar-capabilities-v3
6 years ago
Taylor Thomas 51ad3cd357 ref(*): Refactors the history action to return releases instead of formatted output
6 years ago
Taylor Thomas eaa7d8c7c4 feat(wait): Adds smarter waiting for DaemonSets and StatefulSets
6 years ago
Marc Khouzam 81321532e6 Fix linter issuers
6 years ago
Taylor Thomas 61578de6a0
Merge pull request #5970 from thomastaylor312/fix/missing_wait
6 years ago
Josh Dolitsky 240dd53e78
Helm 3: set custom manifest config media type on chart push (#5719)
6 years ago
Taylor Thomas d031651c45 fix(pkg/action): Adds back in missing wait functionality
6 years ago
Matthew Fisher e55a25bfeb
Merge pull request #5917 from bacongobbler/ref-getter-options
6 years ago
Taylor Thomas cf79b90867
Merge pull request #5961 from thomastaylor312/fix/wait
6 years ago
Taylor Thomas c8c854a35c fix(pkg/kube): Fixes wait functionality
6 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
6 years ago
Matthew Fisher 1ea07feac8
Merge pull request #5889 from andytom/fix/backport_lint_fix
6 years ago
Matt Farina 64496cdc07
Expose the resource types in addition to the api group/version in templates
6 years ago
Matthew Fisher a6fefdd9a3
Merge pull request #5874 from bacongobbler/fix-requirements-not-being-updated
6 years ago
Matthew Fisher cf90b5f9a2
Merge pull request #5938 from hickeyma/fix-linter-issues
6 years ago
Martin Hickey 407d850847
Merge pull request #5940 from Somefive/dev-v3
6 years ago
Da Yin b9878bd912 Redo the same fix with #3915 in dev-v3 branch
6 years ago
Martin Hickey ed68cbda3c Fix linter issues
6 years ago
Matt Farina 379b2b177c
Updating to the new Ingress group version
6 years ago
Thomas O'Donnell 213f714604 Stop Lint from breaking when using required
6 years ago
Matthew Fisher 78330ba3d9
fix(resolver): compare hash of lockfile against resolved dependencies
6 years ago
Matthew Fisher 7d3693bd56
Merge pull request #5856 from bacongobbler/remove-stripport
6 years ago
Matthew Fisher b948480814
Merge pull request #5855 from bacongobbler/refactor-downloader
6 years ago
Tariq Ibrahim 3a36ab67e9
add go version to version cmd output of helm
6 years ago
Matthew Fisher 8eaf4c093d
ref(urlutil): remove stripPort
6 years ago
Matthew Fisher 7353a65bfa
ref(downloader): remove ResolveChartVersionAndGetRepo
6 years ago
Matthew Fisher da83115510
Merge pull request #5539 from jan25/fix-list-sorting-5499
6 years ago
Matthew Fisher f1594e564a
Merge pull request #5824 from rokii/fix5792
6 years ago
rokii 897a79a57f fix and add test cases
6 years ago
Torsten Walter 829d8ff4d6 Revert "do not write empty templates to disk"
6 years ago
Torsten Walter 0528c7bb19 add test for output-dir
6 years ago
Torsten Walter 7347be61ee Merge branch 'dev-v3' into output-dir
6 years ago
rokii 871b092f32 fix issue 5792
6 years ago
Adam Reese 77a1b7e0a2
ref(*): expose klog flags
6 years ago
Torsten Walter da260ec15f
do not write empty templates to disk
6 years ago
Torsten Walter cb58035f90
use outputDir instead of hardcoded value
6 years ago
Adam Reese f1718462c9
Merge pull request #5761 from cpanato/GH-5741
6 years ago
Adam Reese b49db9e6e6
ref(pkg/chartutil): break up chartutil into logical files
6 years ago
Torsten Walter 24578a6411
support --output-dir option for helm3 template
6 years ago
Carlos Panato b5f83a08e3
fix missing package name
6 years ago
Adam Reese 45f63628e1
ref(pkg/chart): remove unused chart.RawValues
6 years ago
Adam Reese 590bf10ab5
fix(pkg/action): add namespace to release options
6 years ago
Adam Reese 9401295d2a
Merge pull request #5736 from adamreese/v3/requirements
6 years ago
Adam Reese 634fcfb7ef
feat(pkg/chart): support deprecated requirements.yaml
6 years ago
Adam Reese 0338576fc5
ref(pkg/kube): cleanup kube client interface
6 years ago
Matt Farina c62a3a4896
Merge pull request #5730 from mattfarina/fix-lint-apiversion-v3
6 years ago
Matthew Fisher 31667b6050
Merge pull request #5717 from jdolitsky/feat-v3/oci-registry-loglevel
6 years ago
Matthew Fisher 757eb88d6c
Merge pull request #5441 from hickeyma/update-lib-charts
6 years ago
Matt Farina 50e06b1447
Adding apiVersion guidance to the linting
6 years ago
Matt Farina 069eec9e42
Updatin gthe apiVersion linting for Helm v3
6 years ago
Matt Farina 29842e040f
Adding lint check for apiVersion which is a required field
6 years ago
Matthew Fisher 5367c6c296
fix(loader): assume apiVersion is v1 when loading charts
6 years ago
Josh Dolitsky 5f1128b5f7 pass debug option to registry client
6 years ago
Martin Hickey 22d0ba8b51 Print manifest output for dry-run option
6 years ago
Adam Reese 8d1590016c
Merge pull request #5646 from adamreese/v3/kube-wait
6 years ago
Adam Reese b7a14de590
Merge pull request #5601 from adamreese/v3/capabilities
6 years ago
Martin Hickey ecf4eda6c5 Fix scaffold chart label in helper template
6 years ago
Adam Reese b97f881be0
ref(*): use time.Duration for timeouts
6 years ago
Adam Reese 097834de0a
ref(pkg/chartutil): remove k8s version object dependency
6 years ago
Matt Farina 2a06c2baba
Merge pull request #5684 from mattfarina/add-app-version
6 years ago
Adam Reese 2dd4744d23
ref(pkg/kube): extract wait logic from install/update
6 years ago
Adam Reese b8bced2649
fix(pkg/action): load clients after flags have been parsed (#5681)
6 years ago
Matt Farina 250b63eced
Updating the labels for consistency
6 years ago
Luis Davim 82ffe56ca6
Reduce template code duplication. Fixes #5372
6 years ago
Luis Davim 4425f86865
Add app.kubernetes.io/version label
6 years ago
Matt Farina af7eab0325
Updating to the k8s label convention
6 years ago
Martin Hickey 75624afb73
Merge pull request #5662 from hickeyma/fix-scaffold-chart-image
6 years ago
Josh Dolitsky a12a396aab
Helm 3: registry login/logout (#5597)
6 years ago
Martin Hickey f12c2a3111 Change the nginx app version to a set tag
7 years ago
Martin Hickey 0b809dd078 Validate library chart files after chart loaded
7 years ago
Martin Hickey 86c5e52ac4 Fix the image field for the scaffold chart application
7 years ago
Martin Hickey b74fee715e Add capability for application charts to be used as library charts
7 years ago
Matthew Fisher b1ae1acc8b
Merge pull request #5283 from bacongobbler/purge-by-default
7 years ago
Martin Hickey 1915358a21
Merge pull request #5538 from hickeyma/add-app-version
7 years ago
Ian Howell ffff0e8c33 Feat/schema validation (#5350)
7 years ago
Michelle Noorali 3dd1765491
Merge pull request #5631 from michelleN/test-run
7 years ago
Matthew Fisher e2ccf13294
Merge pull request #5553 from bacongobbler/same-appversion-as-version
7 years ago
Michelle Noorali ceab13e9a1 fix test command, move test to test run subcmd
7 years ago
Martin Hickey b72e25cfb9 Change header "APP_VERSION" to "APP VERSION"
7 years ago
Martin Hickey b600f6090e Add app version to history table
7 years ago
Matthew Fisher 5264ebd5aa
Merge pull request #5572 from ian-howell/fix/template-error-messages
7 years ago
Matthew Fisher d3f0ac9343
ref(create): app version should be 0.1.0
7 years ago
Ian Howell 278594fb0f fix(pkg/engine): Style changes on template errors
7 years ago
Ian Howell 92b86f6e74 fix(pkg/engine): Catch non-templating errors when rendering templates
7 years ago
Ian Howell 33b1ede570 fix(pkg/engine): Clean up template error messages
7 years ago
Abhilash Gnan d40f3c63ea fix ByDate sorter to use Time.Unix()
7 years ago
Adam Reese e458a67f0c
ref(pkg/chart): add validation method to chart
7 years ago
Abhilash Gnan f7e2a78374 fix test cases for list.AllNamespaces
7 years ago
Abhilash Gnan f019ec0e8d add superseded to list filter mask
7 years ago
Abhilash Gnan 416667a8e9 Remove redundant ByNameAsc enum value. Handled by default sorting
7 years ago
Abhilash Gnan b9a39e46de handle default list sort order through enum order
7 years ago
Abhilash Gnan d3c85f97c2 fix sort list with options bug
7 years ago
Adam Reese 31819e4796
fix(pkg/chartutil): marshal capabilities VersionSet into slice
7 years ago
Adam Reese 87e789f01f
fix(pkg/chartutil): only include external objects in capabilities
7 years ago
Adam Reese fe06343b8f
Merge pull request #5512 from adamreese/v3/linter-fixes
7 years ago
Adam Reese 295092cd7d
ref(pkg/action): refactoring dup code and linter fixes
7 years ago
Matthew Fisher bb179bdead
chore(dep): bump kubernetes to 1.14.0
7 years ago
Matthew Fisher 0805a87140
ref(uninstall): purge release history by default
7 years ago
Matthew Fisher 0b1caa14a7
Merge pull request #5489 from bacongobbler/list-move-namespaces-field
7 years ago
Matthew Fisher 32712201ec
ref(list): move namespaces field closer to the name
7 years ago
Adam Reese 779373a276
Merge pull request #5472 from adamreese/v3/template-name
7 years ago
Sunyk 223148dac9 Remove a trivial TODO comment
7 years ago
Adam Reese 271e4cf111
fix(cmd/template): allow setting release name for template
7 years ago
Adam Reese 14d8e97d2a
fix(*): resolve new govet issues
7 years ago
Matthew Fisher 8f37ab48ac
Merge pull request #5455 from bacongobbler/fix-list
7 years ago
Matthew Fisher 5c2f235b6c
fix(install): fix issue where chart metadata is not being saved on `helm install`
7 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
7 years ago
Matthew Fisher 017790d0e3
ref(action): remove ParseShowOutputFormat
7 years ago
Matthew Fisher 78bd46075b
fix(action): remove test.go
7 years ago
Matthew Fisher f8ed917830
test(cmd): refactor release_testing_test.go
7 years ago
Matthew Fisher f185103b60
ref(action): move AddFlags functions back to cmd
7 years ago
Matthew Fisher 2b775d693d
ref(action): remove io.Writers, return string instead
7 years ago
Matthew Fisher 6bb9264e89
fix(helm): fix `helm status` output formatting
7 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
7 years ago
Adam Reese 21d3a40f3b
feat(tests): replace gometalinter with golangci-lint
7 years ago
Adam Reese 849f27d11f
ref(pkg/engine): make template specific functions private
7 years ago
Adam Reese d841a1b1d9
fix(engine): make template rendering thread safe
7 years ago
Matthew Fisher 2a82e6cbe6
docs: s,kubernetes/helm,helm/helm,g (#5404)
7 years ago
Adam Reese a1a7d3e824
ref(pkg/helm): refactor out `ReleaseStatus`
7 years ago
Martin Hickey ef4d2a6e65 Update after review
7 years ago
Martin Hickey abdaf3ce1b Add chart type
7 years ago
Adam Reese e51a9b90c9
Merge pull request #5284 from adamreese/v3/make-format
7 years ago
Martin Hickey 45fb4b1c44 Fix linter warnings
7 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
7 years ago
Josh Dolitsky 16b59bfe5b
Helm 3: fix "latest" tag bug (#5279)
7 years ago
Josh Dolitsky a32f8ebb37
Helm 3: initial registry support (#5243)
7 years ago
Adam Reese 28d8c7b277
ref(*): remove references to chart 'engine'
7 years ago
Matthew Fisher 95c865513f
fix appveyor builds (#4934)
7 years ago
Martin Hickey 86d8596763 Feature(Plugins): Enable platform specific commands (#5176)
7 years ago
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
7 years ago
Matt Butcher f3bfae5ea7
fix: fix a number of style errors (#5136)
7 years ago
Matt Butcher 425f7a6f6c
feat: add 'pkg/action' for list operations (#5077)
7 years ago
Christian Koeberl 62533e2b0e fix(pkg/chartutil): conditions for alias and umrella charts (#3734)
7 years ago
derkoe 6e1b45888a feat(cmd/helm): re-add --history-max option to v3
7 years ago
Adam Reese 2b81eea1e2
ref(*): replace byte array with map for Release config
7 years ago
Adam Reese 6fc8c9e079
ref(pkg/chartutil): simplify chart dependency unit tests
7 years ago
Adam Reese 825b15c763
Merge pull request #4972 from adamreese/ref/chart-dependencies
7 years ago
Adam Reese 85aef0d3d7
ref(pkg/chart): rename Requirements to Dependencies
7 years ago
roc 79f88dfc5e ref(url) update helm's github url (#4962)
7 years ago
roc 212d326a34 ref(pkg/repo): rename RepoFile to File
7 years ago
Adam Reese 9e1e26f01e
ref(pkg/chartutil): attempt to make requirements processing readable
7 years ago
Adam Reese f5b6ff2832
ref(pkg/chart): rename files to be consistent with types
7 years ago
Matt Butcher 7061716406
ref: require name by default on 'helm install' (#4858)
7 years ago
Adam Reese 3b0ba0f71e
ref(tests): remove broken symlinks in testdata
7 years ago
Adam Reese b4ed1de6b8
ref(*): kubernetes v1.12 support
7 years ago
Matt Butcher 9fda187647
fix(tests): set mock to generate UTC timestamps (#4716)
7 years ago
Adam Reese 3be0d81da7
ref(driver): refactor out function type errors
7 years ago
Adam Reese 21259507bd
ref(*): rename requirements.lock to Chart.lock
7 years ago
Adam Reese f7a7a157ce
ref(*): merge requirement.yaml into Chart.yaml
7 years ago
Adam Reese 516c53dae6
ref(chart): use map for chart.Values
7 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
7 years ago
Adam Reese f012940d9c
ref(*): refactor chart/chartutil
7 years ago
Adam Reese 7423eddf21
ref(*): kubernetes v1.11 support
7 years ago
Matthew Fisher 195d21d5d7
ref(cmd): rename `helm delete` to `helm uninstall`
7 years ago
Adam Reese aa859e3f88
feat(*): remove Time, Namespace, and Revision from template functions
7 years ago
Adam Reese a02a598c33
ref(tests): simplify cmd test setup/teardown
7 years ago
Adam Reese b1128abf4f
ref(*): s/tiller/helm/
7 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
7 years ago
Adam Reese 75c4df0b56
ref(tests): use golden files for testing command output
7 years ago
Adam Reese 36e034551f
ref(*): rebuild build version object
8 years ago
Adam Reese 03ea683b9a
ref(pkg/tiller): add flag to enable tilling logging in tests
8 years ago
Adam Reese 3b9596c6ab
ref(*): convert const types to strings
8 years ago
Adam Reese c50813af54
ref(*): remove local repository (dead code)
8 years ago
Adam Reese 3c27143291
fix(kube): output internal object table
8 years ago
Adam Reese 1a508ccdd1
ref(*): move kubeconfig flags to helm/environment
8 years ago
Adam Reese 2a97768b5c
ref(pkg/tiller): flatten package structure for storage
8 years ago
Adam Reese 05da851eb9
fix(hapi): typo in struct json tags
8 years ago
Adam Reese 19398a2ef1
feat(*): store release History in same namespace as release
8 years ago
Adam Reese c19a4ec704
fix(tests): fix race in releasetesting test
8 years ago
Adam Reese 9aa398a7c5
chore(hapi): add missing license headers
8 years ago
Adam Reese 29e772f631
ref(*): replace TillerVersion with HelmVersion
8 years ago
Adam Reese 4c95185164
ref(*): replace chart.config with []byte
8 years ago
Adam Reese 1e2e65ce54
ref(pkg/releasetesting): simplify test setup
8 years ago
Adam Reese c5151fb7b3
ref(*): cleanup timestamps in tests
8 years ago
Adam Reese c5a76deba3
ref(*): use go conventions for naming types
8 years ago
Adam Reese 36536d77ba
ref(*): remove protobuf any type
8 years ago
Adam Reese 91a6ebfed5
ref(*): remove protobuf timestamps
8 years ago
Adam Reese 6345f04190
ref(hapi): convert protobuf to go types
8 years ago
Adam Reese c233336079
ref(pkg/kube): simplify creating versioned objects
8 years ago
Adam Reese a78aff8d39
ref(*): improve initializing helm clients
8 years ago
Adam Reese 68c0b6a24a
ref(proto): remove unused protobufs
8 years ago
Adam Reese 883371b8ce
ref(pkg/tiller): simplify exported methods
8 years ago
Adam Reese 7f6fa70a91
ref(*): remove grpc
8 years ago
Adam Reese 8f58c9efdc
ref(*): refactor release testing
8 years ago
Adam Reese 358746fee6
ref(*): remove HELM_HOST
8 years ago
Adam Reese fc4c095cf0
ref(*): remove pkg/kubernetes from tiller and storage
8 years ago
Adam Reese 496ca54183
ref(*): bypass grpc for helm client
8 years ago
Adam Reese e9478d8f84
ref(pkg/tiller): remove ReleaseModules interface from tiller
8 years ago
Adam Reese 5715ee43d6
ref(*): bypass grpc when invoking helm list
8 years ago
Adam Reese 62804848c6
ref(pkg/tiller): refactor out imports of pkg/helm
8 years ago
Adam Reese dbf1ed0ba4
ref(pkg/helm): cleanup unused code
8 years ago
Adam Reese 6bca9686a1
ref(pkg/helm): allow ReleaseContent to call storage directly
8 years ago
Adam Reese d52faff7b6
ref(cmd,pkg/helm): remove tiller ping
8 years ago
Adam Reese 1d9c3d4651
ref(cmd,pkg/helm): remove server side version
8 years ago
Matthew Fisher 28d87e1780
Merge pull request #3860 from adshmh/refactor-tiller-release-install-unit-tests-using-stubs
8 years ago
Matthew Fisher 6f02d9e412
Merge pull request #3837 from consideRatio/toYaml-pr
8 years ago
eyalbe4 fa62c476fc Basic auth credentials from repo not used in install/upgrade/fetch commands #3858
8 years ago
Arash Deshmeh c22492ff01 fix(helm): refactor tiller release install unit tests using chart and install request stubs
8 years ago
Matthew Fisher ae7ce6cad4
Merge pull request #3842 from AdamDang/patch-1
8 years ago
AdamDang ee9ef91df0
typo fix get->Get's
8 years ago
Nikhil Manchanda b687e9e879
Merge pull request #3709 from adshmh/fix-output-leak-of-tiller-release-install-test
8 years ago
Taylor Thomas 2a86164c1d
Merge pull request #3829 from stuartleeks/set-rollback-failure
8 years ago
Steffen Windoffer 8bd42d2645 remove unused servicePort from default ingress template
8 years ago
AdamDang 138de17c64
Fix some typos
8 years ago
Erik Sundell 05a1f7f46c Updated tests for PR #3837
8 years ago
Erik Sundell 6cdf6cee56 toYaml - Fixes #3470 - trailing \n issue
8 years ago
Erik Sundell 35132d141c toYaml - Fixes #3410 - trailing \n issue
8 years ago
Michelle Noorali 72d54f356d
Merge pull request #3831 from michelleN/fix-3655
8 years ago
Michelle Noorali e02802ba95 ref(pkg/tiller): clarify reuseValues comment
8 years ago
Michelle Noorali 9266731dc4 fix(pkg/tiller): reuseValues combines all prev val
8 years ago
Stuart Leeks bac4f45f94 Switch flag to update existing record
8 years ago
Zack Williams 1d3ae54185 Fix #3822
8 years ago
Matthew Fisher e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
8 years ago
Timofey Kirillov b7fe0d0bd7 Add hook-delete-policy ReleaseServer unit tests
8 years ago
fibonacci1729 ad99c1b749 release list paritioning
8 years ago
fibonacci1729 2dd9b34d28 stream releases when listing
8 years ago
Adam Reese c574e03ed4
Merge pull request #3721 from adamreese/ref/kube-1.10
8 years ago
adshmh 1a55161a53 Fix several golint warnings (#3756)
8 years ago
Adam Reese 7c19cb7040
ref(*): kubernetes v1.10 support
8 years ago
Matthew Fisher 850c8714a7
Merge pull request #3661 from bacongobbler/fix-default-connection-timeout
8 years ago
Alexey igrychev 1d4883bf3c Implement before-hook-creation delete policy
8 years ago
Arturo Contreras a615f80c92 Adding --set-string flag to force string values.
8 years ago
Eyal Ben Moshe b6335b7dfe Authentication support for remote charts repositories (#3206)
8 years ago
Arash Deshmeh a43ddcc191 fix output leak from tiller release install test
8 years ago
Taylor Thomas dede3ff1e1
Merge pull request #3645 from scriptonist/Issue3290
8 years ago
scriptonist 5311bf40a8 Now returning error and stopping installation
8 years ago
Matthew Fisher 3014b9277f
add back the default 5 second connection timeout
8 years ago
Taylor Thomas 2c51155724
Merge pull request #3646 from nicdoye/master
8 years ago
Taylor Thomas c5f2174f26
Merge pull request #3640 from rajatjindal/docfix
8 years ago
Taylor Thomas f19daa16c2
Merge pull request #3631 from gburton1/addProxyCapability
8 years ago
Matthew Fisher abe958eb87
Merge pull request #3597 from bacongobbler/upgrade-force-replace
8 years ago
Nic Doye 73017d7e88 Accept .yml files as well as .yaml for templates.
8 years ago
scriptonist 6cfaa4ebf2 Added code to recover from a tiller pod crash in an event of template render failure
8 years ago
Rajat Jindal 92972b0353 fix typo in docs and fake
8 years ago
Matthew Fisher 13730b0dab
replace FAILED deployments with `helm upgrade --install --force`
8 years ago
Matthew Fisher 250d25fdce fix protoc
8 years ago
Matthew Fisher a66a39a171 fix helm init --wait
8 years ago
Greg Burton bf7e755ef3 Respect env proxy settings when using custom Transport
8 years ago
Matthew Fisher b5af54d44c
Merge pull request #3567 from jumal/master
8 years ago
Matthew Fisher 86ae040bfa
Merge pull request #3491 from oilbeater/fix-defer-in-loop
8 years ago
Johnny Bergström 5f1a21bc32 fix(tiller): Supersede multiple deployments (#3539)
8 years ago
Matthew Fisher 9c4fd1abae
Merge pull request #3527 from adshmh/fix-output-leak-from-realsetesting-test-suite
8 years ago
Matthew Fisher 1a9e0f0d15
Merge pull request #3535 from adshmh/fix-output-leak-from-pkg-tiller-tests
8 years ago
Matthew Fisher 642ad5c13e
Merge pull request #3544 from radu-matei/patch-1
8 years ago
Matthew Fisher be1e974ccc
Merge pull request #3494 from Thiht/patch-1
8 years ago
Matthew Fisher e35bd82170
Merge pull request #3514 from joonix/issue-3512
8 years ago
Adam Reese fa611fe285
fix(plugins): support installing plugins by relative path (#3568)
8 years ago
Adam Reese c314e2e2f1
fix(plugins): support newer git (#3571)
8 years ago
Jean-Philippe Courson 5b77335415 Create missing directories when saving files in chartutil.SaveDir
8 years ago
Radu Matei df041c4b19
Fix minor typo
8 years ago
Arash Deshmeh 5b25eef9e2 fix(helm): fix the bug in test code under pkg/tiller that leaks output to stdout during build
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
Arash Deshmeh 4fcf69bc52 fix(helm): fix the output leak to stdout during build by tests under pkg/releasetesting,
8 years ago
yank1 76a40fc573 fix a typo in client
8 years ago
Thibaut Rousseau a59d212512
docs: Fix FromJson comment
8 years ago
oilbeater 757db3a062 defer in loop may cause resource leak
8 years ago
Matthew Fisher 8009115d3a
Merge pull request #3465 from oilbeater/fix/defer-in-loop
8 years ago
oilbeater 0764d95a03 defer in loop may cause resource leak
8 years ago
Matt Farina 6a1dd806ed
Merge pull request #3469 from mattfarina/fix/3322
8 years ago
Matthew Fisher 3c39e72189
Merge pull request #3401 from bacongobbler/revert-kubeconfig-flag
8 years ago
Matt Farina 614cd9dfe7
fix(grpc): Fixes issue where message sending limited to 4mb
8 years ago
Matt Farina e6137ff05f
fix(api-machinery): Fixes patching for unstructured objects
8 years ago
Matthew Fisher 2724387506
Merge pull request #3373 from unguiculus/feature/fix-recreate-part-1
8 years ago
Matt Farina 4b578f44ff
Merge pull request #3407 from paolomainardi/feature/3173_fix_wait_for_deployments
8 years ago
Paolo Mainardi b065ffe1fc adding other missing apiVersions
8 years ago
Paolo Mainardi 2cee4c68fa add appsv1beta1 and appsv1beta2 apiVersion
8 years ago
Reinhard Nägele ea520afd3e Fix 'getSelectorFromObject'
8 years ago
Matthew Fisher 748dbda29a
Merge pull request #3399 from bacongobbler/fix-release-checklist
8 years ago
Bin Liu 1e0906ed67
Fix type
8 years ago
Matthew Fisher f13c4d28b5 Revert "feat(helm): adding kubeconfig flag"
8 years ago
Matthew Fisher 8604e0b832 bump version to v2.8
8 years ago
Reinhard Nägele 3d05da0109 Fix pod recreation
8 years ago
Matthew Fisher 14c7be1f92
Merge pull request #3288 from bradbeam/starter
8 years ago
Matt Farina c359ea66ed
Merge pull request #3350 from mattfarina/fix/3349
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
Adnan Abdulhussein f432b8ec60
Merge pull request #3337 from unguiculus/feature/helm-create
8 years ago
Matt Farina d5a865b5f4
fix(capabilities): Adding GitVersion to default set
8 years ago
Matthew Fisher 077be881c4
Merge pull request #3283 from nicolerenee/concurrency
8 years ago
Reinhard Nägele f47e1619b0 Update initial chart experience
8 years ago
Matthew Fisher f652f45398
Merge pull request #2784 from rocky-nupt/proposal-add-k8s-version
8 years ago
Matthew Fisher e1027fae73
refactor symWalk() into pkg/sympath (#3199)
8 years ago
xuhaigang 61623bfe2d feat(tiller/proto):Allow charts to specify k8s compatibility in semver field
8 years ago
Adam Reese a31e3b8fe1
ref(*): kubernetes v1.9 support (#3234)
8 years ago
Brad Beam 8e0eface2c Making starter templates more versatile
8 years ago
Tim Dumol 8fae16fbb2
feat(helm): add better error message to 'dep up'
8 years ago
Matthew Fisher 78d6b930bd
Merge pull request #3061 from eicnix/feature/tpl-fix
8 years ago
Timofey Kirillov 13cb8d8244 Show kind in resource-not-found-in-release error
8 years ago
Tim Hockin 05d4b30730 Convert registry to k8s.gcr.io
8 years ago
Nicole Renée Hubbard 6ade38fb72
feat(pkg/helm): allow concurrent requests on a shared client
8 years ago
Andrey Klimentyev cfb7dfa82c
Typo fix
8 years ago
Nauris Sadovskis bd8178d50b Fix package url
8 years ago
Matthew Fisher 51a6f3c326
Merge pull request #3247 from mgalgs/missing-repos-help
8 years ago
Julian ca415ab8db feat(helm): support namespace and additional values in lint (#2972)
8 years ago
Mitchel Humpherys 6de70254fd feat(repo): Add test for non-existent repo path
8 years ago
Mitchel Humpherys 7417f09293 feat(repo): Improve error message for missing repositories.yaml
8 years ago
Matthew Fisher 1042f6118b
Merge pull request #3122 from cofyc/fix_charts_permission
8 years ago
Lukas Eichler 8bc7dede18
fix(helm): Apply PR comments for tpl template name fix
8 years ago
Lukas Eichler 1cebc760a0
Fixed warning for missing formating parameter inside error message.
8 years ago
Lukas Eichler 2c338db1bd
fix(helm): Set template context inside tpl function to outer function.
8 years ago
Matthew Fisher 618094ccd2 fix TLS default path
8 years ago
Taylor Thomas 04769b7c26
Merge pull request #3131 from fgimenez/fix-2745
8 years ago
Federico Gimenez a607fe798d iinitialize message only when at least one manifest is kept
8 years ago
Federico Gimenez 93bce130fb fix signatures
8 years ago
Federico Gimenez 81eaf2f263 only check existence for the possibly kept manifests
8 years ago
Adam Reese e93b77166d
Merge pull request #3025 from beeradb/fakeclient-releasestatus
8 years ago
Matthew Fisher cad89240f3
Merge pull request #3187 from hoesler/fix/chart_downloader
8 years ago
Matthew Fisher 7c79d1c765
Merge pull request #3193 from burdiyan/master
8 years ago
Johnny Bergström 7cc610960f Walk symbolic link directories
8 years ago
Alexandr Burdiyan f432e07126 ref(helm): improve fullname template in starter chart
8 years ago
Christoph Hösler 98e0bd2ecb refactor: rename function and improve error messages
8 years ago
Christoph Hösler af9190f956 feature: let FindChartInRepoURL return absolute chart URLs
8 years ago
Matthew Fisher d655911088
Merge pull request #3041 from jlyheden/feature/plugin-http-installer
8 years ago
Helgi Þormar Þorbjörnsson 803f7c706e add a keepalive of 30s to the client (#3183)
8 years ago
Johnny Bergström d762a42168 Fix helmignore for .* (#3114)
8 years ago
Hadrien Chauvin 838d780894 update google.golang.org/grpc to 1.7.2 (#3101)
8 years ago
Matthew Fisher 4c21a0e739
Merge pull request #3123 from Miouge1/fullnameoverride
8 years ago
Matt Cholick fe3eeaf39d fix(helm): Tunnel closing already closed channel (#3157)
8 years ago
Kai Chen bc45e90198 Remove unnecessary parentheses in switch statements (#3175)
8 years ago
Matt Farina 275fbd431c
feat(http): Add a Helm user-agent string to the http getter
8 years ago
Matt Butcher e8e6ac5d77
Fix/missing ssl params (#3152)
8 years ago
Federico Gimenez e6d907ed28 check if resource is present before adding it to remaining or keep on deletion
8 years ago
Maxime Guyot c864ba179e Add fullnameOverride
8 years ago
Yecheng Fu 126f0249a7 Remove executable permission bit for chart files.
8 years ago
Pietro Menna ece9486182
fix(helm): home env not set on Windows
8 years ago
Adam Reese d6da76f3cf
Merge pull request #3097 from adamreese/fix/2437-upgrade-release
8 years ago
Adam Reese 82ef751414
fix(tiller): upgrade last deployed release
8 years ago
Matthew Fisher 1954b51186
Merge pull request #2621 from gardlt/feature/helm/adding-kubeconifg-flag
8 years ago
Matthew Fisher 93e1c765df
Merge pull request #3065 from cjauvin/fix-for-relative-chart-path-support
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
Christian Jauvin 8775f632f2 Fix for relative chart path support in index.yaml
8 years ago
Matt Farina 22e5381251
feat(chart): Adding maintainer url
8 years ago
Adam Reese 08c1144f5e
chore(*): bump version to v2.7.0
8 years ago
Johan Lyheden 4831089500 Add tests to HTTPInstaller, update plugin documentation
8 years ago
Johan Lyheden f1a08adb41 Update to comply with linter rules and gofmt
8 years ago
Johan Lyheden d43d5ab452 Add plugin installer from http archive
8 years ago
Adam Reese 13912b3cc0 Merge pull request #3008 from adamreese/ref/kube-1.8
8 years ago
Taylor Thomas 500c9983b5 Merge pull request #3019 from thomastaylor312/fix/crd_ordering
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
Taylor Thomas 29c3b5276f fix(tiller): Adds CRD ordering
8 years ago
Remington Reackhof 9af1018bd3 Add secrets storage backend for releases
8 years ago
Taylor Thomas d4ccef7ba7 Merge pull request #2999 from bonifaido/getterConstructor-err
8 years ago
Dhilip 67af4998de helm create all defined template names should be namespaced … (#2845)
8 years ago
Michal Cwienczek dad8c6f644 Fix #2937 - helm always appends /index.yaml at the end of URL (#2988)
8 years ago
Matthew Fisher d7a81c99e1 Merge pull request #2976 from HotelsDotCom/respect-apiversion-change
8 years ago
Matthew Fisher d4f5a133dd Merge pull request #2960 from HotelsDotCom/upgrade-failure-record-release-as-update
8 years ago
Taylor Thomas f8e9741578 Merge pull request #2984 from thomastaylor312/feat/add_missing_test
8 years ago
Matthew Fisher e3e1116eaa Merge pull request #2857 from llsheldon/fix-dependency-alias
8 years ago
Matthew Fisher 3799c477d1 Merge pull request #2938 from bacongobbler/remove-facebookgo
8 years ago
Nandor Kracser a28e5dd2b3 fix(helm): invoking getterConstructor returns downstream error now
8 years ago
Justin Scott b642ba2087 Merge pull request #2831 from jascott1/sort_unknown_kind
8 years ago
Matthew Fisher b600ea475e Merge pull request #2982 from HotelsDotCom/pkg-lint-test-panics
8 years ago
Taylor Thomas acd113ec21 Merge pull request #2978 from HotelsDotCom/detailed-wait-log
8 years ago
Taylor Thomas 333f8dd354 fix(sorter): Adds missing unit test
8 years ago
Maxim Ivanov a6872c124a Avoid panics if test is failing
8 years ago
Taylor Thomas 8c2c9fcf6e Merge pull request #2961 from NauxLiu/patch-1
8 years ago
Taylor Thomas 49120bb436 Merge pull request #2849 from yan234280533/patch-pod
8 years ago
Maxim Ivanov cd8bae1df5 More helpful wait messages in tiller logs
8 years ago
Maxim Ivanov bed80e482c When looking for original resource on update/delete, ignore Apiversion, use Kind and Name only
8 years ago
Matthew Fisher f278675f98 remove references to facebookgo/symwalk
8 years ago
Matthew Fisher 211f5f6f33 Revert "fix(helm): resolve symlinks when loading chart"
8 years ago
Matthew Fisher 9d1db2851e Revert "Write repo file using atomicfile"
8 years ago
Maxim Ivanov ff5acc9bd8 Make Memory driver to store copy of releases to stop hiding storage errors during tests
8 years ago
Matthew Fisher cf3fc21e81 Merge pull request #2898 from zlabjp/kube-version
8 years ago
NauxLiu c3f9120e02
Load StorageClass before PersistentVolume is loaded.
8 years ago
Maxim Ivanov 38c3f58dca Correctly persists Release upgrade failure
8 years ago
carlory ad2d8e434a fix fromjson comment
8 years ago
carlory b9d3974df0 fix func comment
8 years ago
devinyan 3458ad8e6a Add the status of pod when using "Helm status" command
8 years ago
Kazuki Suda fa3ee5aecf feat(helm): add --kube-version flag to helm template
8 years ago
Kazuki Suda 3508cebbf6 Use the same defaults as done in helm lint for Capabilities
8 years ago
Michelle Noorali 84bb77f183 Merge pull request #1997 from AmandaCameron/issue/1401
8 years ago
Amanda Cameron 415e52bf55 Add support for sub-directory scanning as in issue #1401
8 years ago
llsheldon 0440b54bbf fix(helm):Fix dependency aliaes not working
8 years ago
Adnan Abdulhussein 8fd8a7c324 fix(create): port-forward should use internal port
8 years ago
Justin Scott ed24b3199a bug(tiller): sort unknown but different kinds alphabetically based on kind name
8 years ago
Matthew Fisher 1ac5cd78de Merge pull request #2901 from bacongobbler/bump-lint-k8s-version
8 years ago
Steven E. Harris f588315b76 Remove spurious field in kind sorter test (#2667)
8 years ago
Matthew Fisher 8b512808df bump k8s version in helm lint to 1.7
8 years ago
Matthew Fisher bb5db61325 Merge pull request #2781 from jascott1/i2755-template
8 years ago
DoctorZK 608fd7318a fix(tiller): fix a warning bug in hook annotation
8 years ago
Justin Scott 8befd50c12 Merge pull request #2850 from rocky-nupt/fix-update-delete-subcharts
8 years ago
Justin Scott 4a02a71f1e WIP feat(helm): add `template` command
8 years ago
xuhaigang b79033a715 Merge branch 'fix-update-delete-subcharts' of https://github.com/rocky-nupt/helm into fix-update-delete-subcharts
8 years ago
xuhaigang 4ffb9dfb4b Fix(helm): Fix the bug of dependency update deleting subcharts
8 years ago
DockerZK 734b124577 feat(*) add key helm.sh/hook-delete-policy to hook annotation
8 years ago
Matt Butcher a736c2a3fe Merge pull request #2636 from technosophos/feat/2332-max-history
8 years ago
Kira 4c1a47480e feat(2450): add annotations to chart metadata (#2671)
8 years ago
Adam Reese 5bc7c619f8
chore(*): bump to v2.6.0
8 years ago
Taylor Thomas 7a6dbfea49 Merge pull request #2790 from nebril/dependency-update-chart-deletion
8 years ago
Justin Scott f239050996 Update kind subsort to sort unknown kinds alphabetically.
8 years ago
Justin Scott 87d2b7ab67 Add test for kind sorter sub sort
8 years ago
Justin Scott 66c4f7453e feat(tiller): sort manifests alphabetically if they are same kind
8 years ago
Matt Butcher 0853f4906a
feat(tiller): limit number of versions stored per release
8 years ago
Maciej Kwiek 9c4bb14673 Delete old deps after chart deps are updated
8 years ago
Maxime Guyot bbf2d6b7e8 Fix the default NOTES.txt
8 years ago
Taylor Thomas 6ab706ae6c Merge pull request #2768 from JarreyZhou/master
8 years ago
Taylor Thomas 8cf72adf52 Merge pull request #2711 from bonifaido/handle-tlspath-error
8 years ago
Taylor Thomas 8eaed9d3a7 Merge pull request #2729 from rbwsam/fix/leading_zeros
8 years ago
Taylor Thomas e5ea075271 Merge pull request #2727 from Miouge1/master
8 years ago
Jerry Zhou 23905f1494 feat(helm):use a variable for labels to get tiller pod
8 years ago
Sam Leavens a5dc546726 fix(pkg/strvals): use rune literal instead of ASCII
8 years ago
Brian d5682ae4f5 Merge pull request #2615 from bonifaido/optional-ca-file
8 years ago
Matt Butcher 4a7d47cd74 Merge pull request #2719 from nebril/release-module-nil
8 years ago
Miouge1 6cfed9d635 Updating default values.yaml comments
8 years ago
Sam Leavens 609e72b357 fix(pkg/strvals): preserve leading zeros in vals
8 years ago
Steven E. Harris e8d80729ac Merge pull request #2703 from rbwsam/ref/simplify_error
8 years ago
Maciej Kwiek 6b16ee2fb7 Handle nil responses returned from rudder funcs
8 years ago
Matt Butcher 88aa4def3e Merge pull request #2701 from jascott1/i2560-hang
8 years ago
Steven E. Harris 98c8e3c138 Merge pull request #2704 from rbwsam/ref/2663
8 years ago
Nandor Kracser 9f963c84b4 Redefine the err variable in NewChartRepository, otherwise errors might slip through
8 years ago
Taylor Thomas 8fc88ab626 Merge pull request #2681 from at1012/at-helm-list
8 years ago
Sam Leavens 098df8b186 ref(pkg/chartutil): improve comment spacing
8 years ago
Sam Leavens f7ca52dfc8 ref(pkg/chartutil): improve comment for PathValue
8 years ago
Sam Leavens cf09e344d1 fix(pkg/chartutil): Fix test, improve message
8 years ago
Sam Leavens 8df52b6501 ref(pkg/chartutil): move comment
8 years ago
Sam Leavens 3ee70291c8 ref(pkg/chartutil): Capitalize YAML
8 years ago
Sam Leavens 51b59497ee ref(pkg/chartutil): decrease map lookups
8 years ago
Justin Scott fa68a6e1db fix(tiller): remove locking system from storage and rely on backend controls
8 years ago
Sam Leavens 9b8928edf4 ref(pkg/chartutil): replace use of 'fmt.Efforf'
8 years ago
Adam Reese a29e610938
fix(helm): fix flag parsing once and for all
8 years ago
Aishwarya Thangappa 915e7023c4 Added more granular statuses
8 years ago
Aishwarya Thangappa 9d67d8b954 Added PENDING status to helm install
8 years ago
Aishwarya Thangappa 3d4361ca1f Modified release_update and release_rollback
8 years ago
Aishwarya Thangappa a9c16fc964 Added PENDING status to status.proto and regenerated the pb.go files
8 years ago
Adam Reese 9325d136d4
fix(tests): fix sorting hooks test flake
8 years ago
Taylor Thomas 0a20ed73be Merge pull request #2644 from alonl/master
8 years ago
Steven E. Harris 2aaad8242e Merge pull request #2666 from adamreese/ref/cleanup-tests
8 years ago
Steven E. Harris e028be065d Merge pull request #2650 from arschles/apiservice
8 years ago
Aaron Schlesinger 58a2d7b5c1 Adding APIService to the kind sorter tests
8 years ago
Adam Reese 0d1f6b981f
ref(tests): simplify kind sorter test
8 years ago
Scott Rigby 6dc31f8e96 Test that the coalesced key is properly removed for all YAML null syntax options, but not for empty string
8 years ago
Scott Rigby 645f01eb22 New Helm functionality to delete a coalesced YAML key when the value is nil.
8 years ago
Adam Reese 845e990143
feat(*): use kubernetes 1.7
8 years ago
Matt Butcher 883da97396 Merge pull request #2607 from sushilkm/issues/2599
8 years ago
Aaron Schlesinger 5ff75f84a6 Adding APIService to the sort order
8 years ago
Alon Lavi 04a7e241e6 Fix a bug causing 'helm depndency update' to delete required charts
8 years ago
Ilya Semenov 13b15f5662 Remove service.type mention from ingress docs
8 years ago
Justin Scott af4c243ee3 Correct punctuation and capitalization for user facing strings.
8 years ago
Michelle Noorali 29c4709b5e Merge pull request #2550 from michelleN/export-fake-release-client
8 years ago
Nandor Kracser 5f96fb816c CAFile is now optional, in that case the default RootCAs are used
8 years ago
Sushil Kumar 82da721c0a Added tests for different combinations of subcharts & requirements.yaml
8 years ago
Y.W 0f953403a2 give an uniform check for release process (#2565)
8 years ago
Michelle Noorali 8a99a4aa6f ref(helm): rename FakeReleaseClient -> FakeClient
8 years ago
Sushil Kumar 7ce5c7925b Adds charts in "charts\" directory to dependencies
8 years ago
Sushil Kumar bfd74c35e9 Added omitempty to Requirements struct
8 years ago
Adam Reese 012cb0ac1a
chore(*): bump to v2.5.0
8 years ago
Sushil Kumar f476f83e83 <chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory (#2558)
8 years ago
Reinhard Nägele 76e6e15a0c Add comment on resources
8 years ago
Reinhard Nägele 51923e54b1 Improve 'helm create'
8 years ago
Adam Reese 72cd1464d2 Merge pull request #2570 from adamreese/ref/goimports
8 years ago
Matt Butcher dece57e0ba Merge pull request #2350 from eicnix/master
8 years ago
Adam Reese eccb041c0f
ref(tiller): cleanup goimports
8 years ago
Matt Butcher ecef026b68 Merge pull request #2545 from technosophos/feat/set-list-index
8 years ago
Steven E. Harris 9f9b3e8729 Use versioned API types from the client-go library (#2524)
8 years ago
Matt Butcher c01c7318ab
feat(helm): support array index format for --set.
8 years ago
Lukas Eichler 39db9ec6e8 Merge branch 'master' into master
8 years ago
Michelle Noorali 15c14194c4 Merge pull request #2457 from michelleN/hooks-bug
8 years ago
Michelle Noorali 70520efac4 ref(helm): make FakeReleaseClient public
8 years ago
Taylor Thomas e3250e3319 Merge pull request #2534 from sushilkm/issues/2508
8 years ago
Matt Butcher d2a4c40fa5 Merge pull request #2541 from technosophos/fix/2525-helm-get-broken-release
8 years ago
Matt Butcher c55577ace6 Merge pull request #2535 from jascott1/i2331
8 years ago
Michelle Noorali 6bfb08a760 ref(tiller): refactor sortManifests()
8 years ago
Michelle Noorali 83c69a8e10 fix(tiller): track hooks in multi-def manifests
8 years ago
Sushil Kumar 716be14ad3 Updated code to read requirements.yaml as per following structure
8 years ago
Sushil Kumar 541d052202 First alias would be dependency rename
8 years ago
Matt Butcher c913911337
fix(tiller): make GetReleaseContent return any release
8 years ago
Adam Reese 8272360681 Merge pull request #2476 from adamreese/fix/flag-envars
8 years ago
Matt Butcher 3647e60786 Merge pull request #2512 from technosophos/fix/2510-missing-url-prefix
8 years ago
Matt Butcher 8f3c2d5e18 Merge pull request #2511 from technosophos/fix/2452-predictable-template-order
8 years ago
devinyan d3b14db325 adjust the check parameter order for uninstall
8 years ago
Justin Scott 40052d3e8f fix(helm): remove unnecessary values merge in processImportValues
8 years ago
Seth Goings da383b35e5 Merge pull request #2518 from sgoings/fixup-plugin-install-grammar
8 years ago
Taylor Thomas d9c0a8b434 fix(tiller): Adds missing import back
8 years ago
Taylor Thomas b71bd6a455 Merge pull request #2513 from thomastaylor312/feat/moar_logging
8 years ago
Taylor Thomas 119fa6537c feat(tiller): Adds more logging
8 years ago
Seth Goings e7a51d5424 fix(plugins): exists --> exist
8 years ago
Adam Reese d797acbd7b
fix(helm): fix race conditions in flag parsing
8 years ago
Lukas Eichler 9cd9fc47df removed debug file
8 years ago
Lukas Eichler 439f1b31d1 Added unit test for include in tpl function
8 years ago
Lukas Eichler ce8e8d6778 Added storage of parsed templates in engine
8 years ago
Matt Butcher 8937c775a9
fix(2452): sort templates before parse
8 years ago
Matt Butcher 4c6a7cf759
fix(helm): prepend repo URL to packages missing scheme
8 years ago
peay a9fa9282e1 Add --force to upgrade and rollback (generated changes)
8 years ago
peay 0f26cc5522 Add --force to upgrade and rollback
8 years ago
Taylor Thomas 7a49e5c3e1 Merge pull request #2500 from sushilkm/issues/2488
8 years ago
Taylor Thomas 7dd6eb22f7 Merge pull request #2486 from sushilkm/issues/2383
8 years ago
Sushil Kumar a6556b4982 Check existence of $HELM_HOME/plugins before installing plugin
8 years ago
Sushil Kumar 42aa81e7ca Added tests for alias(es) for chart dependencies
8 years ago
Sushil Kumar 34f9c67e04 Shallow copy existing chart details
8 years ago
tyrannasaurusbanks b4fc1c7cb2 Add check to ensure helm doesnt 'wait' for external services to become 'ready'
8 years ago
fibonacci1729 04d0abfd7c ref(tiller): refactor tests into logical files
8 years ago
fibonacci1729 22db973932 ref(tiller): refactor tests into logical files
8 years ago
Sushil Kumar 156d48bc3b Adds alias for dependencies
8 years ago
fibonacci1729 172dbb22cf ref(tiller): refactor tests in logical files
8 years ago
fibonacci1729 2ae276ae39 ref(tiller): refactor tiller APIs into logical files
8 years ago
fibonacci1729 a4d05fd2b2 ref(tiller): refactor tiller APIs into logical files
8 years ago
fibonacci1729 b5c213d5dd ref(tiller): refactor tiller APIs into logical files
8 years ago
fibonacci1729 62c4b152fd ref(tiller): refactor tiller APIs into logical files
8 years ago
fibonacci1729 3b3439f67d ref(tiller): breakout ReleaseServer APIs into logical files.
8 years ago
Adam Reese 1e8ebae249 fix(plugins): add error when updating modified plugins
8 years ago
Adam Reese 15254e4c5c feat(*): add generic logging interface (#2394)
8 years ago
lead4good bb4be33331 fixed fromYaml | toJson
8 years ago
Matt Butcher 2d192b1b1b Merge pull request #2408 from technosophos/fix/2407-devel-releases
8 years ago
Matt Butcher f9c9e9d6cb Merge pull request #2455 from technosophos/fix/2393
8 years ago
Matt Butcher 28ec92355b
fix(helm): add --devel flag to allow dev releases again
8 years ago
Michelle Noorali a53c29aee7 Merge pull request #2425 from michelleN/helm-test-error-codes
8 years ago
Adam Reese 595afc5c17 Merge pull request #2449 from rvbaz/write-index-atomic
8 years ago
Matt Butcher d863d9a886
fix(lint): add KubeVersion and TillerVersion to linter
8 years ago
Raphael Badin 965cb7fd1c Write repo file using atomicfile
8 years ago
Sushil Kumar ff42dadde4 Adds update option to plugin command (#2410)
8 years ago
Michelle Noorali 488ca6fdd8 fix(*): return non-zero exit code on test failure
8 years ago
Adam Reese 35aabdb61a Merge pull request #2423 from FengyunPan/add-check
8 years ago
Taylor Thomas 7d5f4e53db Merge pull request #2430 from thomastaylor312/fix/deployment_wait
9 years ago
Matt Butcher e8aa8d3678 Merge pull request #2405 from sushilkm/linting-fixes
9 years ago
Taylor Thomas d310612526 fix(tiller): Fixes bug with `--wait` and updated deployments
9 years ago
fengyun.pan 7887185984 Add check for getting kubeclient
9 years ago
Sushil Kumar 24157e4aed Updated review comments :)
9 years ago
Sushil Kumar c84fb11a68 Errors out in case requested plugin exists
9 years ago
Sushil Kumar 6344f1d8e9 Errors out in case requested plugin version does not exists
9 years ago
Sushil Kumar 61c3a44dc3 Fixed issues reported by test-style
9 years ago
Matt Butcher 5c227bffbb Merge pull request #2361 from databus23/dont_render_partials
9 years ago
Matt Butcher 982bb0cd2c Merge pull request #2079 from nebril/new-backend
9 years ago
Sushil Kumar d5fd75fe61 Updated StartLocalServerForTests to be private method
9 years ago
Maciej Kwiek d9f72deb0d Add comments to exported Rudder methods
9 years ago
Maciej Kwiek 1c9ae5577d Basic Rudder Delete implementation
9 years ago
Maciej Kwiek 5937e1a214 ReleaseServer.ReleaseModule has Status method
9 years ago
Maciej Kwiek 52c54b09c0 Move rudder proto to different package, add release status
9 years ago
Dmitry Shulyak 3cba189f53 Define both rudder port and rudder address for different needs
9 years ago
Dmitry Shulyak bd47b8444f Use rollback method on ReleaseModule interface
9 years ago
Dmitry Shulyak 59af46502d Run make protoc to update hapi
9 years ago
Dmitry Shulyak a883531f98 Implement upgrade for rudder
9 years ago
Maciej Kwiek c1fcaf09ce Experimental Rudder implementation
9 years ago
Sushil Kumar dce9d88c25 Added tests for --repo flag for helm fetch command
9 years ago
Taylor Thomas b6586fdb50 Merge pull request #2300 from sushilkm/issues/2113
9 years ago
Sushil Kumar 2a5ab59895 Updated defer delete call
9 years ago
Adam Reese 1ec2c04be8
chore(*): bump to v2.4.0
9 years ago
Michelle Noorali 3cef2ed667 Merge pull request #2369 from michelleN/bug/2158-panic-on-new-line
9 years ago
Michelle Noorali dcfbb2bd35 fix(releaseutil): remove newline on SplitManifests
9 years ago
Adnan Abdulhussein f8b2c5eb57 fix(create): incorrect URL in default NOTES.txt
9 years ago
Sushil Kumar d13b134ffb Implements --repo flag to commands fetch, install, inspect, upgrade
9 years ago
Kiichiro Okano 46cad97950 Return as not ready if it new RS is nil
9 years ago
Adam Reese 0c91d41221 Merge pull request #2366 from adamreese/fix/2110-canary-versioning
9 years ago
Matt Butcher b1ade9c81a Merge pull request #2314 from nebril/lock-release
9 years ago
Matt Butcher 6e63a547e2 Merge pull request #2354 from technosophos/fix/2271-alternate-toml-marshal
9 years ago
Matt Butcher e66cdcd1f3 Merge pull request #2352 from technosophos/ref/getter
9 years ago
Lukas Eichler 2521c526d9 - Changed error behaviour to returning an error instead of writing the error in the template
9 years ago
Lukas Eichler d01f7978d2 Added implementation for a tpl function that evaluates a string as a template.
9 years ago
Adam Reese 9ae84c730f
fix(tiller): make new version check backwards compatible
9 years ago
Matt Butcher bd02f39384
ref(getter): flatten the getter package tree
9 years ago
Adam Reese 2e819e014d
fix(*): handle unreleased versioning
9 years ago
Matt Butcher 46035c35c4
fix(tiller): fix TOML panic
9 years ago
Fabian Ruff b94eb82d12 Skip rendering partials
9 years ago
Fabian Ruff 124235ffed Fail template execution if included template fails
9 years ago
Matt Butcher 3a943696b7 Merge pull request #2348 from technosophos/fix/environment-style-fixes
9 years ago
Matt Butcher 3c55a0ee65
fix(helm): fix style issues
9 years ago
Matt Butcher 7094651493
feat(*): update to latest gRPC and Protobuf
9 years ago
Maciej Kwiek ec92b76054 Release are locked to avoid parallel changes
9 years ago
Adam Reese b7f2c6f5fe Merge pull request #2304 from adamreese/ref/debug
9 years ago
Adam Reese 50eee83646
ref(helm): use new debug method to standardize debug output
9 years ago
Taylor Thomas c463e1f185 ref(*): Regenerates protobuf files with protoc 3.2.0
9 years ago
Brian 17c0de49d1 Merge pull request #2291 from fibonacci1729/master
9 years ago
Matthias Thubauville ce505f16e6 Fix indent for defaultDeployment
9 years ago
Matt Butcher fe1104056c Merge pull request #2279 from sstarcher/search_constraint
9 years ago
Matt Butcher d4e129d55c Merge pull request #2283 from sushilkm/issues/2276
9 years ago
Shane Starcher 7150fc3d9e bug(helm) - install/upgrade/search semver constraint support
9 years ago
fibonacci1729 73e6399294 test(*): add tests for new tls support
9 years ago
Sushil Kumar 99065aa331 Validates chart-dir before running dependency list command
9 years ago
Gergo Huszty b4ca198cc6 Pluggable downloaders. Closes #2093, #2094.
9 years ago
Matt Butcher 0c11033fb7 Merge pull request #2171 from appscode/tiler-prom
9 years ago
Taylor Thomas d03311b45a Merge pull request #2188 from scottrigby/chartutil-ingress-example
9 years ago
sadlil 8c81e7336a Add prometheus monitoring for tiler
9 years ago
Matt Butcher 573a8a190c
fix(tiller): ignore empty YAML documents during delete
9 years ago
Matt Butcher 19b111b123
fix(helm): fix nil pointer in requirements.go
9 years ago
Serguei Bezverkhi 26343023a3 fix(tiller): increase maximum size of gRPC message
9 years ago
Adam Reese 7a141a10b3 fix(helm): correct import for apps api
9 years ago
Adam Reese 0ab38a998c Merge pull request #2248 from adamreese/ref/kube-v1.6
9 years ago
Matt Butcher d97086cbdd Merge pull request #2229 from technosophos/feat/chart-tiller-version
9 years ago
Adam Reese 85c41ef11a ref(*): kubernetes v1.6
9 years ago
Sushil Kumar 000bf9fd1a Added release-name to helm delete error
9 years ago
Sushil Kumar 84fc5b776f Fixes hard-coded linux based file-separator
9 years ago
Scott Rigby 5bdcbee9af Change secret name to something more standard
9 years ago
Scott Rigby 2be4547d13 Change to hosts array, and parameterize serviceName and servicePort
9 years ago
Adam Reese e611936893 ref(plugin): cleanup unused functions
9 years ago
Matt Butcher e4e0e32064
feat(tiller): support version constraint on chart
9 years ago
Adam Reese d83c245fc3 chore(*): bump to v2.3.0
9 years ago
Adam Reese 51b8d8a6ee feat(helm): add plugin management commands
9 years ago
Matt Butcher 455dd97691 Merge pull request #2220 from jascott1/tags_fix
9 years ago
Brian a8e0983362 Merge pull request #2108 from fibonacci1729/feat/tls
9 years ago
kiich 85a91394aa Merge branch 'master' into deploymentsReady-when-newRS-has-minimumReplicas
9 years ago
Matt Butcher eb4a187df6 Merge pull request #2145 from technosophos/fix/2127-skip-refrsh-on-init
9 years ago
Justin Scott 8c720ee2c2 fix (pkg/chartutil): correctly parse input values for ProcessRequirementsEnabled
9 years ago
Matt Butcher 6d5b3bbb21 Merge pull request #2112 from jascott1/feat/1995-import_child_values
9 years ago
fibonacci1729 735f4e3d4a feat/tls: add TLS support for helm / tiller
9 years ago
Kiichiro Okano e3655bb142 Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
9 years ago
Adam Reese e4d39fd8c8 fix(*): add missing proto for weight hook
9 years ago
Taylor Thomas f7f8552644 Merge pull request #2203 from seh/sort-more-kinds-for-installation
9 years ago
Taylor Thomas 9cfdbd1f77 Merge pull request #2174 from qwangrepos/repo-alias
9 years ago
Matt Butcher 9665db7d16 Merge pull request #2157 from jchauncey/hook-weights
9 years ago
Matt Butcher daa39c2689
feat(helm): add --reuse-values flag to upgrade
9 years ago
Matt Butcher ba6c55c987
fix(helm): add 'skip-refresh' flag to 'helm init'
9 years ago
Taylor Thomas c1540795b0 Merge pull request #2190 from anubhavmishra/whitespace-yaml-parsing
9 years ago
Jonathan Chauncey b9ef8dbe56 fix(hooks): Change annotation from hookWeight to hook-weight
9 years ago
Qin Wang c010da4d93 feat(helm): add support for repo alias
9 years ago
Matt Butcher 55791e227e Merge pull request #2148 from technosophos/fix/2118-broken-status
9 years ago
Anubhav Mishra 68d400cd38 Update comment.
9 years ago
Taylor Thomas 5a86aaf99a Merge pull request #2206 from sushilkm/issues/2204
9 years ago
Justin Scott 75ea566413 Correct indention of YAML field in subchartB
9 years ago
Justin Scott 31e57d8921 Remove commented code
9 years ago
Justin Scott 3bf143f052 Fix codefences and nits in charts.md. Correct whitespace in charts. Add clarity to description of ImportValues requirements field.
9 years ago
Justin Scott 7ea4d8c7c4 Refactor so parent's values win
9 years ago
Justin Scott 4a5721fb36 Fixup style and errors
9 years ago
Justin Scott 007bb9dbae Implement 'exports' convetion for simple list items
9 years ago
Justin Scott 2bd4d1d003 Cleanup old todo, unused log and value for ImportValues feature
9 years ago
Justin Scott d1424f6c08 Handle missed error and make error messages unique
9 years ago
Justin Scott 0e81899f5f WIP feat(helm): import child values to parent
9 years ago
Sushil Kumar a484d00e33 Fixes TestInstallRelease_VerifyOptions & TestUpdateRelease_VerifyOptions
9 years ago
Steven E. Harris 4178ec08ac Add more object kinds to sorted installation order
9 years ago
Taylor Thomas 890b6f5627 Merge pull request #2200 from seh/sort-rbac-roles-and-bindings
9 years ago
Taylor Thomas e03d605b88 Merge pull request #2194 from qwangrepos/bug-2103
9 years ago
Steven E. Harris 7ccfc6d7d4 Sort dependent RBAC role and binding kinds
9 years ago
Qin Wang e6b79e138b fix(helm): local path in requirements.yaml relative to working dir
9 years ago
Taylor Thomas b7af2e21e4 Merge pull request #2187 from johnw188/sortIndexOnDownload
9 years ago
Anubhav Mishra 76ebf20aac fix(helm): fix typo
9 years ago
Anubhav Mishra b208258f53 fix(helm): more quotation fixes
9 years ago
Anubhav Mishra 6aeadb272d fix tests
9 years ago
Anubhav Mishra 1cf197d69e fix(helm): fix comments and removed unwanted split
9 years ago
Anubhav Mishra 73fd0e4557 fix(tiller): now better formatting
9 years ago
Anubhav Mishra 837da9360e fix(helm): using regexp to match whitespaces instead
9 years ago
Anubhav Mishra c17ce5f9c1 fix(tiller): adding kind to tiller client logs
9 years ago
Anubhav Mishra 611bba0f51 fix(helm): manifests string parsing works for newlines in the manifests
9 years ago
Scott Rigby 22cec7cdc1 Fix spacing
9 years ago
Scott Rigby 37fd7df627 chartutil create ingress example
9 years ago
John Welsh e42f39a114 Forgot gofmt
9 years ago
John Welsh f4486d4858 fix(helm): Don't assume index.yaml is sorted
9 years ago
Jonathan Chauncey 05d0fcb774 feat(hooks): Adds weighted hooks
9 years ago
Sushil Kumar cfd041eed5 Added unit tests
9 years ago
Matt Butcher 27c3ff595a
fix(tiller): fix helm status failure on missing resource
9 years ago
Adam Reese 390217d416 ref(helmpath): simplify path building of helmpath
9 years ago
Adam Reese d4061b5b60 fix(tiller): enforce release name length on uninstall
9 years ago
Adnan Abdulhussein 8210dc7883 feat(proto): add deprecated field
9 years ago
Matt Butcher 785a1df52b Merge pull request #2077 from technosophos/feat/2036-appVersion
9 years ago
libesz 41f7c97a48 Fixing plugin test
9 years ago
Brian 6da348baef Merge pull request #2088 from Ladicle/fix/helm
9 years ago
Taylor Thomas 185fb4f43c fix(tiller): Fixes problem with `--wait` on headless Services
9 years ago
Ladicle c359ddf43c helm(version): set 5 seconds timeout
9 years ago
Matthew Fisher 1aee50f5db move pkg cmd/helm/strvals to pkg/strvals
9 years ago
Matt Butcher 3be8dfd818 Merge pull request #2068 from nokia/move-to-pkg
9 years ago
libesz 0537b08779 helmpath goes under /pkg/helm/
9 years ago
Steve Wilkerson 79a3db0a63 feat(helm): add support for required properties
9 years ago
Matt Butcher 396f6cbcb2
feat(proto): add appVersion field
9 years ago
Fabian Ruff 43a6bcff40 Add .Template.BasePath to template system
9 years ago
Matt Butcher 0861b5e3f4 Merge pull request #2051 from dmonakhov/to-pool-v1
9 years ago
Matt Butcher df827ab738 Merge pull request #2050 from jackzampolin/jz-to-toml
9 years ago
libesz 024fc5c806 Fixing pkg->cmd call by moving helmpath under /pkg
9 years ago
Taylor Thomas 570930bec0 Merge pull request #2046 from thomastaylor312/fix/2043-wait-panic
9 years ago
Dmitry Monakhov 33ace505cc install: Return more user-friendly response on eexists
9 years ago
Michelle Noorali 59bb5aa1b8 Merge pull request #2028 from qwangrepos/issue-2020
9 years ago
Taylor Thomas 9afa04b71b fix(tiller): Fixes `--wait` panic on upgrade
9 years ago
Jack Zampolin fc60d51be9 Add toToml function
9 years ago
Adam Reese ba66af8c3d Merge pull request #2042 from bacongobbler/loadfiles
9 years ago
Matt Butcher e74772f1ab Merge pull request #2021 from technosophos/feat/2019-dep-up-skip-refresh
9 years ago
Matthew Fisher de6fb23e7a expose LoadFiles as a usable function
9 years ago
Qin Wang 0bef00078c local path repo verbose - issue #2020
9 years ago
Adam Reese 01114341f8 Merge pull request #2016 from adamreese/fix/2006-wait
9 years ago
Michelle Noorali 80b93846b6 Merge pull request #2011 from michelleN/ref-1973
9 years ago
Adam Reese 12db1f945f fix(kube): fix wait and recreate
9 years ago
Matt Butcher f7b010a140
feat(helm): add --skip-refresh flag to 'helm dep up'
9 years ago
Maxim Ivanov edd4e56112 fix(helm): resolve symlinks when loading chart
9 years ago
Michelle Noorali e52746cbef ref(*): remove error if no tests found on test cmd
9 years ago
YuviPanda cd7275069e Use backtick quotes to avoid excess escaping
9 years ago
YuviPanda 97a655d225 Add tests for ToJson
9 years ago
YuviPanda 5c52fe6ad6 Add ToJson and FromJson template functions
9 years ago
Matt Butcher 4829fad3a3
fix(helm): fix broken cache paths in repositories
9 years ago
Adam Reese fc315ab598 chore(*): bump to v2.2.0
9 years ago
Matt Butcher 44fbfc4263
fix(style): add missing comments
9 years ago
Matt Butcher 5d909d8c30 Merge pull request #1955 from michelleN/test-failure-hook
9 years ago
Michelle Noorali 6a062e45b7 featt(*): add support for test-failure hook
9 years ago
Adam Reese 790b90b95b fix(kube): prevent recreating pods without a selector
9 years ago
Matt Butcher 889902c381 Merge pull request #1917 from jascott1/tags_conds
9 years ago
Taylor Thomas 8dfea91056 Merge pull request #1923 from qwangrepos/local-path
9 years ago
Vaughn Dice 4a57b01a47
feat(helm): add cleanup flag to test command
9 years ago
Qin Wang 4b6b847b69 fix test chart path change from rebase
9 years ago
Qin Wang 0153d273ce fix error checking from os.stat
9 years ago
Qin Wang 39a2d5ec29 feat(helm): add local path support for deps in requirements.yaml
9 years ago
Qin Wang d72ff65325 feat(helm): add local path support for deps in requirements.yaml
9 years ago
Matt Butcher 5618afe3d4 Merge pull request #1922 from larryrensing/feat/list-namespaces
9 years ago
Justin Scott 17c6ae61da feat(helm): re-enable log warnings for tags and conditions
9 years ago
Justin Scott fe864ad699 feat(helm): remove logging of tags/condition warnings to pass ci
9 years ago
Justin Scott 58c8aca1cc feat(helm): fixup if/ele,remove extra string casts, add comments
9 years ago
Justin Scott 004c5bcc88 feat(helm): fix condition when no requirements.yaml exists during tag/condition processing
9 years ago
Justin Scott faae1f68b6 feat(helm): Check len of correct slice
9 years ago
Justin Scott 8ef733ca7d feat(helm): add conditions and tags
9 years ago
Adam Reese 67fc1a21aa feat(kube): support upgrading ThirdPartyResources
9 years ago
Adam Reese f55a43553c Merge pull request #1942 from adamreese/ref/kube-cleanup
9 years ago
Matt Butcher 5d6aeac613 Merge pull request #1938 from nokia/move-to-pkg
9 years ago
Adam Reese ae9691910d ref(kube): code style cleanup
9 years ago
Adam Reese 0f461ba8b5 feat(kube): use jsonpatch to update ThirdPartyResources
9 years ago
Adam Reese 4cdb2ac538 feat(kube): support 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
Taylor Thomas 7bdd36bbba fix(*): Regenerates protobuf files for protobuf 3.2
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
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
Larry Rensing 3a380923f4 feat(*): add --namespace flag to 'helm list'
9 years ago
Michelle Noorali 4896ea7cf5 chore(pkg/tiller): add logs on RunReleaseTesting
9 years ago
Michelle Noorali 538e8297ef ref(*): add namespace info to failing test msg
9 years ago
Adam Reese fd210dfd30 ref(hapi): remove never used proto field
9 years ago
Matthew Fisher 704bc47225 move newTillerPortForwarder to pkg/helm/portforwarder
9 years ago
Michelle Noorali bf9ae52e1c ref(*): change test hook to be test-success
9 years ago
Michelle Noorali e95a0570ad chore(pkg/releasetesting): add test_suite tests
9 years ago
Matthew Fisher 3f463783a5 add PersistentVolumeClaim to the kind sorter list
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
Taylor Thomas e440a36d95 Merge pull request #1820 from thomastaylor312/feat/add_wait
9 years ago
Matthew Fisher dad40fcbe0 add InstallReleaseFromChart and UpdateReleaseFromChart
9 years ago
Taylor Thomas 7ef9bb6f71 feat(*): Add --wait flag
9 years ago
Adam Reese de64da2bb1 ref(kube): misc code cleanup
9 years ago
Adam Reese 9dae8eca3d Merge pull request #1825 from adamreese/fix/upgrade-reaper
9 years ago
Matt Butcher 9652651ba9 Merge pull request #1814 from technosophos/feat/1569-reset-values
9 years ago
z00358552 b0d4cacd54 fix(helm) change name length limit to 63 for `helm create`
9 years ago
Adam Reese 9e37009467 fix(kube): reap deleted resources during upgrade
9 years ago
Adam Reese 5a33f462ef Merge pull request #1823 from adamreese/ref/kube-manifest
9 years ago
Adam Reese b22e6fcfaa ref(kube): add Result to abstract a collection of resources
9 years ago
Ferran Rodenas 088c2bd233 Linter validations for Chart icon property
9 years ago
Lachlan Evenson 4d5cf66308
removed Version from create tests as output schema and values aren't tested
9 years ago
Lachlan Evenson 2e0f949d49
bugfix(tiller): replace + with - in Chart version to support Kubernetes constraint
9 years ago
José Armesto 0059d5a3df Logging real name of the failing hook
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
Adam Reese 3e44f87c59 Merge pull request #1808 from adamreese/fix/missing-name
9 years ago
Adam Reese 881153cc39 Merge pull request #1812 from adamreese/fix/1807-purge-error
9 years ago
Adam Reese 6600fcb0e6 fix(tiller): don't update purged releases
9 years ago
Adam Reese 0e7781c443 fix(tiller): add missing name to status response
9 years ago
Matt Butcher cb0a6c7e07
feat(tiller): add {{.Capabilities}} object
9 years ago
Anton Galitsyn f8a261f277 use old naming
9 years ago
Anton Galitsyn 685e730ba8 create repo.Getter interface
9 years ago
Anton Galitsyn e3f39f30bf rename URLAreEqual func
9 years ago
Adam Reese a2543f87aa Merge pull request #1784 from adamreese/ref/code-cleanup
9 years ago
Adam Reese 4418b1a20d ref(*): remove dead code
9 years ago
Matt Butcher 1e3e430561
fix(helm): prevent .helmignore rules from applying to '.'
9 years ago
Matt Butcher 410bf899ed Merge pull request #1757 from mboersma/bump-to-213
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
dongziming 34d7585f1e Spelling errors and so on.
9 years ago
Matt Boersma bd27acd02c
chore(*): bump to v2.1.3
9 years ago
Adam Reese b928088a8a Merge pull request #1752 from adamreese/ref/tiller-version-check
9 years ago
Adam Reese b82d519025 ref(tiller): dry up client/server version checks
9 years ago
Adam Reese d10e9186dc feat(tiller): validate objects against kube schema on dry-run
9 years ago
Matt Butcher dbe1c970b3
ref(tiller): minor style refactor
9 years ago
Matt Butcher b28b58ad8b Merge pull request #1715 from mariusgrigoriu/master
9 years ago
Matt Butcher b51ad7a0e5 Merge pull request #1693 from thomastaylor312/feat/hook-timeout
9 years ago
Matt Butcher cc118fc745 Merge pull request #1743 from mboersma/bump-to-212
9 years ago
Matt Butcher bea54d1073 Merge pull request #1734 from kmala/release
9 years ago
Matt Boersma 152cf427ed
chore(*): bump to 2.1.2
9 years ago
Keerthan Reddy Mala (kmala) ce79fa8732
fix(upgrade):Check the raw vals during an upgrade properly
9 years ago
Taylor Thomas 774789c79a feat(*): Adds support for timeout flag
9 years ago
Michelle Noorali 06867b22d4 fix(linter): disable checking for empty values
9 years ago
Taylor Thomas b18f7f7523 fix(*): Fixes protobuf name
9 years ago
Matt Butcher 090e00ddf8 Merge pull request #1686 from kubernetes/feat/1604-fromyaml
9 years ago
Euan Kemp 25f74989a5 fix(chartutil): improve 'missing name' error
9 years ago
Marius Grigoriu d87cd95112 Play nicely with roles that don't allow creating namespaces
9 years ago
Matt Butcher b3d812b346 Merge pull request #1692 from technosophos/fix/allow-global-map-merges
9 years ago
Matt Butcher ff9651be75 Merge pull request #1648 from nmakhotkin/restarting_pods
9 years ago
Matt Butcher 9ae9586df0 Merge pull request #1687 from technosophos/feat/1654-pretty-version
9 years ago
Nikolay Mahotkin 1eaec045b2 Rename 'restart' to 'recreate'
9 years ago
Matt Butcher 6faf4675ac
fix(tller): allow deep merge of global maps
9 years ago
Matt Butcher b2d762af48
feat(tiller): add .Release.IsInstall
9 years ago
Adam Reese 84928e2751 feat(*): allow tiller to be installed in an alternate namespace
9 years ago
Nikolay Mahotkin 44d9274df3 Fixing tests
9 years ago
Matt Butcher de7c5e5a38
feat(tiller): Add .Release.Revision and .IsUpgrade
9 years ago
Matt Butcher 7f4ea91028 Merge pull request #1645 from rodcloutier/Windows_archive_backslash_support
9 years ago
Matt Butcher d8540d78f1
feat(tiller): add fromYaml to template functions
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
Nikolay Mahotkin 22b206cc69 Adding pod restarting while upgrading release
9 years ago
Adam Reese b7b648456b chore(*): bump to v2.1.0
9 years ago
Matt Butcher b08434aa3a Merge pull request #1640 from technosophos/fix/1511-undeleting
9 years ago
Matt Butcher bae2dce33a Merge pull request #1666 from andrewstuart/files-util-methods
9 years ago
Matt Butcher 936028f29a
fix(*): add support for "DELETING" status
9 years ago
Adam Reese 525df8f0d1 ref(kube): simplify encoding for creating patches
9 years ago
Adam Reese fb9ef50bc8 test(kube): add test for upgrade
9 years ago
Adam Reese 7413320d2d ref(kube): use a more specific interface for discovery client
9 years ago
Adam Reese cac9f9c7cc ref(kube): isolate ensureNamespace and add tests
9 years ago
Adam Reese bceea66d27 ref(kube): remove unused fields on client
9 years ago
Adam Reese 84ae1268e1 fix(*): import grouping
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
Andrew Stuart 1df13df88d
Include lines functions
9 years ago
Andrew Stuart 6760aa1588
Add Lines method, remove path utils (Sprig pr)
9 years ago
Michelle Noorali f5778539b0 Merge pull request #1652 from michelleN/feat/1326-helm-keep
9 years ago
Andrew Stuart 5d58b7792c
Fix erroneous import
9 years ago
Andrew Stuart 0474bcbcf1
Document ToYaml function
9 years ago
Andrew Stuart 9771973888
Add AsSecrets, AsConfig methods for Files object. Move ToYaml to chartutil
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
Rodrigue Cloutier 37920761a4 fix(helm): added support for compressed charts containing \ in file paths
9 years ago
Matt Butcher 02acaf125d Merge pull request #1632 from technosophos/fix/1587-no-release-found
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 329665882e Merge pull request #1634 from technosophos/fix/private-key-error
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
John Hofman c38fb120bf fix(helm): add trimSuffix to helper functions
9 years ago
Matt Butcher 58dcef86c8
fix(helm): give different error if key is not private
9 years ago
Matt Butcher a5d96c2704
fix(tiller): fix spurious "no release found" errors.
9 years ago
Adam Reese 914dbe8bc0 Merge pull request #1614 from adamreese/fix/linter-issues
9 years ago
Matt Butcher e26d9f9633 Merge pull request #1616 from rollulus/no-exec-yaml
9 years ago
Andrew Stuart ec020a9e40
Improve formatting of godoc
9 years ago
Andrew Stuart 2de1728f05
feat(helm): Add Files.Glob method to permit file organization
9 years ago
Rollulus e8eed3cc3e fix(helm): write yaml with non-exec permission
9 years ago
Adam Reese 803475c824 fix(*): misc linter issues
9 years ago
Matt Butcher e097e1b724 Merge pull request #1599 from technosophos/fix/1590-pass-no-hooks-to-server
9 years ago
Matt Butcher d84deb5b3d Merge pull request #1598 from technosophos/fix/1594-delete-too-much
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 aca9f86df6
feat(helm): add command to generate documentation
9 years ago
Matt Butcher 02a1cf382c
fix(tiller): validate names before performing operations
9 years ago
Matt Butcher fad755e7ae
feat(helm): add plugin system backend
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 f637e07928 Merge pull request #1578 from rollulus/fix_deleterelease
9 years ago
Rollulus bfd64878b1 fix(helm): don't pass nil-opt to ReleaseContent
9 years ago
Adam Reese 2ae8821418 feat(kube): add schema validation
9 years ago
Adam Reese 51bdad4275 chore(*): bump to v2.0.0
9 years ago
Matt Butcher a772697f4d Merge pull request #1560 from technosophos/fix/1528-increase-release-name-limit
9 years ago
Matt Butcher 9effe7a505
fix(tiller): allow release name to be up to 53 chars
9 years ago
Adam Reese df123865c3 fix(kube): fix incomplete patches generated on update
9 years ago
Adam Reese 62df1ad358 Merge pull request #1549 from adamreese/fix/1519-bubbly-yaml-errors
9 years ago
Matt Butcher bae4508d8f Merge pull request #1538 from technosophos/fix/1515-no-overwrite-for-helm-create
9 years ago
Matt Butcher 48c1ba5355 Merge pull request #1545 from mattfarina/feat/1543-charts-domain-change
9 years ago
Matt Butcher 985e975f53 Merge pull request #1546 from technosophos/fix/1499-show-broken-yaml
9 years ago
Rollulus 8a13be29ac fix(helm): respect dryRun opt in DeleteRelease
9 years ago
Matt Farina da73150ce9
fix(tls): download helm and charts over https
9 years ago
Adam Reese e2ab407209 fix(tiller): return yaml parsing errors
9 years ago
Matt Butcher 6eabe28334
fix(tiller): show failed YAML
9 years ago
Matt Butcher 915769b311 Merge pull request #1529 from technosophos/fix/1522-replace-duplicate-entries
9 years ago
Matt Farina 7a79661f0e
feat(charts): Move bucket to domain from path
9 years ago
Matt Butcher 0a163a2a3a
fix(helm): helm create will not overwrite existing files
9 years ago
Matt Butcher c616bb5a98
fix(helm): replace repo entry instead of duplicating
9 years ago
Matt Butcher 8f9b9db547
docs(tiller): add docblocks to public methods
9 years ago
Adam Reese d59f66fc9e fix(*): fix new linter errors
9 years ago
Sebastian Mandrean b3d45aef7a fix(1516): use correct value reference in boilerplate NOTES.txt
9 years ago
Adam Reese f8037c83c6 chore(*): bump to v2.0.0-rc.2
9 years ago
Matt Butcher 8a7e1ec29f Merge pull request #1512 from technosophos/fix/1508-delete-error-message
9 years ago
Matt Butcher 3830736001
fix(tiller): improve deletion failure handling
9 years ago
Adam Reese 1920761c90 fix(kube): add default client config to the loading rules
9 years ago
Adam Reese 92be174acf chore(*): bump to v2.0.0-rc.1
9 years ago
Adam Reese 7ce6001843 Merge pull request #1496 from adieu/master
9 years ago
adieu c0850efeb5 Separate tiller into pkg and cmd so we can use tiller as a library.
9 years ago
Vic Iglesias 4179282760 Dont use privileged port in port-forward of default chart
9 years ago
Vic Iglesias 5af08fa5b5 Fix labels in NOTES.txt
9 years ago
Vic Iglesias 8527f2f96c Use chart name for container name
9 years ago
Vic Iglesias 156d706dd1 Use internal port for health check
9 years ago
Matt Butcher 6b31664cd2 Merge pull request #1491 from technosophos/fix/1489-spurious-namespace-error
9 years ago
Matt Butcher 58164e0009
fix(linter): remove spurious namespace error
9 years ago
Adam Reese 13ec13aff5 Merge pull request #1487 from adamreese/ref/kube-builder-update
9 years ago
Adam Reese ab12c46259 ref(kube): add info match helper functions
9 years ago
Jim 7a054e0e6b fix(pkg/chartutil): add error if chart yaml not in directory
9 years ago
Adam Reese afb24d00d3 ref(kube): add newBuilder function to dry up builder calls
9 years ago
Matt Butcher 846011b02a Merge pull request #1473 from technosophos/fix/1468-3rd-party-apis
9 years ago
Matt Butcher f27791c35b
fix(tiller): allow 3rd party APIs
9 years ago
Adam Reese d2648ec479 fix(helm): add kubernetes defaults to context
9 years ago
Adnan Abdulhussein 5ea81b47b1 Merge pull request #1461 from viglesiasce/update-create-templates
9 years ago
Matt Butcher 9ae97c341c
fix(helm): read passphrase from prompt
9 years ago
Vic Iglesias 665615f30f Remove **** from default notes
9 years ago
Vic Iglesias 2b2e1d59c8 Simplify final logic block in create
9 years ago
Vic Iglesias 06d9ccd038 Fix formatting
9 years ago
Vic Iglesias cd34492b5a Add tests for new files in create
9 years ago
Vic Iglesias 8d867657bb Add resources and probes
9 years ago
Vic Iglesias 4120e67240 Add deployment, service and NOTES to create
9 years ago
Adam Reese 8a5550d0c6 chore(*): bump to v2.0.0-beta.2
9 years ago
Adnan Abdulhussein ebeaaf75e3 Merge pull request #1435 from prydonius/fix-notes
9 years ago
Adnan Abdulhussein f97dbe33da fix(tests): prefix template names with "templates/"
9 years ago
Matt Butcher 4b7e4b71bd fix(helm): use 127.0.0.1 instead of localhost
9 years ago
Matt Butcher 2eed3f0464 Merge pull request #1420 from databus23/compression
9 years ago
Matt Butcher 737d3c745f Merge pull request #1406 from technosophos/fix/1397-fix-index
9 years ago
Fabian Ruff eb4b78bbbe Add compression to configmap storage driver
9 years ago
Adam Reese 05c04bccae chore(*): bump to v2.0.0-beta.1
9 years ago
Adnan Abdulhussein ee7fe7c728 fix(repo): ensure index generates in the right order
9 years ago
Matt Butcher abf1ddc324 fix(helm): finish repo index.html
9 years ago
Matt Butcher fcdb79da16 Merge pull request #1402 from technosophos/fix/1328-generate-index
9 years ago
Matt Butcher 911d3224c5 fix(helm): make 'helm repo index' generate the right index
9 years ago
Matt Butcher 08a488f58c Merge pull request #1142 from ammeon/add-update
9 years ago
Matt Butcher 574ee4e6b0 Merge pull request #1391 from technosophos/fix/no-objects
9 years ago
Matt Butcher 8d32bd2a60 fix(tiller): fix wording for a few errors
9 years ago
Matt Butcher a1f5955a65 fix(tiller): fix nil pointers in error messages
9 years ago
Michelle Noorali a8418dd75b fix(kube): find current resource by name and kind
9 years ago
Matt Butcher 36f7eb0b2a fix(linter): add engine.FuncMap so linter can use real function list
9 years ago
Matt Butcher 70b29a47d0 Merge pull request #1368 from prydonius/1367-fix-linter-tmpl-regex
9 years ago
Matt Butcher 789e411d8d Merge pull request #1370 from prydonius/1369-fix-yaml-validation
9 years ago
Nic Roland 16436b565d feat(helm): update repo by default, added `--no-update` flag
9 years ago
Adnan Abdulhussein d81ac482ee fix(lint): use correct hash key for rendered tmpl
9 years ago
Adnan Abdulhussein aed4db02e8 fix(lint): validateNoMissingValues template regex
9 years ago
Matt Butcher ab6a73a0b5 Merge pull request #1361 from technosophos/fix/1334-merge-indices
9 years ago
Matt Butcher 25c7e6dc21 fix(helm): allow entries to be merged into index
9 years ago
Adam Reese 0f5990f4cd feat(helm): add kubeconfig context switching to init command
9 years ago
Brian d6b0dc0626 Merge pull request #1339 from fibonacci1729/ref/rlsutil
9 years ago
Matt Butcher cbe7a2a993 Merge pull request #1345 from technosophos/fix/1342-ignore-charts-dotfiles
9 years ago
fibonacci1729 24fe8643de ref(*): add sorter/filter utilties to releaseutil
9 years ago
Michal Rostecki 1b5c993853 fix(helm): remove unused consts from client
9 years ago
Matt Butcher 2388e71528 fix(helm): ignore dotfiles in charts/ directories
9 years ago
Adam Reese f71230ccd3 fix(*): resolve go linter issues
9 years ago
Matt Butcher 4979aa0827 ref(repo): move urlJoin to the right package
9 years ago
Adam Reese 150fb33c2e fix(*): prevent testing package from being imported
9 years ago
Adam Reese 4de5c4aa57 chore(*): bump to v2.0.0-alpha.5
9 years ago
Matt Butcher 1c6fc9c0e8 feat(helm): remove the requirement that fetch/install need version
9 years ago
Matt Butcher d4e7845e7a Merge pull request #1287 from technosophos/fix/1192-remove-gopkg-yaml
9 years ago
Keerthan Reddy Mala (kmala) 3830a06b14
fix(index): Append just the filename instead of full path to the url
9 years ago
Brian c87a902b0c Merge pull request #1274 from fibonacci1729/feat/history
9 years ago
fibonacci1729 e9dd302a9c feat(helm/cmd): support for retrieving release history
9 years ago
Matt Butcher fd0303c86e fix(*): remove references to gopkg.in/yaml.v2
9 years ago
Matt Butcher ea66d66d2d Merge pull request #1282 from technosophos/fix/1265-auto-update-index
9 years ago
Matt Butcher ea0e665f84 fix(repo): auto-update index file formats
9 years ago
Matt Butcher 3e3312cea0 feat(tiller): re-use values during upgrade
9 years ago
Matt Butcher 96cdbbe6b1 Merge pull request #1275 from technosophos/fix/srv-in-tmp
9 years ago
Brian 837d0a8880 Merge pull request #1253 from fibonacci1729/chore/pkg-helm-tests
9 years ago
fibonacci1729 41be5f5985 chore(helm): add test coverage to pkg/helm
9 years ago
Matt Butcher fc160256e5 fix(helm): fix tests so that they do not write data into testdata
9 years ago
Matt Butcher 10eb74abbb Merge pull request #1269 from technosophos/feat/1264-chart-apiversion
9 years ago
Matt Butcher 4f09b05613 feat(helm): implement new index format
9 years ago
Matt Butcher e0227c7510 fix(chart): Chart.yaml now has an apiVersion field.
9 years ago
Matt Butcher 95a358de35 Merge pull request #1236 from technosophos/ref/kube1.4
9 years ago
Matt Butcher 68dd4c9a66 fix(proto): remove unused fields
9 years ago
Adam Reese 5a5a44ec17 feat(*): add rollback to a release version
9 years ago
Michelle Noorali ac88aaf218 feat(*): add helm rollback functionality
9 years ago
Matt Butcher e4c217768e ref(*): update to Kubernetes 1.4
9 years ago
Adam Reese c0d33afc81 Merge pull request #1235 from adamreese/chore/bump-grpc
9 years ago
Matt Butcher 431cc46cad feat(tiller): add toYaml template function
9 years ago
Adam Reese a4a2f5c983 chore(*): bump grpc to 1.0.1-GA
9 years ago
Matt Butcher be409d31c5 Merge pull request #1221 from technosophos/feat/helm-dependency-update-2
9 years ago
Matt Butcher 593718d749 feat(helm): add 'helm dependency' commands
9 years ago
Adam Reese e0d02e6e5b feat(*): add api version checks
9 years ago
Matt Butcher a5921faf99 feat(chartutils): add support for requirements.yaml
9 years ago
fibonacci1729 f77435e686 fix(helm-list): only list configmaps owned by TILLER
9 years ago
Matt Butcher b8f8efc601 Merge pull request #1202 from philips/use-digest-format
9 years ago
Brandon Philips 440e548901 feat(repo): use OCI style digest identifiers
9 years ago
Adam Reese 264c6b10e1 feat(*): add git tree state to binaries
9 years ago
Ville Aikas 1d6202d895 Merge pull request #1126 from vaikas-google/master
9 years ago
Ville Aikas 09e6af461f clean up the formatting, remove unnecessary git_version from version as per discussions with @areese
9 years ago
Keerthan Reddy Mala (kmala) 55dc7b690f
fix(tiller): Upgrade shouldn't fail if there are no changes
9 years ago
vaikas-google 4a7352cdc0 adjust proto field numbers
9 years ago
vaikas-google f8adf7f4d2 Address cr comments
9 years ago
vaikas-google cbec79482a address code review comments
9 years ago
vaikas-google 6d26024a27 first cut of version on client and server
9 years ago
Brian 79e5772061 Merge pull request #1155 from fibonacci1729/feat/rollback-storage
9 years ago
Brian cb93006c83 Merge pull request #1154 from fibonacci1729/feat/version-opt-flag
9 years ago
fibonacci1729 83df6ebc4d feat(rollback-storage): remove extraneous else block and fix type in records_test
9 years ago
Brandon Philips dadb026afe fix(helm): avoid a panic for sign
9 years ago
Adam Reese d8616dd2b3 fix(lint): allow .txt files
9 years ago
fibonacci1729 1d6c16175b feat(rollback-storage): remove unreachable code from memory
9 years ago
fibonacci1729 e42aa6c09c feat(helm): add optional version flag to helm{get,status}
9 years ago
fibonacci1729 b47379ccdc feat(rollback-storage): golint & removed early return from release server
9 years ago
fibonacci1729 e25732284b feat(rollback-storage): gofmt, added missing license headers, and canconical import paths
9 years ago
fibonacci1729 383a9c186a update pkg/storage to support rollback
9 years ago
Matt Butcher 36606cf152 Merge pull request #1150 from technosophos/feat/874-chart-deps
9 years ago
Michelle Noorali ce4ae51ec1 Merge pull request #1146 from michelleN/bug/1133-fix-delete
9 years ago
Matt Butcher 34577d1ebc feat(charts): add 'dependencies:' to Chart.yaml
9 years ago
Michelle Noorali f062cff5a3 fix(kube): delete should skip resources not found
9 years ago
Adam Reese 60b4188867 chore(*): bump version to v2.0.0-alpha.4
9 years ago
fibonacci1729 f622672bf8 feat(rollback-support): add version field to protos to support querying by (release_name, version)
9 years ago
joe2far 72e7b22999 minor engine unit test fix
9 years ago
vaikas-google 492dbb3791 Add support for NOTES.txt file
9 years ago
Matt Butcher d5170d2335 Merge pull request #1116 from ammeon/ignore-chart-dotfiles
9 years ago
joe2far 96de0e35aa feat(helm): ignore by default all dotfiles in templates/
9 years ago