- 31 Oct, 2019 16 commits
-
-
Yagnesh Mistry authored
Signed-off-by:
Yagnesh Mistry <ysh@live.in> (cherry picked from commit b66ae749)
-
Yagnesh Mistry authored
Signed-off-by:
Yagnesh Mistry <ysh@live.in> (cherry picked from commit 465870a2)
-
Yagnesh Mistry authored
Signed-off-by:
Yagnesh Mistry <ysh@live.in> (cherry picked from commit 7786caa6)
-
Brice Rising authored
Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 394ba588)
-
Brice Rising authored
Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 16852f04)
-
Brice Rising authored
Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 45d72335)
-
Brice Rising authored
I found another package that took code from a BSD licensed open source project. I copied their approach for reusing that license. Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 5ab89c97)
-
Brice Rising authored
This is probably not the correct apporach to using bsd licensed code under an apache license. Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 55ea6987)
-
Brice Rising authored
For some reason, gofmt -s -w produced a different result than running gofmt on my host os Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 3d78e6a1)
-
Brice Rising authored
Neeted to run formatting on fs_test.go Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit c292ba5c)
-
Brice Rising authored
Unused var was in fs.go. Removed it. Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit aacffe5f)
-
Brice Rising authored
Our style settings don't like underscores in variable names, so I switched to camel case. Also, err was unused in some places, so I made an error a fail condition for some test. Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 3d15ec71)
-
Brice Rising authored
Root can access all files, so the tests for inaccessible files were failing. Now we will skip these tests when running as root. Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 3469c9a1)
-
Brice Rising authored
Recreated the features of the test package in dep that were necessary to run the tests in the fs package. Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 60bd2a56)
-
Brice Rising authored
The fs package tests are going to be a lot of work to get working without the internal test package used by golang/dep, so I removed all of the unused ones by this project to make the work easier. Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 51dbd7c1)
-
Brice Rising authored
helm dependency upgrade wasn't working on certain file system because it assumes that os.rename is available. Since rename isn't available for subfolders in docker containers, I ripped a fallback rename strategy from dep (https://github.com/golang/dep/blob/5b1fe9e6d89372487d0aac78d9c5362a517857e7/internal/fs/fs.go#L103-L118 ) that works in docker. Signed-off-by:
Brice Rising <brice.rising@slalom.com> (cherry picked from commit 94d87ef9)
-
- 30 Oct, 2019 4 commits
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Update language on search usage
-
Matt Farina authored
This is a followup to PR #6780 that implements some discussed language changes. Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
fix(repo/search): fix helm repo search command to display proper versions
-
- 29 Oct, 2019 6 commits
-
-
Matt Farina authored
Fix error when loading irregular files
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Adam Reese authored
ref(glide.yaml): kubernetes 1.16.2
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 25 Oct, 2019 2 commits
-
-
Taylor Thomas authored
fix(wait): Removes ingress checks
-
Taylor Thomas authored
Closes #6751 After doing some more digging, I found out that updating the status of an `Ingress` object is completely optional. Because of this, Helm cannot support ingresses with the `--wait` flag because there is no standard way to identify that they are ready Signed-off-by:
Taylor Thomas <taylor.thomas@microsoft.com>
-
- 24 Oct, 2019 1 commit
-
-
Mateusz Szostok authored
Introduce the `--devel` flag for `helm repo search` command. `helm repo search` - searches only for stable releases, prerelease versions will be skip `helm repo search --devel` - searches for releases and prereleases (alpha, beta, and release candidate releases) `helm repo search --version 1.0.0 - searches for release in version 1.0.0 Signed-off-by:
Mateusz Szostok <szostok.mateusz@gmail.com>
-
- 23 Oct, 2019 3 commits
-
-
Matt Farina authored
fix silent lint ignore for non existing packaged charts
-
Martin Hickey authored
Update to the checklist of things encountered during patch release. Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
Karuppiah Natarajan authored
Signed-off-by:
Karuppiah Natarajan <karuppiah7890@gmail.com>
-
- 22 Oct, 2019 3 commits
-
-
Matthew Fisher authored
fix(sympath): walk symbolic links one once
-
Matthew Fisher authored
Reverted changes introduced in #6010
-
Oleg Sidorov authored
This commit reverts changes introduced in #6010 due to a massive regression reported in #6708. An attempt to fix the problem in https://github.com/helm/helm/pull/6709 seems to be unreasonably clumzy and hacky, therefore reverting the offensive change seems to be the most pragmatic solution. This reverts commits: * 70cd32c4. * 9014bd9c . Signed-off-by:
Oleg Sidorov <me@whitebox.io>
-
- 21 Oct, 2019 3 commits
-
-
Matthew Fisher authored
fix(ci): only build Helm 2 off a tag
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Martin Hickey authored
Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
- 18 Oct, 2019 2 commits
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matt Farina authored
Upgrade to go 1.13.3 (CVE-2019-17596)
-