Commit Graph

1186 Commits (e83a54f7a0dc7b0022b1df2aee64c0a621c3f116)

Author SHA1 Message Date
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
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