Commit Graph

1293 Commits (2ed42013c41e0ed192fa8f0095550097bacda63a)

Author SHA1 Message Date
Morten Torkildsen 586dc1db61 fix(helm): Use line breaks consistently in status output
6 years ago
Morten Torkildsen dd9ed71429 fix(helm): Update status output to include resource details (#4791)
6 years ago
Martin Hickey f6efe2f0c1 Add test template example for helm create (#4524)
6 years ago
Anumita Shenoy 1e26b5300b feat(helm): add $HELM_KEY_PASSPHRASE environment variable for signing helm charts (#4778)
6 years ago
Matt Tucker 147c8217c7 fix(tiller): correctly sort PodDisruptionBudget objects before pods that might use them (#4769)
6 years ago
Adam Reese 26c88ec815
Merge pull request #4703 from adshmh/4556-fix-paths-ingress-template
6 years ago
Adam Reese e83a54f7a0
Merge pull request #4742 from florianrusch/patch-1
6 years ago
Adam Reese dfd0279b13
Merge pull request #4757 from teresy/redundant-nil-check-slice
6 years ago
Adam Reese de5a6a931b
Merge pull request #4734 from adamreese/ref/kube-1.12
6 years ago
Rijnard van Tonder 5267c0d44a The nil check before the range loop is redundant
6 years ago
Florian Rusch 6f12ab24a5 Add the .vscode folder to the .helmignore file
6 years ago
Adam Reese dbf84cd229
ref(*): kubernetes v1.12 support
6 years ago
adshmh 2ef61fdf5c feat(helm): use apps/v1 as deployment apiVersion (#4725)
6 years ago
Colin Panisset 12ace315ea Don't assume that the returned error from the storage driver isn't nil (#3625) (#4627)
6 years ago
Arash Deshmeh 1a54463bdb fix(helm): fix paths in the ingress template and values file written by helm create
6 years ago
Matthew Fisher 8be42bae88
fix(helm): fix regression with TLS flags/environment variables not being parsed (#4657)
6 years ago
Caleb Delnay fbda50a452 Fix credentials not set for ResolveChartVersion default HTTP client (#4662)
6 years ago
Qiang Li 4dd9047586 fix(helm): fix selector typo in service template for 'helm create' (#4663)
6 years ago
Louis Munro 7b821dd52f Make ping() request a specific image. Add a getTillerPodImage method. (#4622)
6 years ago
Steve Wolter e868da1705 Check for err before working with newRelease. (#4630)
6 years ago
Matthew Fisher a297a0a7fe
fix merge conflicts/linter errors (#4653)
6 years ago
Carlos Tadeu Panato Junior 71ba25a5a9 change kubernetes to helm in docs and yaml files when refer the repository (#4640)
6 years ago
Helgi Þormar Þorbjörnsson 0029708801 test and build with golang 1.11 (#4637)
6 years ago
Matthew Fisher 5b23632446
Fix race condition in `helm list` (#4620)
6 years ago
Matthew Fisher bef59e40dc
allow settings TLS flags from environment variables (#4590)
6 years ago
Matthew Fisher 941b1f4d68
fix(release_server): handle the case when requested values is empty (#4604)
6 years ago
Fabian Ruff 37a731db79 Avoid importing k8s.io/kubernetes from pkg/helm (#4499)
6 years ago
Christian Köberl 2e9855b98b Set proxy for all connections, fixes #4326 (#4579)
6 years ago
Arash Deshmeh 380ca1a923 feat(helm): add ability to sort release list by chart name
6 years ago
Matthew Fisher 3f0c6c5404
Merge pull request #4221 from cmattoon/issue-2347
6 years ago
Matthew Fisher faa921dd7c
Merge pull request #4358 from novas0x2a/fake-improvements
6 years ago
Jon Huhn 0b4e086e05
Fix typo in message.go
6 years ago
Martin Hickey 7306b4c28e Fix helm create note for k8 label convention changes
6 years ago
Adam Reese b95eb54bf2
Merge pull request #4420 from adamreese/ref/kube-1.11
6 years ago
Matt Farina 83e3571358
Merge branch 'master' into update-labels
6 years ago
Jon Huhn d929391199
Fix typo in parser.go
6 years ago
Matt Tucker 38eb73760b
fix(client): fix bug in list releases to append all releases
6 years ago
Adam Reese efadbd8803
ref(*): kubernetes v1.11 support
6 years ago
Matthew Fisher 76f325322a
bump version to v2.10
6 years ago
Matt Farina e328d00a2f
Updating to the k8s label convention
6 years ago
fibonacci1729 bd0686731c
fix(helm): fix(helm): add `--tls-hostname` flag to tls flags
6 years ago
Taylor Thomas 99bfe7c5ec
Merge pull request #4438 from tomasr/sastoken-in-repo-url
6 years ago
Michelle Noorali 2d82b88282
Merge pull request #4364 from michelleN/fix-4337
6 years ago
Michelle Noorali 3e0de0dae9 fix(release_server): fix how we merge values
6 years ago
Mike Lundy 15ef839ff4 [manifests] hoist the regex out of SplitManifests
6 years ago
Mike Lundy 0a9c16f42b [fake] implement rendering and simulated upgrades
6 years ago
Mike Lundy 4139a00e17 [templates] extract some rendering code into a package
6 years ago
Mike Lundy 67de9f2be4 [tiller] move the Manifest type to its own pkg
6 years ago
Tomas Restrepo 152fdaf5ba Only propagate query string if refURL is relative to baseURL
6 years ago
Tomas Restrepo db69200152 Propagate query string arguments in repository URL to absolute chart URL
6 years ago
Matthew Fisher 9a788b7a48
Merge pull request #4161 from mattjmcnaughton/mattjmcnaughton/fix-wrong-timestamp-helm-package
6 years ago
Matthew Fisher 25a1cff317
Merge pull request #4402 from novas0x2a/force-obey-dryrun
6 years ago
Mike Lundy 0736022d98 [tiller] make update --force --dry-run obey dry-run
6 years ago
Matthew Fisher 2d77db11fa change copyright to "Copyright The Helm Authors"
6 years ago
KUOKA Yusuke dc93908626 feat: Set values from local files (#3758)
6 years ago
Rohan Chakravarthy 4efa18a5ec feat(helm): Add the --kubeconfig flag (#4235)
6 years ago
Mike Lundy a6ab04be4d [fake] return the correct error message for missing releases
6 years ago
Mike Lundy 327080161d [fake] make InstallReleaseFromChart obey DryRun
6 years ago
Brian aedd306e83
Revert "fix(helm): add `--tls-hostname` flag to tls flags."
6 years ago
fibonacci1729 7faf62a209 fix(helm): add --tls-hostname flag to tls-flags
6 years ago
Matthew Fisher 50ebdd808d
Merge pull request #3825 from adshmh/3581-feat-allow-custom-desc-after-helm-release-upgrade
6 years ago
Matthew Fisher cc826d3d2d
Merge pull request #4231 from munnerz/patch-2
6 years ago
roc 81994381c1 Support Stdin when using downloaders of plugin
6 years ago
Matthew Fisher 99f20d82bb
Merge pull request #4093 from aidtechnology/issue_4092
7 years ago
James Munnelly 5041d74187
Add 'name' label to created namespaces
7 years ago
Curtis Mattoon 8ce64076d3 Do not fail linting because of missing 'required' template values
7 years ago
Matthew Fisher f63baab020
Merge pull request #3923 from seaneagan/list_cmd_output_format
7 years ago
Matthew Fisher a660b18987
Merge pull request #4135 from mattjmcnaughton/mattjmcnaughton/4086-fix-concurrency-issues-with-helm-install
7 years ago
Matthew Fisher daeb458302
Merge pull request #4142 from elritsch/set-string-force-string-value-for-booleans-and-null
7 years ago
Matthew Fisher ad38044f7c
Merge pull request #4165 from tariq1890/master
7 years ago
Matthew Fisher e195a9cd11
Merge pull request #4176 from mattjmcnaughton/mattjmcnaughton/4174-more-specific-name-reuse-error-message
7 years ago
Matthew Fisher ee49d24434
Merge pull request #4188 from muehlburger/feat/improve-tests
7 years ago
liyongxin 63760b2937 typo fix for lengh to length
7 years ago
Herbert Mühlburger 8817f7baa7 test: add test for 'ParseIntoString' and update test for 'ParseInto'
7 years ago
Arash Deshmeh d8c4cbb0e0 feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
7 years ago
Arash Deshmeh a32868e48b added ability to handle custom release descriptions to tiller
7 years ago
Arash Deshmeh 8389fe1d58 added description field to api types UpdateReleaseRequest, InstallReleaseRequest, UninstallReleaseRequest, and RollbackReleaseRequest
7 years ago
mattjmcnaughton ddd1f48c40 Increase error message specificity for name reuse
7 years ago
tariq1890 3eaa1bfd3b Setting DisableCompression to true to disable unwanted httpclient tranformations
7 years ago
mattjmcnaughton 96a85a06ed Fix incorrect timestamp when helm package
7 years ago
AdamDang 4d22b104b7
Typo fix: retruns->returns
7 years ago
mattjmcnaughton e8b788dc4f Fix test failure message
7 years ago
Elmar Ritsch a7362d76bc Add test to make sure --set flag interprets `null` as `nil`
7 years ago
Elmar Ritsch 7308e766e2 Add test to make sure --set-string flag takes `null` as string
7 years ago
Elmar Ritsch 272d9bc6ef Parse booleans and null as string values with --set-string flag
7 years ago
mattjmcnaughton 53c8e9b67e Fix concurrency issues with helm install
7 years ago
Matthew Fisher 3771ef8635
Merge pull request #3984 from muehlburger/dev
7 years ago
Johnny Bergström 43b19dccbe Add helm template --is-upgrade
7 years ago
Alejandro Vicente Grabovetsky 4fbc733ade Migrate 'template' to 'include' in 'helm create' to conform to Helm best practices
7 years ago
AdamDang 89c29f3ff1
Update capabilities.go
7 years ago
Michelle Noorali bb19aea597
Merge pull request #4043 from rajatjindal/fix-lint-warn
7 years ago
AdamDang 51f92b4787
Typo fix: mach->match
7 years ago
Rajat Jindal f2abb2ae14 fix lint warning
7 years ago
Adam Reese b831efdf58
fix(kube): run schema validation on BuildUnstructured
7 years ago
Matt Butcher 0699ec4248
feat(tiller): support CRD installation (#3982)
7 years ago
Matthew Fisher b353681283
Merge pull request #3988 from kubernetes/revert-3837-toYaml-pr
7 years ago
AdamDang 07bebe6bff
Typo fix: evalutes->evaluates
7 years ago
Herbert Mühlburger a1b5b69248 Refactor to be more precise
7 years ago
Matthew Fisher f7f686f7d0
Revert "toYaml - Fix #3470 and #3410's trailing \n issues"
7 years ago
Herbert Mühlburger dcdeefbd63 #3763 replace backslash with forward slash
7 years ago
Matthew Fisher 18ac099dd6
Merge pull request #3956 from jstoja/support_ingress_wildcard
7 years ago
Matthew Fisher d9395bcc06
remove need for type reflection
7 years ago
eyalbe4 c2fa72ebcd Fix for - Downloader plugins not used when downloading new repo's index.yaml #3938
7 years ago
Julien Bordellier cf3ded91f2 Add quoting support in ingress to allow wildcard domain
7 years ago
Matthew Fisher d502f7c8a8
Merge pull request #3950 from BarryWilliams/issue3747
7 years ago
BarryWilliams 718578036d Changed whitespacing in comments
7 years ago
Adam Reese cefee4b749
fix(kube): output internal object table
7 years ago
Matthew Fisher f201db3fc2
Merge pull request #3692 from aleerizw/fix-sigsegv-create
7 years ago
Matthew Fisher 80bd904f1b
Merge pull request #3915 from bacongobbler/fix-3881
7 years ago
Sean Eagan 49c3d50e4e feat(list): Optional output as JSON and YAML
7 years ago
Adam Reese 6ffff5fea9
fix(kube): get correct versioned object from info helper
7 years ago
Michelle Noorali b5c0e40d6a
Merge pull request #3898 from michelleN/filepath
7 years ago
Matthew Fisher aa2976f0ce
swallow the error when returning the default HTTP client
7 years ago
Adam Reese 31ddd707e8
fix(kube): use correct object type in watch
7 years ago
Michelle Noorali 1850aeade9 fix(pkg/strvals): evaluate "null" values
7 years ago
Michelle Noorali fed7e69c81 ref(pkg/plugin): create clean path for extracting plugins
7 years ago
AdamDang 9f78c33c64
Correct the returned message
7 years ago
Sergii Manannikov 7631b8a926 Create PodSecurityPolicy before Pods and ServiceAccounts
7 years ago
Justin Scott ad714fe704
Merge pull request #3323 from jascott1/2620_importvals_warning_fix
7 years ago
Matthew Fisher e8460a8877
Merge pull request #3258 from mparry/fix-ca-file-option
7 years ago
Nikhil Manchanda 30f236b75c
Merge pull request #3877 from chancez/enhance_helm_template_handling
7 years ago
Chance Zibolski d7e7170993 Add working template to mariner chart for use in testing subcharts
7 years ago
Matthew Fisher 28d87e1780
Merge pull request #3860 from adshmh/refactor-tiller-release-install-unit-tests-using-stubs
7 years ago
Matthew Fisher 6f02d9e412
Merge pull request #3837 from consideRatio/toYaml-pr
7 years ago
eyalbe4 fa62c476fc Basic auth credentials from repo not used in install/upgrade/fetch commands #3858
7 years ago
Arash Deshmeh c22492ff01 fix(helm): refactor tiller release install unit tests using chart and install request stubs
7 years ago
Matthew Fisher ae7ce6cad4
Merge pull request #3842 from AdamDang/patch-1
7 years ago
AdamDang ee9ef91df0
typo fix get->Get's
7 years ago
Nikhil Manchanda b687e9e879
Merge pull request #3709 from adshmh/fix-output-leak-of-tiller-release-install-test
7 years ago
Taylor Thomas 2a86164c1d
Merge pull request #3829 from stuartleeks/set-rollback-failure
7 years ago
Steffen Windoffer 8bd42d2645 remove unused servicePort from default ingress template
7 years ago
AdamDang 138de17c64
Fix some typos
7 years ago
Erik Sundell 05a1f7f46c Updated tests for PR #3837
7 years ago
Erik Sundell 6cdf6cee56 toYaml - Fixes #3470 - trailing \n issue
7 years ago
Erik Sundell 35132d141c toYaml - Fixes #3410 - trailing \n issue
7 years ago
Michelle Noorali 72d54f356d
Merge pull request #3831 from michelleN/fix-3655
7 years ago
Michelle Noorali e02802ba95 ref(pkg/tiller): clarify reuseValues comment
7 years ago
Michelle Noorali 9266731dc4 fix(pkg/tiller): reuseValues combines all prev val
7 years ago
Stuart Leeks bac4f45f94 Switch flag to update existing record
7 years ago
Zack Williams 1d3ae54185 Fix #3822
7 years ago
Matthew Fisher e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
7 years ago
Timofey Kirillov b7fe0d0bd7 Add hook-delete-policy ReleaseServer unit tests
7 years ago
fibonacci1729 ad99c1b749 release list paritioning
7 years ago
fibonacci1729 2dd9b34d28 stream releases when listing
7 years ago
Adam Reese c574e03ed4
Merge pull request #3721 from adamreese/ref/kube-1.10
7 years ago
adshmh 1a55161a53 Fix several golint warnings (#3756)
7 years ago
Adam Reese 7c19cb7040
ref(*): kubernetes v1.10 support
7 years ago
cameronconradt 6a59683c01
Update files.go
7 years ago
Matthew Fisher 850c8714a7
Merge pull request #3661 from bacongobbler/fix-default-connection-timeout
7 years ago
Morgan Parry 332dc83c46 (fix) Handle caFile alone being set for repos
7 years ago