- 04 Mar, 2019 1 commit
-
-
Jacob LeGrone authored
Signed-off-by: Jacob LeGrone <git@jacob.work>
-
- 27 Feb, 2019 3 commits
-
-
Nguyen Van Duc authored
Signed-off-by: vanduc95 <ducnv@vn.fujitsu.com>
-
Nguyen Quang Huy authored
Correct some words spelling for reading more easily. Signed-off-by: Nguyen Quang Huy <huynq0911@gmail.com> Co-Authored-By: Nguyen Van Trung <trungnvfet@outlook.com>
-
Nguyen Hai Truong authored
Ignore temporary files *~ when editting source codes with emacs. Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
- 26 Feb, 2019 4 commits
-
-
Nguyen Hai Truong authored
Co-Authored-By: Dao Cong Tien tiendc@vn.fujitsu.com Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
tuanvcw authored
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
-
hnwolf authored
Signed-off-by: Nguyen Hung Phuong <phuongnh@vn.fujitsu.com>
-
Nguyen Hai Truong authored
Although it is spelling mistakes, it might make an affects while reading. Co-Authored-By: Dao Cong Tien tiendc@vn.fujitsu.com Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
- 20 Feb, 2019 6 commits
-
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Nguyen Hai Truong authored
Using `Linux distributions` instead of `Linuxes` Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
Nguyen Hai Truong authored
This commit aims to add '/usr/bin/env bash' as a shebang line to indicates scripts use bash shell for interpreting. Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
Matt Farina authored
Trivial fix typo
-
Nguyen Hai Truong authored
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
Nguyen Hai Truong authored
Although it is spelling mistakes, it might make an affects while reading. Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
- 19 Feb, 2019 5 commits
-
-
Miroslav Spousta authored
Signed-off-by: Miroslav Spousta <qiq@ucw.cz>
-
Matt Farina authored
Noting the version as the match element
-
Matt Farina authored
Adding PGP signing to the release process
-
Matt Farina authored
Display the checksums in CI
-
Marc Jansen authored
Signed-off-by: Marc Jansen <jansen@terrestris.de>
-
- 15 Feb, 2019 6 commits
-
-
Matt Farina authored
Signed-off-by: Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
When Helm is packaging up the bundles it generates the checksums but does not display them. Having them here will aide in the generation of release notes and provide another source listing them. Signed-off-by: Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Change http to https for security links
-
Matt Farina authored
That the match is based on version is implicit. Making it explicit because I had to think when I saw it. Signed-off-by: Matt Farina <matt@mattfarina.com>
-
Alex authored
Signed-off-by: Alex Gladkikh <theshamuel@gmail.com>
-
Nguyen Van Trung authored
Signed-off-by: Nguyen Van Trung <trungnv@vn.fujitsu.com>
-
- 13 Feb, 2019 1 commit
-
-
tuanvcw authored
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
-
- 12 Feb, 2019 4 commits
-
-
Matt Butcher authored
* ref: Update Sprig to 2.18.0 This fixes a problem with Go 1.11 and also adds some new functions. Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * Added the glide.lock file. Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
-
liaoj authored
when customer use --version flag, the version format include the Build metadata, the metadata will be ingorned Signed-off-by: jliao <jliao@alauda.io>
-
Matt Butcher authored
* fix: Update gRPC to get better TLS connection handling To avoid backward compatibility breakers, we have been pinned to a very old version of gRPC. But it appears that there have been some very significant network fixes since then. Looking closely at #3480, it appears that some of this fixes may be directly related to solving that bug. Note that this regenerates a few of the Go proto files, so the binary wire format may be broken. That means this MUST be held to a minor version, not a patch release. To test: - Build both client and server - Install Tiller into your cluster - Perform a number of Helm-Tiller interactions (`helm version`, `helm list`) Closes #3480 Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * Switched to latest protobuf Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
-
lIuDuI authored
Signed-off-by: xichengliudui <1693291525@qq.com>
-
- 11 Feb, 2019 3 commits
-
-
Michelle Noorali authored
Fix function comment to consistent with its name
-
Michelle Noorali authored
Fix #3127: Sort resources output by 'helm status'
-
xichengliudui authored
Signed-off-by: xichengliudui <1693291525@qq.com>
-
- 10 Feb, 2019 1 commit
-
-
Gábor Lipták authored
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
-
- 08 Feb, 2019 1 commit
-
-
Josh Dolitsky authored
Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
-
- 07 Feb, 2019 2 commits
-
-
Elad Iwanir authored
Signed-off-by: Elad Iwanir <eladiw@users.noreply.github.com>
-
Ian Howell authored
Signed-off-by: Ian Howell <ian.howell0@gmail.com>
-
- 06 Feb, 2019 1 commit
-
-
Alex Ellis authored
This fixes issue #5273 in the get script by making the armv7l architecture point at the correctly named "arm" binary on the release page. Signed-off-by: Alex Ellis <alexellis2@gmail.com>
-
- 05 Feb, 2019 1 commit
-
-
Henry Nash authored
* Improve language describing deletion of hooks The existing language was somewhat confusing and grammatically poor. Closes #5035 Signed-off-by: Henry Nash <henry.nash@uk.ibm.com> * Improve language describing deletion of hooks The existing language was somewhat confusing and grammatically poor. Closes #5035 Signed-off-by: Henry Nash <henry.nash@uk.ibm.com>
-
- 04 Feb, 2019 1 commit
-
-
adshmh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-