forked from helm/helm
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from helm:master #343
Open
pull
wants to merge
1,979
commits into
next-stack:master
Choose a base branch
from
helm:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
Closes #8806 Signed-off-by: Matt Farina <matt@mattfarina.com>
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>
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
Fix wrong function's name in comment
Adding support for k8s 1.19
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](lib/pq@v1.7.0...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com>
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](gofrs/flock@v0.7.1...v0.8.0) Signed-off-by: dependabot[bot] <support@github.com>
…ofrs/flock-0.8.0 Bump github.com/gofrs/flock from 0.7.1 to 0.8.0
…ib/pq-1.8.0 Bump github.com/lib/pq from 1.7.0 to 1.8.0
ref(cmd): prevent klogs flags from polluting the help text
Signed-off-by: Mikuláš Dítě <dite@mangoweb.cz>
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](sirupsen/logrus@v1.6.0...v1.7.0) Signed-off-by: dependabot[bot] <support@github.com>
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](DATA-DOG/go-sqlmock@v1.4.1...v1.5.0) Signed-off-by: dependabot[bot] <support@github.com>
…ATA-DOG/go-sqlmock-1.5.0 Bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0
…irupsen/logrus-1.7.0 Bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0
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>
'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=59c77716ad61331da28c37e9430d5f6a3ab23fed -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>
Adding annotation to index.yaml file
Makefile: check and use GOBIN environment variable first
TestCheckPerms: utilize pipe to read stderr
Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
Signed-off-by: Erik Sundell <erik@sundellopensource.se>
fix: boilerplate template indentation
…dentation helm create: make generated YAML indentation more consistent
Signed-off-by: yxxhero <aiopsclub@163.com>
Add flag trimpath in the go build command
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.7.0...v1.8.1) Signed-off-by: dependabot[bot] <support@github.com>
Use kube libraries v0.20.4
Add darwin/arm64 (Apple Silicon) support
…moiron/sqlx-1.3.1 Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
The 'uninstall' command can accept more than one release name as arguments; this commit teaches the completion logic to respect this. At the same time, the commit adds tests for the commands using the modified code path. Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
run of `go mod tidy -v` Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
chore(mod): Cleanup dependencies
…irupsen/logrus-1.8.1 chore(deps): Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](spf13/cobra@v1.1.1...v1.1.3) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/lib/pq/releases) - [Commits](lib/pq@v1.9.0...v1.10.0) Signed-off-by: dependabot[bot] <support@github.com>
…ib/pq-1.10.0 chore(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.0
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/master/RELEASES.md) - [Commits](containerd/containerd@v1.4.3...v1.4.4) Signed-off-by: dependabot[bot] <support@github.com>
…ontainerd/containerd-1.4.4 chore(deps): Bump github.com/containerd/containerd from 1.4.3 to 1.4.4
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.5.0 to 2.8.0. - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/master/RELEASE.md) - [Commits](kubernetes/klog@v2.5.0...v2.8.0) Signed-off-by: dependabot[bot] <support@github.com>
…v2-2.8.0 chore(deps): Bump k8s.io/klog/v2 from 2.5.0 to 2.8.0
* spelling: annotate Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: asserts Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: behavior Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: binary Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: contain Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: copied Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: dependency Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: depending Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: deprecated Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: doesn't Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: donot Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: github Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: inputting Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: iteration Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: jabberwocky Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: kubernetes Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: length Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: mismatch Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: multiple Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: nonexistent Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: outputs Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: panicking Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: plugins Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: parsing Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: porthos Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: regular Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: resource Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: repositories Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: something Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: strict Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: string Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: unknown Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
feat(comp): Uninstall accepts multiple releases
wait-for-job with backoff limit 0
Signed-off-by: Daniel Petró <daniel.petro@icloud.com>
Improve description for version flag.
…pf13/cobra-1.1.3 Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
Signed-off-by: Simon Croome <simon@croome.org> Developer Certificate of Origin Version 1.1 Copyright (C) 2004, 2006 The Linux Foundation and its contributors. 1 Letterman Drive Suite D4700 San Francisco, CA, 94129 Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Simon Croome <simon.croome@storageos.com>
Signed-off-by: Simon Croome <simon.croome@storageos.com>
Signed-off-by: Simon Croome <simon.croome@storageos.com>
Signed-off-by: Simon Croome <simon.croome@storageos.com>
Add name validation rules for different object kinds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )