Matthew Fisher
8489290300
fix(sympath): walk symbolic links one once
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matt Farina
9668ad4d90
Merge pull request #6698 from tao12345666333/update-to-go-1.13.3
...
Upgrade to go 1.13.3 (CVE-2019-17596)
5 years ago
Jintao Zhang
30bccea707
Upgrade to golang 1.13.3
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
5 years ago
Matthew Fisher
1ea5b84890
Merge pull request #6667 from yisiqi/recommend-helm-nexus
...
Recommend helm nexus plugin
5 years ago
Yi Siqi
c7841da9ad
Update related.md
...
Signed-off-by: Yi Siqi <yisq@me.com>
5 years ago
Matthew Fisher
52a3cdb8e4
Merge pull request #6694 from bacongobbler/fix-6682-helm2
...
fix(cmd): acquire file lock on repository.lock
5 years ago
Matthew Fisher
0a2d58457a
fix(cmd): acquire file lock on repository.lock
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
07c17133fd
Merge pull request #6671 from brennerm/ignore-coveralls-internal-errors
...
ignore coveralls internal server errors
5 years ago
Max Brenner
6570541f64
ignore coveralls internal server errors
...
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
5 years ago
Matthew Fisher
f1d4d15b37
Merge pull request #6654 from bacongobbler/fix-6643
...
fix(kube): fix race condition
5 years ago
Matthew Fisher
33bb88851d
fix(kube): fix race condition
...
.Get() calls perform() on a list of infos, populating two shared maps. perform() now concurrently calls the ResourceActorFunc concurrently based on GVK, causing a data race condition in .Get()
This fixes that condition by locking the function to ensure these functions run serially for Helm 2 to fix the data race condition. This has since been optimized in Helm 3 so it's no longer an issue.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
c0c2270fa2
Merge pull request #6637 from bacongobbler/bump-version-2.15
...
bump version to v2.15
5 years ago
Matthew Fisher
17027a1271
Merge pull request #6638 from bacongobbler/add-from-script-guide
...
Add from script guide
5 years ago
Matthew Fisher
82a52ed349
ref(README): update wording on using the From Script guide
...
- remove note on GCP (belongs in the Distribution Guide)
- clean up capitalization
- clarify wording
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
7afbddfba2
bump version to v2.15
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
14841258e0
Merge pull request #6590 from hickeyma/refactor-chart-create
...
Update Ingress API group in scaffold chart
5 years ago
Matthew Fisher
024f168bdf
Merge pull request #6612 from bacongobbler/rebase-6167
...
feat(test): add `--logs` to `helm test`
5 years ago
ConnorBrereton
79a8ca1576
Commit for PR #6429
...
Fixed linking alignment error in README.
Signed-off-by: ConnorBrereton <breretonconnor@gmail.com>
5 years ago
Matthew Fisher
9b9dcebea8
fix(kube): watch events from a matching pod
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
66e0c0b44d
Merge pull request #6620 from beautytiger/dev-191009-file_mode
...
fix file mode,it should be octal expressed
5 years ago
Guangming Wang
ecf9afbe06
fix file mode,it should be octal expressed
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
5 years ago
Martin Hickey
146f4315d3
Update Ingress API group in scaffold chart
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Karuppiah Natarajan
519ccac294
fix repo url being decoded while downloading repo index ( #6060 )
...
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
5 years ago
Matthew Fisher
91356c81eb
fix style
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
ca7a719c96
rebase from master, regenerate proto files
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Jeff Knurek
ef5d4e652c
change GetPodLogs to return io.Reader instead of string
...
well, more specifically returns an io.ReadCloser (giving the consumer more capabilities)
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
7f2e0c535c
return error is client not set
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
71cbbe4217
DOC: update documentation for helm test --logs
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
a2e8b188c2
TEST: add some rudimentary test code for helm test logs
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
6529abe85f
TEST: cleanup code
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
b94608388e
TEST: add option to dump logs during helm test
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Matthew Fisher
fb2cbb0019
Merge pull request #6578 from bacongobbler/fix-3442
...
fix(helm): Accept dependency in requirements.yaml from charts directory
5 years ago
Matthew Fisher
74653d3794
fix: return more information to the user
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
a31d4ad43e
fix: use nonexistent rather than inexistent
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Taylor Thomas
4e8063b103
Merge pull request #5177 from adshmh/5150-lint-development-version-flag
...
Allow lint command to parse pre-release charts
5 years ago
Taylor Thomas
730e8f3e27
Merge pull request #5392 from bnookala/add-template-api-versioning
...
Allow customization of API Versions when using Helm Template
5 years ago
Matthew Fisher
b6afc6bf46
Merge pull request #4985 from bkeroackdsc/client-accept-contexts
...
Helm client: add methods that accept contexts
5 years ago
Benjamen Keroack
545e2213be
helm client: add methods that accept contexts so callers can cancel long-running operations
...
Signed-off-by: Benjamen Keroack <benjamen@dollarshaveclub.com>
5 years ago
Bhargav Nookala
300aa76d8d
Allow customization of API Versions when using Helm Template with --api-versions or -a
...
Signed-off-by: Bhargav Nookala <nooknb@gmail.com>
5 years ago
Taylor Thomas
5437dd4d05
Merge pull request #5611 from cgetzen/cg/kube_create_goroutine
...
Performance: Batch kube API operations
5 years ago
Ting-Wai
ed8f17a889
Parameterize maximum number of tests pods to run in parallel ( #6078 )
...
Signed-off-by: Ting-Wai To <tingwai@bitgo.com>
5 years ago
Martin Hickey
eaeb0346af
Update patch section in release checklist ( #6567 )
...
Some updates on process folowwing a review during a patch release
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Charlie Getzen
6b2f408f8e
Merge branch 'master' of https://github.com/kubernetes/helm into cg/kube_create_goroutine
5 years ago
Sebastien Plisson
99b8a0d0d7
Removed test requiring repository field to allow local chart dependency
...
Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
5 years ago
Sebastien Plisson
e8ab69ccc6
missing test file
...
Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
5 years ago
Sebastien Plisson
8537bb5c42
Added test cases for chart present under charts folder
...
Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
5 years ago
Sebastien Plisson
21edd808b6
#3321 Accept dependency in requirements.yaml from charts directory.
...
Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
5 years ago
Matthew Fisher
cf30db50f5
Merge pull request #5298 from jordansissel/issue/5296/error-hinting
...
Extra hint in the error when failing to open a chart file.
5 years ago
Matthew Fisher
51f5ae9873
Merge pull request #6577 from bacongobbler/fixup-6334
...
upgrade Go to 1.13.1
5 years ago
Matthew Fisher
935ee90d9f
fix(validate-license): update to work with newer versions of coreutils
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago