- 19 Oct, 2020 5 commits
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
v3: Prettify Updated time in helm list
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 15 Oct, 2020 3 commits
-
-
Matthew Fisher authored
Linking the README to a more complete list of meeting details in the community repo
-
Matthew Fisher authored
add authentication to CircleCI jobs
-
Bridget Kromhout authored
Signed-off-by:
Bridget Kromhout <bridget@kromhout.org>
-
- 14 Oct, 2020 1 commit
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 13 Oct, 2020 2 commits
-
-
Martin Hickey authored
helm create: make generated YAML indentation more consistent
-
Matthew Fisher authored
fix: boilerplate template indentation
-
- 12 Oct, 2020 1 commit
-
-
Erik Sundell authored
Signed-off-by:
Erik Sundell <erik@sundellopensource.se>
-
- 05 Oct, 2020 1 commit
-
-
Matt Farina authored
TestCheckPerms: utilize pipe to read stderr
-
- 02 Oct, 2020 1 commit
-
-
Matt Farina authored
Makefile: check and use GOBIN environment variable first
-
- 01 Oct, 2020 1 commit
-
-
Matt Farina authored
Adding annotation to index.yaml file
-
- 30 Sep, 2020 2 commits
-
-
Li Zhijian authored
'go get' will install binaries into GOBIN when it's set which is not always same with GOPATH/bin this commit can fix below errors: ~/workspace/k8s/helm$ go env | grep -e GOPATH -e GOBIN -e GOROO GOBIN="/home/lizj/go/bin" GOPATH="/home/lizj/gosrc" GOROOT="/home/lizj/go" ~/workspace/k8s/helm$ make build-cross (cd /; GO111MODULE=on go get -u github.com/mitchellh/gox) go: github.com/mitchellh/gox upgrade => v1.0.1 go: github.com/hashicorp/go-version upgrade => v1.2.1 GO111MODULE=on CGO_ENABLED=0 /home/lizj/gosrc/bin/gox -parallel=3 -output="_dist/{{.OS}}-{{.Arch}}/helm" -osarch='darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64' -tags '' -ldflags '-w -s -X helm.sh/helm/v3/internal/version.metadata=unreleased -X helm.sh/helm/v3/internal/version.gitCommit=59c77716 -X helm.sh/helm/v3/internal/version.gitTreeState=dirty -extldflags "-static"' ./cmd/helm bash: /home/lizj/gosrc/bin/gox: No such file or directory Makefile:146: recipe for target 'build-cross' failed make: *** [build-cross] Error 127 Signed-off-by:
Li Zhijian <lizhijian@cn.fujitsu.com>
-
Li Zhijian authored
Refer to the stderr manpage: $ man 3 stderr *Note that mixing use of FILEs and raw file descriptors can produce unexpected results and should generally be avoided.* And actually, we noticed that the warning() will output the message to stdout instead of stderr sometimes. lizj@FNSTPC:~/workspace/k8s/helm$ while true; do timeout 1m go test -count=1 -run TestCheckPerms ./cmd/helm -v 2>/dev/null; done === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.028s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.027s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.028s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.029s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.029s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.028s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.030s === RUN TestCheckPerms WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /tmp/helmtest093620773/testconfig === RUN TestCheckPerms WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /tmp/helmtest083469215/testconfig === RUN TestCheckPerms WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /tmp/helmtest101343249/testconfig === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.032s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.040s === RUN TestCheckPerms --- PASS: TestCheckPerms (0.00s) PASS ok helm.sh/helm/v3/cmd/helm 0.031s === RUN TestCheckPerms WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /tmp/helmtest706352639/testconfig Signed-off-by:
Li Zhijian <lizhijian@cn.fujitsu.com> Signed-off-by:
Lu Fengqi <lufq.fnst@cn.fujitsu.com>
-
- 29 Sep, 2020 5 commits
-
-
Matt Farina authored
Bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0
-
Matt Farina authored
Bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0
-
dependabot[bot] authored
Bumps [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/DATA-DOG/go-sqlmock/releases) - [Commits](https://github.com/DATA-DOG/go-sqlmock/compare/v1.4.1...v1.5.0 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.6.0...v1.7.0 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Mikuláš Dítě authored
Signed-off-by:
Mikuláš Dítě <dite@mangoweb.cz>
-
- 28 Sep, 2020 7 commits
-
-
Adam Reese authored
ref(cmd): prevent klogs flags from polluting the help text
-
Matt Farina authored
Bump github.com/lib/pq from 1.7.0 to 1.8.0
-
Matt Farina authored
Bump github.com/gofrs/flock from 0.7.1 to 0.8.0
-
dependabot[bot] authored
Bumps [github.com/gofrs/flock](https://github.com/gofrs/flock) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/gofrs/flock/releases) - [Commits](https://github.com/gofrs/flock/compare/v0.7.1...v0.8.0 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/lib/pq/releases) - [Commits](https://github.com/lib/pq/compare/v1.7.0...v1.8.0 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Matt Farina authored
Adding support for k8s 1.19
-
Martin Hickey authored
Fix wrong function's name in comment
-
- 27 Sep, 2020 1 commit
-
-
zouyu authored
Signed-off-by:
zouyu <zouy.fnst@cn.fujitsu.com>
-
- 25 Sep, 2020 2 commits
-
-
Adam Reese authored
Remove klog flags from help text. No change to behavior. ``` ... Flags: --debug enable verbose output -h, --help help for helm --kube-apiserver string the address and the port for the Kubernetes API server --kube-context string name of the kubeconfig context to use --kube-token string bearer token used for authentication --kubeconfig string path to the kubeconfig file -n, --namespace string namespace scope for this request --registry-config string path to the registry config file (default "/Users/areese/.config/helm/registry.json") --repository-cache string path to the file containing cached repository indexes (default "/Users/areese/.cache/helm/repository") --repository-config string path to the file containing repository names and URLs (default "/Users/areese/.config/helm/repositories.yaml") ``` Signed-off-by:
Adam Reese <adam@reese.io>
-
Matt Farina authored
Closes #8806 Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 23 Sep, 2020 8 commits
-
-
Abhilash Gnan authored
Signed-off-by:
Abhilash Gnan <abhilashgnan@gmail.com>
-
Abhilash Gnan authored
Signed-off-by:
Abhilash Gnan <abhilashgnan@gmail.com>
-
Abhilash Gnan authored
Signed-off-by:
Abhilash Gnan <abhilashgnan@gmail.com>
-
Abhilash Gnan authored
Signed-off-by:
Abhilash Gnan <abhilashgnan@gmail.com>
-
Abhilash Gnan authored
Signed-off-by:
Abhilash Gnan <abhilashgnan@gmail.com>
-
Abhilash Gnan authored
Signed-off-by:
Abhilash Gnan <abhilashgnan@gmail.com>
-
Matt Farina authored
Chart.yaml files have an annotation field that allow a chart to have custom information similar to the way Kubernetes annotations work. In an index.yaml file each chart version can have annotations in a similar manner to the Chart.yaml file. It is derived from the same underlying struct. These enable extension points where people can add their own info. One thing missing is the ability to extend the top level of an index file. This change adds annotations to the top level of an index.yaml file. This would provide top level support for vendors to extent index.yaml files. Closes #8767 Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matthew Fisher authored
Report what cause finding chart to fail
-