- 12 Nov, 2019 2 commits
-
-
Taylor Thomas authored
In several of the job checks and other conversions we were using legacyscheme. I don't know why it was working before, but I am guessing something changed between k8s 1.15 and 1.16. To fix I changed the references to use the default scheme in client-go Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com> (cherry picked from commit e2894a18ee1d28341aedd5fc786aff4cc7f2c092)
-
Taylor Thomas authored
This happened to be a bug we identified in Helm 3 and did not check if it existed in Helm 2. The improved logic for job waiting used an automatic retry. However, when we were creating the watcher, we were listing on everything of that same api version and kind. So if you had more than 1 hook and the first was successful, it would think everything was successful. I have validated that this now fails as intended if a job is failing Closes #6767 Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com> (cherry picked from commit 77c973422c44bc3e6877400ba22aaa71ebdfa1e4)
-
- 31 Oct, 2019 16 commits
-
-
Yagnesh Mistry authored
Signed-off-by: Yagnesh Mistry <ysh@live.in> (cherry picked from commit b66ae7493f11917e3d9245273c2e3388b41bb98b)
-
Yagnesh Mistry authored
Signed-off-by: Yagnesh Mistry <ysh@live.in> (cherry picked from commit 465870a22ee12219ec4ccb3011db9ac69697d749)
-
Yagnesh Mistry authored
Signed-off-by: Yagnesh Mistry <ysh@live.in> (cherry picked from commit 7786caa6b08953e0d68944d95f460fc99b8191f7)
-
Brice Rising authored
Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 394ba588b9ecb0c23d86cf007dcf443b9684b1a2)
-
Brice Rising authored
Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 16852f04d92b97de4599b60c2c6a540e950cb97e)
-
Brice Rising authored
Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 45d723359eba0806b49148209a3bdfefac8cb7e4)
-
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 5ab89c9794b86c0b76e2342a9704d9f25c87158b)
-
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 55ea6987841b240ce65d6e7231ddb8046b4369c0)
-
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 3d78e6a1b2d0a6cf25c024894a2dda4bd92a956d)
-
Brice Rising authored
Neeted to run formatting on fs_test.go Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit c292ba5c8ff4748ee78fbd21af441a173e28aab2)
-
Brice Rising authored
Unused var was in fs.go. Removed it. Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit aacffe5fb2870f686f5bf620c13fc63ff4552f2d)
-
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 3d15ec7125bff4a43f4da57225c88c086cbdf108)
-
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 3469c9a17c3a78164b8160c3c2bb60063d829457)
-
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 60bd2a56fdde72c26e29a2350d5cdee215f3e928)
-
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 51dbd7c1a6dd1704059e9248221e78e269158cfd)
-
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 94d87ef95db922c23ee9fff0a1808482635dcd6a)
-
- 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>
-