- 08 Jan, 2020 1 commit
-
-
Matthew Fisher authored
fix(tiller): improve handling of corrupted storage
-
- 02 Jan, 2020 1 commit
-
-
Cristian Klein authored
For some reason, many users experince corrupted storage with the ConfigMaps storage backend. Specifically, several Releases are marked as DEPLOYED. This patch improved handling of such situations, by taking the latest DEPLOYED Release. Eventually, the storage will clean itself out, after the corrupted Releases are deleted due to --history-max. Closes #6031 Signed-off-by:
Cristian Klein <cristian.klein@elastisys.com>
-
- 17 Dec, 2019 1 commit
-
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 11 Dec, 2019 1 commit
-
-
Martin Hickey authored
Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
- 07 Nov, 2019 3 commits
-
-
Taylor Thomas authored
fix(kube): Fixes wait for jobs
-
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>
-
Taylor Thomas authored
fix(kube): Fixes missing API versions
-
- 06 Nov, 2019 1 commit
-
-
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>
-
- 31 Oct, 2019 2 commits
-
-
Matt Farina authored
bump version to v2.16.0-rc.1
-
Matt Farina authored
Support cross device rename
-
- 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 14 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>
-
Yagnesh Mistry authored
Signed-off-by:
Yagnesh Mistry <ysh@live.in>
-
Yagnesh Mistry authored
Signed-off-by:
Yagnesh Mistry <ysh@live.in>
-
Yagnesh Mistry authored
Signed-off-by:
Yagnesh Mistry <ysh@live.in>
-
Brice Rising authored
Signed-off-by:
Brice Rising <brice.rising@slalom.com>
-
Brice Rising authored
Signed-off-by:
Brice Rising <brice.rising@slalom.com>
-
Brice Rising authored
Signed-off-by:
Brice Rising <brice.rising@slalom.com>
-
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>
-
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>
-
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>
-
Brice Rising authored
Neeted to run formatting on fs_test.go Signed-off-by:
Brice Rising <brice.rising@slalom.com>
-
Brice Rising authored
Unused var was in fs.go. Removed it. Signed-off-by:
Brice Rising <brice.rising@slalom.com>
-