- 18 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 17 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 27 Mar, 2018 1 commit
-
-
Adam Reese authored
-
- 08 Mar, 2018 1 commit
-
-
Matthew Fisher authored
k8s.io/kubernetes bumped protobuf to 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
-
- 02 Feb, 2018 1 commit
-
-
Adam Reese authored
-
- 05 Jan, 2018 1 commit
-
-
Adam Reese authored
-
- 01 Dec, 2017 1 commit
-
-
Matt Farina authored
There was an issue with functions not being able to pass to each other. For example, the output of regex not being able to be passed to first or last due to type issues. This update fixes those problems
-
- 22 Nov, 2017 1 commit
-
-
Hadrien Chauvin authored
-
- 12 Oct, 2017 3 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
fixes issues seen in master with `make build-cross` for windows
-
Matt Butcher authored
-
- 11 Oct, 2017 1 commit
-
-
Adam Reese authored
-
- 26 Sep, 2017 3 commits
-
-
Matthew Fisher authored
This reverts commit edd4e561.
-
Matthew Fisher authored
This reverts commit 965cb7fd.
-
Matt Farina authored
When running glide update there are errors due to pinned versions in the glide.yaml file mixed with getting a more recent version of kubernetes. client-go needs a newer version of go-autorest. Note, go-autorest is pinned to v8.0.0 rather than the latest release of v8.4.0 because kubernetes is pinned to v8.0.0.
-
- 18 Sep, 2017 1 commit
-
-
Barrett K. Harber authored
-
- 10 Jul, 2017 1 commit
-
-
Matt Farina authored
In prerelease numbers there was the potential for number comparison issues. For example, 99 being greater than 103. This is now fixed.
-
- 07 Jul, 2017 1 commit
-
-
Adam Reese authored
-
- 17 May, 2017 2 commits
-
-
Matt Butcher authored
-
Matt Farina authored
Kubernetes has a dependency on a development version of github.com/docker/distribution that does not work for windows. Helm picks up this dependency and it breaks helm development on win. The bug was later fixed. There is an issue on Kubernetes to update to a newer version. In the meantime, this change causes helm to use the latest stable release for that minor version. Fixes #2396 Relates to https://github.com/kubernetes/kubernetes/issues/45377
-
- 16 May, 2017 1 commit
-
-
Raphael Badin authored
This prevents clients from seeing half-written files because on POSIX systems renaming a file is an atomic operation. Drive-by: Add test for repo file permission.
-
- 03 May, 2017 1 commit
-
-
Rod Cloutier authored
Reverted the version of mergo to a version that was known to work with both kubernetes and sprig. Closes #2376
-
- 02 May, 2017 2 commits
-
-
Matt Butcher authored
This adds the `merge` function, among other things.
-
Maxim Ivanov authored
[WARN] Unable to checkout vbom.ml/util [ERROR] Update failed for vbom.ml/util: Cannot detect VCS [ERROR] Failed to install: Cannot detect VCS Makefile:120: recipe for target 'bootstrap' failed
-
- 01 May, 2017 1 commit
-
-
Matt Butcher authored
This fixes a TOML panic by replacing one parser library with another. The older library did not gracefully handle reflection issues, and so was prone to panic. The new one is not great, but it doesn't seem to panic. Closes #2271
-
- 27 Apr, 2017 1 commit
-
-
Matt Butcher authored
Effectively, this switches us to gRPC's internal version 4. This is compatible with protoc 3.2 and grpc-go 1.2.1.
-
- 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.
-
- 15 Mar, 2017 1 commit
-
-
Matt Butcher authored
Closes #2087
-
- 01 Mar, 2017 3 commits
-
-
Jack Zampolin authored
-
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 1 commit
-
-
Adam Reese authored
-
- 21 Dec, 2016 1 commit
-
-
Matt Butcher authored
Closes #1744
-
- 13 Dec, 2016 2 commits
-
-
Matt Butcher 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.
-