- 12 Nov, 2017 1 commit
-
-
Federico Gimenez authored
-
- 01 Nov, 2017 1 commit
-
-
gardlt authored
-
- 11 Oct, 2017 1 commit
-
-
Adam Reese authored
-
- 27 Sep, 2017 2 commits
-
-
Maxim Ivanov authored
-
Maxim Ivanov authored
Kind can change it's APIVersion with time, such as "Deployment" which was "extensions/v1beta1" and then migrated to "apps/v1beta1" in Kube 1.6. Name, Kind and optinally Namespace are used to find relevant Info object for a original resource which is being upgraded, it safe enough, as it is uniquely identifies an object.
-
- 15 Sep, 2017 1 commit
-
-
devinyan authored
-
- 07 Jul, 2017 1 commit
-
-
Adam Reese authored
-
- 26 Jun, 2017 1 commit
-
-
Justin Scott authored
-
- 31 May, 2017 2 commits
-
-
Taylor Thomas authored
PR #2513 was behind master when merged. Other commits were added that required the use of the log package. This re-adds that package.
-
Taylor Thomas authored
This builds on previous work and adds more logging to follow the full process of installing, updating, deleting, and rolling back. This also standardizes capitalization of logs and small formatting fixes
-
- 26 May, 2017 1 commit
-
-
peay authored
-
- 25 May, 2017 1 commit
-
-
tyrannasaurusbanks authored
-
- 19 May, 2017 1 commit
-
-
Adam Reese authored
Adds a generic logging interface to importable packages.
-
- 11 May, 2017 1 commit
-
-
Taylor Thomas authored
The current methodology generated its own RS slice instead of using a helper method that uses a `clientset`. This caused some issues where `FindNewReplicaSet` always returned `nil`. This switches the method and removes some unneeded API calls and code. Closes #2426
-
- 10 May, 2017 1 commit
-
-
fengyun.pan authored
-
- 02 May, 2017 1 commit
-
-
Kiichiro Okano authored
-
- 12 Apr, 2017 1 commit
-
-
Adam Reese authored
* cleanup named imports
-
- 11 Apr, 2017 1 commit
-
-
Adam Reese authored
Rebase on kubernetes v1.6
-
- 04 Apr, 2017 1 commit
-
-
Kiichiro Okano authored
Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
-
- 28 Mar, 2017 3 commits
-
-
Anubhav Mishra authored
-
Anubhav Mishra authored
-
Anubhav Mishra authored
-
- 26 Mar, 2017 1 commit
-
-
Anubhav Mishra authored
Closes #2162
-
- 21 Mar, 2017 1 commit
-
-
Matt Butcher authored
This fixes a bug in which 'helm status' fails if any of the expected resources are missing in Kubernetes. Now it prints a list of missing resources at the end of the status report. Closes #2118
-
- 10 Mar, 2017 1 commit
-
-
Taylor Thomas authored
Headless services (with `clusterIP` set to `None`) were reporting as not being ready because they didn't have an IP address. This adds a logic check to ignore those services.
-
- 01 Mar, 2017 1 commit
-
-
Taylor Thomas authored
When manifests do not change, they didn't get populated with the latest label info from the API server and then panic'd. This resolves that bug Closes #2043
-
- 24 Feb, 2017 1 commit
-
-
Adam Reese authored
fixes #2006
-
- 13 Feb, 2017 1 commit
-
-
Adam Reese authored
-
- 10 Feb, 2017 4 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 02 Feb, 2017 1 commit
-
-
Michelle Noorali authored
* and comments
-
- 01 Feb, 2017 3 commits
-
-
Michelle Noorali authored
pulled logic out in pkg/releasetesting
-
Vaughn Dice authored
* for WaitAndGetCompletedPodPhase
-
Michelle Noorali authored
* This is a simple mvp which processes a test definition with the hook annotation for test when you run `helm test [release]` * helm client cmd, proto def, tiller logic
-
- 20 Jan, 2017 1 commit
-
-
Taylor Thomas authored
Adds `--wait` flag to helm that waits for all pods to reach a ready state, PVCs to be bound, and services to have IP addresses Closes #1805
-
- 19 Jan, 2017 1 commit
-
-
Adam Reese authored
-
- 13 Jan, 2017 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-