- 28 Apr, 2020 1 commit
-
-
Matt Farina authored
Fix issue with sorting pod lists
-
- 23 Apr, 2020 1 commit
-
-
Matt Johnson authored
Signed-off-by:
Matt Johnson <mjohnson@sonatype.com>
-
- 15 Apr, 2020 2 commits
-
-
Matt Farina authored
The sorting previously used the selfref which contained the name on the end for all cases except pods. In that case the selfref was to pods and not the specific pod. This caused an issue where multiple pods had the same selfref used as the key for softing. The objects being sorted are tables that each have one row. In the new setup the key is the first cells value from the first and only row. This is the name of the resource. Note, the Get function now requests a table. The tests have been updated to return a Table type for the objects. Closes #7924 Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 13 Apr, 2020 1 commit
-
-
Matt Farina authored
Fix nil pointer error
-
- 01 Apr, 2020 1 commit
-
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 30 Mar, 2020 1 commit
-
-
Matt Farina authored
Closes #7812 Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 26 Mar, 2020 1 commit
-
-
Matt Farina authored
Fixing validation issue
-
- 25 Mar, 2020 1 commit
-
-
Matt Farina authored
Latest() should not have been added Validate Closes #7797 Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 20 Mar, 2020 5 commits
-
-
Matthew Fisher authored
fix(engine): allow limited recursion in templates
-
Matthew Fisher authored
backport of #7558 from master Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
This is a backport for PR 7443. Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matt Farina authored
Restores display of object status when displaying helm status
-
Matt Farina authored
Changes to the Kubernetes API server and kubectl libraries caused the status to no longer display when helm status was run for a release. This change restores the status display. Generation of the tables for display was moved server side. A request for the data as a table is made and a kubectl printer for tables can display this data. Kubectl uses this setup and the structure here closely resembles kubectl. kubectl is still able to display objects as tables from prior to server side printing but only prints limited information. Note, an extra request is made because table responses cannot be easily transformed into Go objects for Kubernetes types to work with. There is one request to get the resources for display in a table and a second request to get the resources to lookup the related pods. The related pods are now requested as a table as well for display purposes. This is likely part of the larger trend to move features like this server side so that more libraries in more languages can get to the feature. Closes #6896 Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 06 Mar, 2020 1 commit
-
-
Fernando Antivero authored
* align both formats behaviors and now they will just differ in how to discover their paths * add coverage for exports format and fix expected assertions for parent-child format to match the logic child values always wins * just partially revert dda84976, this way parents values could be overridden when coalescing * after getting better coverage we were able to refact both formats behaviors by merging their propagation logics into a single code path.
-
- 20 Feb, 2020 1 commit
-
-
Matthew Fisher authored
fix(Makefile): disable go modules
-
- 13 Feb, 2020 3 commits
-
-
Matthew Fisher authored
chore(rootfs): bump alpine image to 3.11
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
required on more modern versions of Go where `go mod` is enabled by default. Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 23 Jan, 2020 1 commit
-
-
zwwhdls authored
* fix #7182 Signed-off-by:
zwwhdls <zwwhdls@hotmail.com> * fix typo Signed-off-by:
zwwhdls <zwwhdls@hotmail.com> * add testcase Signed-off-by:
zwwhdls <zwwhdls@hotmail.com> * fix conflict subdirectory when untardir is the clashing directory Signed-off-by:
zwwhdls <zwwhdls@hotmail.com>
-
- 09 Jan, 2020 1 commit
-
-
Yury Fedorov authored
Signed-off-by:
yury <yury@panoply.io>
-
- 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 5 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>
-