Commit Graph

1164 Commits (9abd42bbad37c415c92db2bcf31398faba203167)

Author SHA1 Message Date
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
6 years ago
James Munnelly 5041d74187
Add 'name' label to created namespaces
6 years ago
Curtis Mattoon 8ce64076d3 Do not fail linting because of missing 'required' template values
6 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