- 13 Apr, 2017 1 commit
-
-
sadlil authored
-
- 11 Apr, 2017 1 commit
-
-
Adam Reese authored
Rebase on kubernetes v1.6
-
- 06 Apr, 2017 1 commit
-
-
Adam Reese authored
Add plugin management subcommands for installing and removing plugins to `$HELM_HOST/plugins`. Install accepts a vcs url or a local directory. ``` $ helm plugin install http://github.com/adamreese/helm-env Installed plugin: env $ helm plugin list NAME VERSION DESCRIPTION env 0.1.0 Print out the helm environment. $ helm plugin remove env Removed plugin: env ``` closes #1977
-
- 03 Apr, 2017 1 commit
-
-
Matt Butcher authored
There was a bug in SemVer 1.2.2 that miscalculated a couple of comparison patterns.
-
- 20 Mar, 2017 1 commit
-
-
Matthew Fisher authored
A few bugs were fixed in ghodss/yaml since the last update.
-
- 15 Mar, 2017 1 commit
-
-
Matt Butcher authored
Closes #2087
-
- 01 Mar, 2017 2 commits
-
-
Jack Zampolin authored
-
Jack Zampolin authored
-
- 23 Feb, 2017 1 commit
-
-
Maxim Ivanov authored
Possible fix for #1639
-
- 16 Feb, 2017 1 commit
-
-
Adam Reese authored
-
- 10 Feb, 2017 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 21 Dec, 2016 1 commit
-
-
Matt Butcher authored
Closes #1744
-
- 13 Dec, 2016 6 commits
-
-
Matt Butcher authored
-
Matt Farina authored
-
Matt Farina authored
There was a hyphen range bug in semver that prevented constraints in the form of v2.3.5-20161202202307-sha.e8fc5e5. This would be parsed incorrectly as a hyphen range and then fail. The bug in semver was fixed in semver v1.2.2 for this issue.
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 02 Dec, 2016 1 commit
-
-
Matt Butcher authored
This adds shasum, int, and float64 functions, and fixes quote escaping for 'quote'. Closes #1524
-
- 01 Dec, 2016 1 commit
-
-
Andrew Stuart authored
-
- 29 Nov, 2016 2 commits
-
-
Matt Butcher authored
This adds a hidden 'helm doc' command that generates documentation out of the Helm help text. Currently it can create: - man pages for HELM(1) - Markdown documentation - bash autocompletions Those are the three built-ins for Cobra. The command is hidden so that it doesn't show up to the regular user, since this is really a specialized task. It has the advantage of making it trivially easy to install man pages and bash completion at installation time.
-
Matt Farina authored
A bug in the semver package caused prereleases to be included in version ranges by default. Prereleases, per the spec, are not expected to be API compatible with the releases themselves. The semver package now ignores prereleases when evaluating constraints when the constraint does not contain a prerelease. If the constraint contains a prerelease they are evaluated.
-
- 23 Nov, 2016 1 commit
-
-
Adam Reese authored
-
- 18 Nov, 2016 1 commit
-
-
Fabian Ruff authored
-
- 13 Oct, 2016 1 commit
-
-
Adam Reese authored
- decouple tunnel from kube client - add context switching for init cmd - add unit tests for installer and init command - refactor installer and remove unused code
-
- 11 Oct, 2016 1 commit
-
-
Matt Butcher authored
-
- 10 Oct, 2016 1 commit
-
-
Adam Reese authored
-
- 05 Oct, 2016 1 commit
-
-
Matt Butcher authored
This removes the last of the requests for gopkg.in/yaml.v2, and also the struct annotations. Closes #1192 Closes #1263
-
- 04 Oct, 2016 1 commit
-
-
Matt Butcher authored
-
- 27 Sep, 2016 1 commit
-
-
Matt Butcher authored
This starts with #1211 and does the other updates necessary for bumping us to Kubernetes 1.4.
-
- 26 Sep, 2016 1 commit
-
-
Adam Reese authored
-
- 23 Aug, 2016 1 commit
-
-
Matt Butcher authored
This adds support for OpenPGP signatures containing provenance data. Such information can be used to verify the integrity of a Chart by testing that its file hash, metadata, and images are correct. This first PR does not contain all of the tooling necessary for end-to-end chart integrity. It contains just the library. See #983
-
- 19 Aug, 2016 1 commit
-
-
Matt Butcher authored
We need this specifically for trimSuffix. Closes #1071
-
- 16 Aug, 2016 1 commit
-
-
Matt Butcher authored
Closes #1055
-
- 12 Aug, 2016 1 commit
-
-
Adam Reese authored
-
- 10 Aug, 2016 1 commit
-
-
Matt Butcher authored
Looks like another Go git repo got moved around.
-
- 31 Jul, 2016 1 commit
-
-
Adam Reese authored
-
- 06 Jul, 2016 1 commit
-
-
Adam Reese authored
-
- 26 Jun, 2016 1 commit
-
-
Adam Reese authored
-