Skip to content
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
wants to merge 1,979 commits into
base: master
Choose a base branch
from
Open

[pull] master from helm:master #343

wants to merge 1,979 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 23, 2020

  1. fix example time format

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b17cf19 View commit details
    Browse the repository at this point in the history
  2. remove redudant time func

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    3ca46f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Adding support for k8s 1.19

    Closes #8806
    
    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    b7c38c8 View commit details
    Browse the repository at this point in the history
  2. ref(cmd): prevent klogs flags from polluting the help text

    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>
    adamreese committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    66034e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Fix wrong function's name in comment

    Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
    zouy414 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    a167b3f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Merge pull request #8811 from Hellcatlk/golint

    Fix wrong function's name in comment
    hickeyma authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    4e0bd34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8807 from mattfarina/feat-8806

    Adding support for k8s 1.19
    mattfarina authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    593fec6 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/lib/pq from 1.7.0 to 1.8.0

    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>
    dependabot[bot] authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a6e76cb View commit details
    Browse the repository at this point in the history
  4. Bump github.com/gofrs/flock from 0.7.1 to 0.8.0

    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>
    dependabot[bot] authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    253a950 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8818 from helm/dependabot/go_modules/github.com/g…

    …ofrs/flock-0.8.0
    
    Bump github.com/gofrs/flock from 0.7.1 to 0.8.0
    mattfarina authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    e17f702 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8817 from helm/dependabot/go_modules/github.com/l…

    …ib/pq-1.8.0
    
    Bump github.com/lib/pq from 1.7.0 to 1.8.0
    mattfarina authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c215782 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8067 from adamreese/ref/klog-flags

    ref(cmd): prevent klogs flags from polluting the help text
    adamreese authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    eefd939 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. feat(install): add requested version to error

    Signed-off-by: Mikuláš Dítě <dite@mangoweb.cz>
    Mikulas authored and marckhouzam committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    6aa54ea View commit details
    Browse the repository at this point in the history
  2. Bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0

    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>
    dependabot[bot] authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    2bc79d3 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0

    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>
    dependabot[bot] authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b08c7d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8825 from helm/dependabot/go_modules/github.com/D…

    …ATA-DOG/go-sqlmock-1.5.0
    
    Bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0
    mattfarina authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    bea377b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8824 from helm/dependabot/go_modules/github.com/s…

    …irupsen/logrus-1.7.0
    
    Bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0
    mattfarina authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    e175000 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. TestCheckPerms: utilize pipe to read stderr

    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>
    zhijianli88 committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    59c7771 View commit details
    Browse the repository at this point in the history
  2. Makefile: check and use GOBIN environment variable first

    '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>
    zhijianli88 committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    e97975d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Merge pull request #8795 from mattfarina/feat-8767

    Adding annotation to index.yaml file
    mattfarina authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    6297c02 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Merge pull request #8830 from zhijianli88/GOBIN

    Makefile: check and use GOBIN environment variable first
    mattfarina authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    54ea21d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Merge pull request #8828 from zhijianli88/pipe-stderr

    TestCheckPerms: utilize pipe to read stderr
    mattfarina authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    fc9b460 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Reuse kube-client

    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    janario committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    10a29d1 View commit details
    Browse the repository at this point in the history
  2. Adjusted import

    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    janario committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    cf3870a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. helm create: make generated YAML indentation more consistent

    Signed-off-by: Erik Sundell <erik@sundellopensource.se>
    consideRatio committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    1d9767f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge pull request #8696 from f0rmiga/patch-1

    fix: boilerplate template indentation
    Matthew Fisher authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    e73af10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8874 from consideRatio/pr/helm-create-template-in…

    …dentation
    
    helm create: make generated YAML indentation more consistent
    hickeyma authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8667aa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Add --skip-refresh option in helm dep build

    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    09af544 View commit details
    Browse the repository at this point in the history
  2. Skip tests when running helm template

    Signed-off-by: Torsten Walter <mail@torstenwalter.de>
    torstenwalter committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    9ea10ef View commit details
    Browse the repository at this point in the history
  3. add authentication to CircleCI jobs

    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    3602123 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Linking to a more complete list of meeting details.

    Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
    bridgetkromhout committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    0f55fb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8887 from bacongobbler/fix-8848

    add authentication to CircleCI jobs
    Matthew Fisher authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    1a3c019 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8891 from bridgetkromhout/meeting-details

    Linking the README to a more complete list of meeting details in the community repo
    Matthew Fisher authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    e1d4c67 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. improved user-facing error messages to explain the underlying problem (

    …#8731)
    
    Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
    technosophos authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    5f3e560 View commit details
    Browse the repository at this point in the history
  2. warn and block old repo URLs (#8903)

    Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
    technosophos authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    af01394 View commit details
    Browse the repository at this point in the history
  3. this rewrites a whole bunch of old repo URLs to the new repo URL (#8902)

    Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
    technosophos authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    fe2d7f7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7024 from jan25/issue-6972

    v3: Prettify Updated time in helm list
    mattfarina authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    75b7aea View commit details
    Browse the repository at this point in the history
  5. bump version to v3.4.0

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    (cherry picked from commit 7090a89)
    mattfarina committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    ce4fa95 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge pull request #8923 from mattfarina/bump-version-3.4

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e72e293 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. fix(test): display error message

    This fixes the error output to display the error's default value (the error message) rather than
    Go's internal representation of its value.
    
    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    38c964a View commit details
    Browse the repository at this point in the history
  2. do not check YAML if nothing was parsed

    Signed-off-by: Christophe VILA <christophe.vila@thalesgroup.com>
    Christophe VILA committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    f736af9 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Fix the lint error message for valid names

    Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
    hickeyma committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    5785dd6 View commit details
    Browse the repository at this point in the history
  2. Update err message to use the regex pattern directly

    Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
    hickeyma committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    b83632e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8929 from bacongobbler/fix-8416

    fix(test): display error message
    Matthew Fisher authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    11077a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Bump github.com/spf13/cobra from 1.0.0 to 1.1.1

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.0.0 to 1.1.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
    - [Commits](spf13/cobra@v1.0.0...v1.1.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and marckhouzam committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    713ec75 View commit details
    Browse the repository at this point in the history
  2. feat(test): Adapt completion tests to Cobra 1.1

    Cobra 1.1 trims completions so we need to remove extra spaces from
    the tests.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    82f7390 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. [#7696] Avoid crash in chart loader on unexpected file sequence

    Make sure, that chart metadata is initialized by the time the processing
    of the chart is started.
    
    Signed-off-by: Lehel Gyuro <lehel@freemail.hu>
    gy-lehel committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8abb44f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0a1bc8 View commit details
    Browse the repository at this point in the history
  3. added test for #8913 related to #8621

    Signed-off-by: Christophe VILA <christophe.vila@thalesgroup.com>
    Christophe VILA committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8a4c0bc View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. helm search supports semver pre version numbers starting with 0

    Signed-off-by: wawa0210 <xiaozhang0210@hotmail.com>
    wawa0210 committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    da6b240 View commit details
    Browse the repository at this point in the history
  2. [#7696] Avoid crash in chart loader on unexpected file sequence

    Make sure, that chart metadata is initialized by the time the processing
    of the chart is started.
    
    Signed-off-by: Lehel Gyuro <lehel@freemail.hu>
    gy-lehel committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    27807e1 View commit details
    Browse the repository at this point in the history
  3. Fixes Error: could not find protocol handler for

    A previous update to automate finding charts in repos when update
    was run did not take into account the case for no repo being
    specified. This fixes that situation.
    
    Closes #8940
    
    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    882db25 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Add test case for LoadFiles

    Signed-off-by: Zhengyi Lai <zheng1@yunify.com>
    zheng1 committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    9cc00ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8915 from zheng1/master

    Bugfix: panic when chart contains requirements.lock
    mattfarina authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c0d3877 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8952 from mattfarina/fix-8940

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    af2d302 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8855 from janario/fix/reusabe-kube-client

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    43b0ef5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Improve the console output for resource policy keep to align with helm2.

    Signed-off-by: Du Zheng <zsuzhengdu@gmail.com>
    zsuzhengdu committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    8704053 View commit details
    Browse the repository at this point in the history
  2. Add support to judge whether desired version is available or not

      Now no matter what desired version provides, always give info "Helm ${TAG} is available.
    Changing from version ${version}". It's obviously wrong.
      This patch check whether desired version is actually available or not
    by compare desired vesion with all available version in
    https://github.com/helm/helm/releases
    
    Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
    Ma Xinjian committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    24107e6 View commit details
    Browse the repository at this point in the history
  3. Updating descriptions

    Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
    bridgetkromhout authored and marckhouzam committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    84b02bb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Fix that the invalid version number of the helm package command will …

    …escape
    
    Signed-off-by: wawa0210 <xiaozhang0210@hotmail.com>
    wawa0210 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    2c19838 View commit details
    Browse the repository at this point in the history
  2. feat: Allow helm test to run a subset of tests

    Signed-off-by: Chris Wells <chriswells0@users.noreply.github.com>
    chriswells0 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    2a7a98a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Merge pull request #8879 from hickeyma/fix/incorrect-lint-msg

    fix(lint): Lint error message for valid names
    hickeyma authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9aa0fbe View commit details
    Browse the repository at this point in the history
  2. Clarifies action needed to list new stable repo

    Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
    bridgetkromhout committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    86af591 View commit details
    Browse the repository at this point in the history
  3. Add remaining tests in TestDependentChartAliases

    Signed-off-by: Aayush Joglekar <aayushjog@gmail.com>
    zerefwayne committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    babc8c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. completion: move to native zshCompletion

    Cobra https://github.com/spf13/cobra/releases/tag/v1.1.1 fixed the issue
    which did not need zshCompletion to be changed to bash.
    
    closes: #8893
    Signed-off-by: knrt10 <tripathi.kautilya@gmail.com>
    knrt10 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0490c28 View commit details
    Browse the repository at this point in the history
  2. helm upgrade with --wait support jobs in manifest to be completed

    Signed-off-by: zh168654 <zhangye15@baidu.com>
    zh168654 authored and zh168654 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    5825112 View commit details
    Browse the repository at this point in the history
  3. add test cases

    Signed-off-by: zh168654 <zhangye.168@163.com>
    zh168654 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    8d498d5 View commit details
    Browse the repository at this point in the history
  4. fix test-style error

    Signed-off-by: zhangye15 <zhangye15@baidu.com>
    zhangye15 authored and zh168654 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    c96dc48 View commit details
    Browse the repository at this point in the history
  5. fix style conformance

    Signed-off-by: zhangye15 <zhangye15@baidu.com>
    zhangye15 authored and zh168654 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    bd03e1b View commit details
    Browse the repository at this point in the history
  6. add wait-for-jobs flag

    Signed-off-by: zh168654 <zhangye.168@163.com>
    zh168654 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    957d2a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. add waitwithjobs instead of changing wait api

    Signed-off-by: zh168654 <zhangye.168@163.com>
    zh168654 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    bfc575d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8933 from wawa0210/fix-helm-package-escape-invali…

    …d-version
    
    Fix  invalid semver version number of the helm package command will escape
    hickeyma authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    9c97dc8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8932 from wawa0210/fix-8924

    helm search supports semver pre version numbers starting with 0
    hickeyma authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    5436aeb View commit details
    Browse the repository at this point in the history
  4. List either incubator or stable.

    Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
    bridgetkromhout committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    4a3ffd5 View commit details
    Browse the repository at this point in the history
  5. fix(helm): flag descriptions start with lowercase

    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    e16d267 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Merge pull request #8913 from cvila84/fork-lint-bug

    do not check YAML if nothing was parsed
    hickeyma authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    6ca989e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8969 from bridgetkromhout/clarify-stable

    Clarifies action needed to list new stable repo
    hickeyma authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    31d00a6 View commit details
    Browse the repository at this point in the history
  3. lint: lint all documents in a multi-doc yaml file

    Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
    bonifaido committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    dfb5a5e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8970 from zerefwayne/patch-8965

    Add remaining tests in TestDependentChartAliases
    hickeyma authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    6696a9f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8862 from banzaicloud/linter-multiple-documents

    lint: lint all documents in a multi-doc yaml file
    hickeyma authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0ba4fcb View commit details
    Browse the repository at this point in the history
  6. Updating to k8s 1.19.3 based packages

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e413c34 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8950 from knrt10/fix-zsh-autocompletion

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    b690db1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. add unittes for 'helm dep build' with --skip-refresh flag.

    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored and yuanxiongxiong committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    4b229cc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Merge pull request #8989 from mattfarina/k8s-1.19.3

    Updating to k8s 1.19.3 based packages
    mattfarina authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b5c74ca View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Added tests for PR 8948

    LoadFiles needs to load the Chart.yaml file first. When later files
    are loaded there are checks for metadata. If that is not loaded
    the checks could be handled incorrectly.
    
    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    82002c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8948 from gy-lehel/#7696

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    a374fff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9009 from mattfarina/tests-for-8948

    Tests for 8948
    mattfarina authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    1cd7493 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8886 from yxxhero/add_skip_refresh_option_in_helm…

    …_dep_build
    
    Add --skip-refresh option in helm dep build
    mattfarina authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    d675b9c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. chore(comp): Remove unnecessary completion code

    With the move to Cobra 1.1.1, all commands that have sub-commands
    have file completion automatically disabled, so helm need not do it
    itself.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    b266c2e View commit details
    Browse the repository at this point in the history
  2. feat(helm): Allow generating markdown docs headers

    For backwards-compatibility, the generation of markdown headers is
    only enabled through the --generate-headers flag.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    d9c5754 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. increase number of operations per run to 100

    The default number of operations the stale issue bot will run is 30. This is a good size for a small-to-medium sized project and it prevents rate limits. However, for a project as large as Helm, the number of operations need to be increased so that it can find and close stale issues.
    
    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    b79134a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9037 from bacongobbler/increase-operations-limit

    [actions/stale] increase number of operations per run to 100
    Matthew Fisher authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    5208995 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. bump actions/stale to v3.0.14

    updates label handling to account for localization.
    
    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    8592029 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Cleanup tempfiles introduced by unit tests under pkg/

    Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
    Ma Xinjian committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    1aa6e92 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Merge pull request #8602 from MaXinjian/get

    Add support to judge whether desired version is available or not
    Matthew Fisher authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3f2605d View commit details
    Browse the repository at this point in the history
  2. Revert "Add support to judge whether desired version is available or …

    …not"
    
    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0fe547c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9056 from helm/revert-8602-get

    Revert "Add support to judge whether desired version is available or not"
    Matthew Fisher authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    af1bc9a View commit details
    Browse the repository at this point in the history
  4. fix: ingress path issue

    Signed-off-by: Salim Salaues <salim@openinvest.co>
    Salim Salaues committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    50144aa View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Signed-off-by: Jon Huhn <huhnjon@gmail.com>
    nojnhuh committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    5d08a0d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9058 from nojnhuh/fix-typo

    Fix typo
    Matthew Fisher authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    374d5f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Merge pull request #9042 from bacongobbler/stale-3.0.14

    bump actions/stale to v3.0.14
    Matthew Fisher authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    2323f89 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. [COMMENT]fix comment

    Signed-off-by: Scaat Feng <scaat.feng@gmail.com>
    scaat committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    7c4932c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9065 from scaat/fix-comment

    [COMMENT]fix comment
    hickeyma authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    2be0d14 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Fixes #9083

    Signed-off-by: rimas <rmocius@gmail.com>
    rimusz committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    ce1a468 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Signed-off-by: rimas <rmocius@gmail.com>
    rimusz committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    f30badd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Merge pull request #9084 from rimusz/master

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    78006d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9057 from ssalaues/fix/ingress-templating-error

    fix: ingress path issue
    Matthew Fisher authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    f228a7c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9048 from MaXinjian/install

    Cleanup tempfiles introduced by unit tests under pkg/
    Matthew Fisher authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    976d668 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Add CodeQL Security Scanning

    Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
    caniszczyk authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    7860453 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Merge pull request #9090 from helm/add-codeql

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    960fbbe View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Updating to Kubernetes 1.19.4 package versions

    Note, klog is now set to v2. This is because k8s 1.19 uses klog v2.
    v1.0.0, which was previously used, also had a bug in the flag
    initialization which we were using. Helm was pulling klog v2.2.0
    prior to this for use with k8s. Helm was using the wrong version
    of the library to initialize the flags. Updating that fixes the
    issues that could arise there.
    
    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    7c4e0b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9103 from mattfarina/bump-k8s-1.19.4

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    8be6bc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Builds with go 1.15

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    65ed703 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Adds the option kube-cafile and env variable HELM_KUBECAFILE for a ov…

    …erwrite of the certificate authority file
    
    Signed-off-by: Lüchinger Dominic <dev@snowgarden.ch>
    dol authored and marckhouzam committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    cc1d2d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Implement helm pull for OCI registries

    * Implement `helm dep update` for oci dependencies
    * New unit tests
    * Remove `helm chart pull` command
    * New `helm pull` does not depend on registry cache
    
    Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
    pmengelbert committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    3ad08f3 View commit details
    Browse the repository at this point in the history
  2. Clean up imports and add doc comments

    Additionally, revert `NewPull()` to its existing signature.
    
    Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
    pmengelbert committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    3028c55 View commit details
    Browse the repository at this point in the history
  3. Remove OCI boolean from struct

    Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
    pmengelbert committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    f666fce View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Bump github.com/lib/pq from 1.8.0 to 1.9.0 (#9107)

    Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.8.0 to 1.9.0.
    - [Release notes](https://github.com/lib/pq/releases)
    - [Commits](lib/pq@v1.8.0...v1.9.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    937d688 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/Masterminds/squirrel from 1.4.0 to 1.5.0 (#9108)

    Bumps [github.com/Masterminds/squirrel](https://github.com/Masterminds/squirrel) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/Masterminds/squirrel/releases)
    - [Commits](Masterminds/squirrel@v1.4.0...v1.5.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    87ed57b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9116 from mattfarina/g1.15

    Builds with go 1.15
    mattfarina authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    bb68c98 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/containerd/containerd from 1.3.4 to 1.4.3

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.3.4 to 1.4.3.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/master/RELEASES.md)
    - [Commits](containerd/containerd@v1.3.4...v1.4.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    a9e2380 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/Masterminds/semver/v3 from 3.1.0 to 3.1.1 (#9109)

    Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/Masterminds/semver/releases)
    - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
    - [Commits](Masterminds/semver@v3.1.0...v3.1.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    21078d4 View commit details
    Browse the repository at this point in the history
  6. Updating to Kuberentes 1.20 packages

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    363fb1e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9114 from mattfarina/k8s-1.20

    Updating to Kuberentes 1.20 packages
    mattfarina authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    eb796cc View commit details
    Browse the repository at this point in the history
  8. Updating to sprig 3.2.0

    Note, randInt is now a function in sprig so the failing test needed
    to be updated to a function that does not exist.
    
    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    fb0345a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Merge pull request #9126 from mattfarina/sprig-3.2.0

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    e71d38b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. fix(pkg/chartutil): Remove warning for nils

    Nil tables should not be reported as non-tables.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    bed1a42 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Replace Helm Hub with Artifact Hub (#8626)

    * Replace Helm Hub with Artifact Hub
    
    Signed-off-by: Scott Rigby <scott@r6by.com>
    
    * Update link to new doc entry for Monocular compatible search API
    
    Signed-off-by: Scott Rigby <scott@r6by.com>
    
    * Add struct for Artifact Hub data, and return correct URL for both artifact hub instances and backwards compatibility for Monocular search API
    
    Signed-off-by: Scott Rigby <scott@r6by.com>
    
    * Keep default endpoint hub.helm.sh, so the helm org controls the domain. At least until artifacthub moves to CNCF incubation
    
    Signed-off-by: Scott Rigby <scott@r6by.com>
    scottrigby authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c495e88 View commit details
    Browse the repository at this point in the history
  2. Fixed bug - The flags --cert-file/--key-file where ignored when --ins…

    …ecure-skip-tls-verify flag is set (#9070)
    
    * fix: Fixed bug - The flags --cert-file/--key-file where ignored when --insecure-skip-tls-verify flag is set
    
    Signed-off-by: Dinu Mathai <Dinu.Mathai1@T-Mobile.com>
    
    * fix: Added unit test
    
    Signed-off-by: Dinu Mathai <Dinu.Mathai1@T-Mobile.com>
    dinumathai authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a202fb0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8363 from zh168654/master

    helm upgrade with --wait support jobs in manifest to be completed
    mattfarina authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f5ef87b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge pull request #8484 from chriswells0/subset

    feat: Allow helm test to run a subset of tests
    hickeyma authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    ba9cad9 View commit details
    Browse the repository at this point in the history
  2. Address error on deletion of old dependencies

    Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
    pmengelbert committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    beda5e1 View commit details
    Browse the repository at this point in the history
  3. test(pkg/storage): Verify that storage.Create returns an error if it …

    …fails to clean up least-recent release versions
    
    Signed-off-by: Daniel Lipovetsky <dlipovetsky@d2iq.com>
    dlipovetsky committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    8c28da6 View commit details
    Browse the repository at this point in the history
  4. fix(pkg/storage): If storage.Create fails to clean up recent release …

    …versions, return an error
    
    Previously, storage.Create was ignoring the error. This meant that a user that
    relied on the recent release version cleanup would not be notified if that
    cleanup failed, and release versions could grow without bound.
    
    Closes #9145
    
    Signed-off-by: Daniel Lipovetsky <dlipovetsky@d2iq.com>
    dlipovetsky committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    00cf10d View commit details
    Browse the repository at this point in the history
  5. Add explanatory comments to action.List and action.History

    While the comments may seem to state the obvious to someone with helm CLI
    experience, an SDK-first user may find these comments helpful.
    
    Signed-off-by: Daniel Lipovetsky <dlipovetsky@d2iq.com>
    dlipovetsky committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    1da2212 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Merge pull request #9139 from dlipovetsky/action-comments

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    960b3b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge pull request #8703 from torstenwalter/do-not-render-templates-i…

    …n-tests-directory
    
    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ed8d689 View commit details
    Browse the repository at this point in the history
  2. Bumping kubernetes to 1.20.1

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b880fc5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8843 from bloodorangeio/oci-pull

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    49f895d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9189 from mattfarina/k8s-0.20.1

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    5eb0e09 View commit details
    Browse the repository at this point in the history
  5. fix(Makefile): rebuild the binary if go.mod has changed

    Rebuild the binary when go.mod or go.sum has changed
    
    Signed-off-by: Adam Reese <adam@reese.io>
    adamreese committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a58209d View commit details
    Browse the repository at this point in the history
  6. Reduce linting severity for users of out-of-date kubernetes (#8608)

    * Reduce linting severity for users of out-of-date kubernetes
    
    Fixes #8596
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * add more verbose deprecation info
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * use new upstream deprecations
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * do not error for custom resources
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * Define deprecation version in lint rules by LDFLAG
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * make comment clearer
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * Extend the k8s version discovery and constants to chartutil
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * remove awk dependency
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * align k8s version constant names between capabilities.go and deprecations.go
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * show the error if the unexpected happens
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * bump k8sVersionMinor and golden chart templates for k8s 1.20
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    
    * bump for tests to match 1.20.1
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    joejulian authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    fdcd22e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Adding apiserver to mod/sum

    This is a follow-up to #8608. k8s.io/apiserver was added but
    not added to the go.mod file. Go handled the situation cleanly
    but left a dirty git tree.
    
    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    da4c40c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9193 from mattfarina/fix-mod-sum-apiserver

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    34dd1b0 View commit details
    Browse the repository at this point in the history
  3. bump version to

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    (cherry picked from commit f546ebb)
    mattfarina committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8082f6d View commit details
    Browse the repository at this point in the history
  4. Fix typo in comment

    Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
    Guangwen Feng authored and marckhouzam committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    fee2257 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9195 from mattfarina/bump-version-3.5

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    4bbdd5c View commit details
    Browse the repository at this point in the history
  6. Fix dep build with OCI based charts

    The recent addition of oci:// to specify dependencies in the
    Chart.yaml dependencies and with helm pull missed handling for the
    dependency build command. This command was failing to handle OCI.
    
    This change adds support for the dep build command following the
    same pattern used to add oci:// functionality.
    
    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1135392 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9200 from mattfarina/fix-dep-build

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e8ac5b0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #9192 from adamreese/fix/rebuild-on-gomod-change

    fix(Makefile): rebuild the binary if go.mod has changed
    adamreese authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6760dda View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. chore(Makefile): add target to generate golden files

    Add target to generate golden files used in unit tests
    
    Signed-off-by: Adam Reese <adam@reese.io>
    adamreese committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    b4010b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9222 from adamreese/chore/makefile-golden

    chore(Makefile): add target to generate golden files
    adamreese authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    ab12382 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Update default ingress values section to correspond with template

    This commit updates the default section in values.yaml for the example
    ingress definition to correspond with the template.
    
    Signed-off-by: Nick Jones <nick@dischord.org>
    yankcrime committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    0425678 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. print warning message instead of debug message when ~/.config exists …

    …but is not accessible
    
    Signed-off-by: wawa0210 <xiaozhang0210@hotmail.com>
    wawa0210 committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    5cd2a93 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. use kube libraries v0.20.2

    Signed-off-by: Shoubhik Bose <shbose@redhat.com>
    sbose78 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    7e41f70 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge pull request #9261 from sbose78/move-to-0.20.2

    Use kube libraries v0.20.2
    Matthew Fisher authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    ff51da5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9240 from wawa0210/fix-9216

    print warning message instead of debug message when ~/.config exists but is not accessible
    Matthew Fisher authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0e16e84 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9232 from yankcrime/fix_ingress_example

    Update default ingress values section to correspond with template
    Matthew Fisher authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    715a0d6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9076 from helm/dependabot/go_modules/github.com/c…

    …ontainerd/containerd-1.4.3
    
    Bump github.com/containerd/containerd from 1.3.4 to 1.4.3
    Matthew Fisher authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    37c7bb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Upgrade to oras v0.9.0 (#9269)

    * Upgrade to oras v0.9.0
    
    Signed-off-by: Josh Dolitsky <josh@dolit.ski>
    
    * fix test-style
    
    Signed-off-by: Josh Dolitsky <josh@dolit.ski>
    jdolitsky authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0b2fec0 View commit details
    Browse the repository at this point in the history
  2. Bump k8s.io/klog/v2 from 2.4.0 to 2.5.0

    Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.4.0 to 2.5.0.
    - [Release notes](https://github.com/kubernetes/klog/releases)
    - [Changelog](https://github.com/kubernetes/klog/blob/master/RELEASE.md)
    - [Commits](kubernetes/klog@v2.4.0...v2.5.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    59791a2 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/mattn/go-shellwords from 1.0.10 to 1.0.11

    Bumps [github.com/mattn/go-shellwords](https://github.com/mattn/go-shellwords) from 1.0.10 to 1.0.11.
    - [Release notes](https://github.com/mattn/go-shellwords/releases)
    - [Commits](mattn/go-shellwords@v1.0.10...v1.0.11)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e8817d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Define GPG_PUBRING to make pubring configurable

    On new Ubuntu, public keyring name is pubring.kbx. However
    on Centos it is pubring.gpg
    
    Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
    Ma Xinjian committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    03d1f3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9276 from helm/dependabot/go_modules/github.com/m…

    …attn/go-shellwords-1.0.11
    
    Bump github.com/mattn/go-shellwords from 1.0.10 to 1.0.11
    Matthew Fisher authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    46d80f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Fix helm list --offset cli help string

    Signed-off-by: Krish <kriiyer@cisco.com>
    Krish committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    f920023 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Fix-9253: Change the deprecated charts repo URL in release notes

    What this PR does / why we need it:
    fix for issue #9253. The link taken from the projects GitHub page has been used for consistency across the documentation.
    
    Signed-off-by: Jack Whitter-Jones <jackwhitterjones@gmail.com>
    jwhitt3r committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    64e2d59 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. closes #9312

    Because backOffLimit can be 0, a zero value for pod status failed will
    always cause the condition to return true.
    
    Signed-off-by: James McElwain <jmcelwain@gmail.com>
    James McElwain authored and McElwain, James committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    5441019 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/mitchellh/copystructure from 1.0.0 to 1.1.1

    Bumps [github.com/mitchellh/copystructure](https://github.com/mitchellh/copystructure) from 1.0.0 to 1.1.1.
    - [Release notes](https://github.com/mitchellh/copystructure/releases)
    - [Commits](mitchellh/copystructure@v1.0.0...v1.1.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bb42865 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. fix(*): Validate metadata semver and printable characters

    ref: GHSA-c38g-469g-cmgx
    
    * Skip invalid chart versions when reading the repository index file or
      when programmatically adding a chart version.
    * Adds semver validation and strips non-printable characters and
      normalizes spaces for string fields in Metadata.Validate()
    * Fixes a unit test that was pulling a remote repo.  Now uses a local
      repo.
    * Fixes ignored error in repo update command
    
    Signed-off-by: Adam Reese <adam@reese.io>
    adamreese committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    657ce55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request from GHSA-c38g-469g-cmgx

    fix(*): Validate metadata semver and printable characters
    adamreese authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    6ce9ba6 View commit details
    Browse the repository at this point in the history
  3. chore(go.mod): bump Masterminds/{spring,goutils} and deislabs/oras

    Signed-off-by: Adam Reese <adam@reese.io>
    adamreese committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3dbb161 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9326 from adamreese/chore/bump-sprig-goutils

    chore(go.mod): bump Masterminds/{spring,goutils} and deislabs/oras
    adamreese authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    35da7a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Merge pull request #9306 from jwhitt3r/Fix-9253

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d8979ce View commit details
    Browse the repository at this point in the history
  2. Updating golangci-lint to 1.36.0

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    1cf9589 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9314 from helm/dependabot/go_modules/github.com/m…

    …itchellh/copystructure-1.1.1
    
    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    0b48214 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9343 from mattfarina/bump-golangci-lint

    Updating golangci-lint to 1.36.0
    mattfarina authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d1e48fb View commit details
    Browse the repository at this point in the history
  5. Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1

    Bumps [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) from 1.2.0 to 1.3.1.
    - [Release notes](https://github.com/jmoiron/sqlx/releases)
    - [Commits](jmoiron/sqlx@v1.2.0...v1.3.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    74c49d4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9301 from krish7919/9283-cli-help

    Fix `helm list --offset` cli help string
    Matthew Fisher authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    8c151d8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9288 from helm/dependabot/go_modules/k8s.io/klog/…

    …v2-2.5.0
    
    Bump k8s.io/klog/v2 from 2.4.0 to 2.5.0
    Matthew Fisher authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    bb875c3 View commit details
    Browse the repository at this point in the history
  8. feat(comp): Completion for the docs --type flag

    Add completion for the --type flag of the docs command.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    3c4ccad View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9254 from MaXinjian/gpg

    Correct pubring name
    Matthew Fisher authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    037a43c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. fix release sha256

    Signed-off-by: houfangdong <xianhfd@gmail.com>
    houfangdong committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    24925c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9345 from houfangdong/master

    fix release sha256
    Matthew Fisher authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    64c8df1 View commit details
    Browse the repository at this point in the history
  3. fix(helm): get/get-helm-3 whitespace support in runAsRoot

    When `get`/`get-helm-3` is run with a HELM_INSTALL_DIR containing spaces, the installation fails.
    
    Closes #9346
    
    Signed-off-by: Michael Musenbrock <michael.musenbrock@gmail.com>
    mmusenbr committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    7847820 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. fix(test): Increase golangci-lint timeout

    CircleCI has been failing on 'make test-style' because of a timeout.
    This commit increases the timeout.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    8d33624 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9367 from VilledeMontreal/fix/golangcilint

    Increase golangci-lint timeout
    mattfarina authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    55ef064 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. fix windows tests

    Signed-off-by: Christian Richter <christian@boltares.de>
    Christian authored and dragonchaser committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    4f1ab5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9357 from dragonchaser/fix_windows_tests

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    98000cd View commit details
    Browse the repository at this point in the history
  3. Add darwin/arm64 (Apple Silicon) support

    Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
    joelanford committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ecdc34c View commit details
    Browse the repository at this point in the history
  4. update test expectation for new template error string

    Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
    joelanford committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    f57c01c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Merge pull request #9131 from dlipovetsky/check-cleanup-error

    Signed-off-by: Matt Farina <matt@mattfarina.com>
    mattfarina authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    85794cf View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. docs(CONTRIBUTING): writing a HIP

    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    41707a6 View commit details
    Browse the repository at this point in the history
  2. keep it concise

    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    2c11412 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. more words

    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    6cea284 View commit details
    Browse the repository at this point in the history
  2. formatting

    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b704e84 View commit details
    Browse the repository at this point in the history
  3. use relative linking

    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    abadc54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9392 from bacongobbler/write-a-hip

    docs(CONTRIBUTING): writing a HIP
    Matthew Fisher authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    8ad90b2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9349 from redeamer/fix_get_helm_runAsRoot_space_i…

    …ssue
    
    fix(helm): get/get-helm-3 whitespace support in runAsRoot
    Matthew Fisher authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    fd5788e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. fix(cmd): Show that flags can be used for zsh/fish

    The "helm completion zsh" and "helm completion fish" commands accept the
    "--no-descriptions" flag, therefore we should not disable the addition
    of "[flags]" to the usage line when printing help.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    7b6dcfa View commit details
    Browse the repository at this point in the history
  2. feat(comp): Improve completion for plugin commands

    The 'plugin update' and 'plugin uninstall' commands can accept more than
    one plugin name as arguments; this commit teaches the completion logic
    to respect this.
    
    Also, the commit adds go test for completion of the plugin commands.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    1f68f65 View commit details
    Browse the repository at this point in the history
  3. feat(comp): Add descriptions for release name comp

    Ref: HIP 0008
    
    When completing a release name, extra information will be shown for
    shells that support completions (fish, zsh).  For example, if I have
    two releases: "nginx" and "nginx2", completion would yield:
    
    $ helm history n<TAB>
    nginx   -- nginx-6.0.2 -> deployed
    nginx2  -- nginx-ingress-1.41.2 -> deployed
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    a6b2834 View commit details
    Browse the repository at this point in the history
  4. feat(comp): Add descriptions for plugin completion

    Ref: HIP 0008
    
    When completing a plugin name, extra information will be shown for
    shells that support completions (fish, zsh).  For example:
    
    $ helm plugin uninstall <TAB>
    2to3             -- migrate and cleanup Helm v2 configuration and releases in-place to Helm v3
    diff             -- Preview helm upgrade changes as a diff
    fullstatus       -- provide status of resources part of the release
    github           -- Install or upgrade Helm charts from GitHub repos
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    b0d567a View commit details
    Browse the repository at this point in the history
  5. feat(comp): Add descriptions for kube-context comp

    Ref: HIP 0008
    
    When completing a kube-context, extra information will be shown for
    shells that support completions (fish, zsh).  For example:
    
    $ helm --kube-context <TAB>
    acc       -- accept
    default   -- k3d-k3s-default
    lab       -- lab
    lab2      -- cluster.local
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    7dee24d View commit details
    Browse the repository at this point in the history
  6. feat(comp): Add descriptions for revision comp

    Ref: HIP 0008
    
    When completing a revision, extra information will be shown for
    shells that support completions (fish, zsh).  For example:
    
    $ helm get manifest nginx --revision <TAB>
    1  -- App: 1.19.1, Chart: nginx-6.0.2
    2  -- App: v0.34.1, Chart: nginx-ingress-1.41.2
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9856f05 View commit details
    Browse the repository at this point in the history
  7. feat(comp): Add descriptions for --version comp

    Ref: HIP 0008
    
    When completing a version, extra information will be shown for
    shells that support completions (fish, zsh).  For example:
    
    $ helm upgrade nginx stable/grafana --version <TAB>
    0.8.4   -- Created: March 30, 2018
    0.8.5   -- App: 5.0.4, Created: April 10, 2018
    1.0.0   -- App: 5.0.4, Created: April 11, 2018 (deprecated)
    1.10.0  -- App: 5.1.2, Created: June 1, 2018
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    4307091 View commit details
    Browse the repository at this point in the history
  8. feat(comp): Add descriptions for output format

    Ref: HIP 0008
    
    When completing output formats, extra information will be shown
    for shells that support completions (fish, zsh).  For example:
    
    $ helm status -o <TAB>
    json   -- Output result in JSON format
    table  -- Output result in human-readable format
    yaml   -- Output result in YAML format
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    593b267 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9243 from VilledeMontreal/feat/compDescriptions

    Add descriptions to custom completions (part 1)
    marckhouzam authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ea5d5b6 View commit details
    Browse the repository at this point in the history
  10. initialize registry client in oci getter

    Signed-off-by: Alex Sears <me@alexsears.com>
    w3irdrobot committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    2d16a81 View commit details
    Browse the repository at this point in the history
  11. add test to ensure OCIGetter registryClient is set

    Signed-off-by: Alex Sears <me@alexsears.com>
    w3irdrobot committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    1c377f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Added s390x support to get script

    Signed-off-by: Ajay Victor <ajvictor@in.ibm.com>
    ajaypvictor committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1fc6f65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8559 from zsuzhengdu/f/improve-console-output-for…

    …-resource-policy-keep
    
    Improve the console output for resource policy keep to align with helm2.
    hickeyma authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    3e31983 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Use kube libraries v0.20.4

    Signed-off-by: Shoubhik Bose <shbose@redhat.com>
    sbose78 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    1cf1e54 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9409 from searsaw/fix/ocigetter-registryclient

    initialize registry client in oci getter
    jdolitsky authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    158d7df View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9411 from ajaypvictor/s390x-support

    Added s390x support to get script
    Matthew Fisher authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b30f61d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Fix the example for --time-format flag

    The example given in the help out of the list command seems random, not a valid time format for golang.
    
    Signed-off-by: Mert Inan <inanme@gmail.com>
    Signed-off-by: mert <mert.inan@sky.uk>
    mert committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    30f643c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. upgrade to v0.21.0-beta.0

    Signed-off-by: Shoubhik Bose <shbose@redhat.com>
    sbose78 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    44bec19 View commit details
    Browse the repository at this point in the history
  2. corrected order of helm lint coalescing of multiple values files

    Signed-off-by: Matthew Luckam <Matthew.Luckam@peraton.com>
    mluckam committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    f402994 View commit details
    Browse the repository at this point in the history
  3. updated unit tests to conform with helm best practices

    Signed-off-by: Matthew Luckam <Matthew.Luckam@peraton.com>
    mluckam committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    592c338 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9430 from inanme/fix-example-golang-date-format

    Fix the list command help example for --time-format flag
    hickeyma authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    42f96d8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9260 from mluckam/lint_override_values

    corrected order of helm lint coalescing of multiple values files
    Matthew Fisher authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a9c5815 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. stick to 0.20.4

    Signed-off-by: Shoubhik Bose <shbose@redhat.com>
    sbose78 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0befcef View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. add flag trimpath in the go build command

    Signed-off-by: Pallav Jha <pallav_kumar71@yahoo.com>
    Signed-off-by: pallavJha <pallav_kumar71@yahoo.com>
    pallavJha committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    03eec30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9452 from pallavJha/add-go-build-flag-trimpath

    Add flag trimpath in the go build command
    Matthew Fisher authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    6e4a61f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. chore(deps): Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1

    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>
    dependabot[bot] authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4096cfb View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Merge pull request #9418 from sbose78/v0.20.4

    Use kube libraries v0.20.4
    mattfarina authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    ad81556 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9381 from joelanford/darwin-arm64

    Add darwin/arm64 (Apple Silicon) support
    mattfarina authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    bfb6bb7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9280 from helm/dependabot/go_modules/github.com/j…

    …moiron/sqlx-1.3.1
    
    Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1
    mattfarina authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    dad0e56 View commit details
    Browse the repository at this point in the history
  4. new key for technosophos (#9478)

    Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
    technosophos authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    543364f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. feat(comp): Uninstall accepts multiple releases

    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>
    marckhouzam committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    8854547 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Cleanup mpodule dependencies

    run of `go mod tidy -v`
    
    Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
    hickeyma committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    4d39d47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9486 from hickeyma/chore/cleanup-depends

    chore(mod): Cleanup dependencies
    jdolitsky authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b41a9d4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9458 from helm/dependabot/go_modules/github.com/s…

    …irupsen/logrus-1.8.1
    
    chore(deps): Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1
    jdolitsky authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7ab5fee View commit details
    Browse the repository at this point in the history
  4. Bump github.com/spf13/cobra from 1.1.1 to 1.1.3

    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>
    dependabot[bot] authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    60c399d View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.0

    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>
    dependabot[bot] authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    56453f6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9475 from helm/dependabot/go_modules/github.com/l…

    …ib/pq-1.10.0
    
    chore(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.0
    jdolitsky authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    fbb24fe View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump github.com/containerd/containerd from 1.4.3 to 1.4.4

    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>
    dependabot[bot] authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f3ccaca View commit details
    Browse the repository at this point in the history
  8. Merge pull request #9476 from helm/dependabot/go_modules/github.com/c…

    …ontainerd/containerd-1.4.4
    
    chore(deps): Bump github.com/containerd/containerd from 1.4.3 to 1.4.4
    jdolitsky authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    bd0a4a3 View commit details
    Browse the repository at this point in the history
  9. chore(deps): Bump k8s.io/klog/v2 from 2.5.0 to 2.8.0

    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>
    dependabot[bot] authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    113c8d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Merge pull request #9484 from helm/dependabot/go_modules/k8s.io/klog/…

    …v2-2.8.0
    
    chore(deps): Bump k8s.io/klog/v2 from 2.5.0 to 2.8.0
    jdolitsky authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    25ec7a6 View commit details
    Browse the repository at this point in the history
  2. chore: Spelling (#9410)

    * 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>
    jsoref authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2bf8fdf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9481 from VilledeMontreal/feat/compMultiUninstall

    feat(comp): Uninstall accepts multiple releases
    marckhouzam authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e5aa0c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9313 from jmcelwain/master

    wait-for-job with backoff limit 0
    jdolitsky authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    617c9e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Improve description for version flag.

    Signed-off-by: Daniel Petró <daniel.petro@icloud.com>
    sch1ldkr0ete committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    171321b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9499 from Schildkroete23/master

    Improve description for version flag.
    Matthew Fisher authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    279bf7c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Merge pull request #9355 from helm/dependabot/go_modules/github.com/s…

    …pf13/cobra-1.1.3
    
    Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
    mattfarina authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    d55c53d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Add name validation rules for object kinds

    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>
    croomes committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ba325bd View commit details
    Browse the repository at this point in the history
  2. Move default to avoid nil check

    Signed-off-by: Simon Croome <simon.croome@storageos.com>
    croomes committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    54de1c1 View commit details
    Browse the repository at this point in the history
  3. Wrap validation error instead of recreating

    Signed-off-by: Simon Croome <simon.croome@storageos.com>
    croomes committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    6c82c83 View commit details
    Browse the repository at this point in the history
  4. Add/update deprecation notices

    Signed-off-by: Simon Croome <simon.croome@storageos.com>
    croomes committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    c50372a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Merge pull request #9416 from croomes/resource-name-validation

    Add name validation rules for different object kinds
    adamreese authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    213a7df View commit details
    Browse the repository at this point in the history