Commit Graph

  • 184796bd74 add unit test for ConfigMapDelete Zhou Hao 2020-03-02 14:14:04 +0800
  • cb3a49b210 add unit test for SecretDelete Zhou Hao 2020-03-02 13:39:58 +0800
  • e1e91e20e2 test(helm): fix client update error Dong Gang 2020-03-02 14:55:53 +0800
  • b98fb67a38 fix(helm): polish goimport Dong Gang 2020-03-02 14:47:54 +0800
  • f9f638c14c fix(helm): respect resource policy on ungrade Don't delete a resource on upgrade if it is annotated with helm.io/resource-policy=keep. This can cause data loss for users if the annotation is ignored(e.g. for a PVC) Dong Gang 2020-03-02 14:23:35 +0800
  • 769b44f5d0 ref(environment): use string checking instead Matthew Fisher 2020-03-02 12:09:41 -0800
  • 9079314125 Add verification output to the verify command Matt Farina 2020-02-28 12:52:21 -0500
  • 7e1dfdac83 Repair failing unit tests - failure caused by os.Stat return values for directory size on Linux. Pavel Macík 2019-12-09 12:56:55 +0100
  • 04b3e6327d Pass the apiserver address/port via cli, introduce HELM_KUBEAPISERVER envvar Vibhav Bobade 2019-12-16 13:28:36 +0530
  • f6ceff04df Pass kube user token via cli, introduce HELM_KUBETOKEN envvar Vibhav Bobade 2019-12-14 05:59:32 +0530
  • 0b0c5a9789 Place rendering invalid YAML under --debug flag Reinhard Naegele 2020-02-12 20:28:46 +0100
  • e28b0815dd Fix 'helm template' to also print invalid yaml Reinhard Naegele 2020-02-07 19:52:58 +0100
  • 2b2b7a5575 Fixes verification output on pull command Matt Farina 2020-02-28 12:32:45 -0500
  • ff7af08395 fixed dependencies processing in case of helm install or upgrade for disabled/enabled sub charts Florian Hopfensperger 2020-02-03 11:10:52 +0100
  • adb134fdef fix(ADOPTERS): alphabetize org list (#7645) Matthew Fisher 2020-02-28 12:35:01 -0800
  • 0e1129eff3 Update README.md Evgenii Iablokov 2020-02-27 09:12:09 +0100
  • 990d6cbe9c Add test for unknown subcommand Xiangxuan Liu 2019-11-22 10:56:39 +0800
  • b361f02b93 Return "unknown command" error for unknown subcommands Xiangxuan Liu 2019-11-21 16:24:12 +0800
  • d9bb08f127 Fix golangci-lint errors. Pavel Macík 2020-02-26 13:24:17 +0100
  • 49925a6db6 fix(cmd/helm): upgrade go-shellwords Adam Reese 2020-02-25 10:42:20 -0800
  • c0a3c7d696 feat(install): introduce --create-namespace Matthew Fisher 2020-02-20 11:56:03 -0800
  • 5d9a851108 Printing name of chart that do not have requested import value. Tomáš Kohout 2020-02-24 11:57:18 +0100
  • 9e331c2400 pkg/storage/records: add unit test for Exists Zhou Hao 2020-02-24 11:53:04 +0800
  • d86ae22ef8 pkg/storage/records: add unit test for Index Zhou Hao 2020-02-24 11:42:04 +0800
  • 92456060f0 pkg/storage/records: add unit test for Get Zhou Hao 2020-02-24 11:22:12 +0800
  • a2ebd021d7 feat(tests): Allow to provision memory driver Marc Khouzam 2020-01-14 22:44:52 -0500
  • d345bb13ed feat(comp): Dynamic completion for plugins Marc Khouzam 2020-01-21 22:27:13 -0500
  • 831e0838f6 feat(comp): Static completion for plugins Marc Khouzam 2019-11-25 21:47:18 -0500
  • 2845fa8279 feat(comp): Move kube-context completion to Go Marc Khouzam 2020-02-14 21:03:26 -0500
  • 4303bfd422 Use /usr/bin/env for bash Daniel Poelzleithner 2020-01-17 17:43:38 +0100
  • d0a4329ad3 IsReachable() needs to give detailed error message. ylvmw 2020-02-14 09:57:08 +0800
  • 7af0525dc5 ref(go.mod): k8s api 0.17.3 Rui Chen 2020-02-13 12:19:05 -0500
  • 2c6303abd0 fixed missing bullet Matt Butcher 2020-02-07 11:53:41 -0700
  • 53ff58b227 pkg/gates: add unit test for String Zhou Hao 2020-02-17 13:48:12 +0800
  • a718a1bcdf cmd/helm/search_repo: print info to stderr Zhou Hao 2020-02-17 14:21:13 +0800
  • cd3b1755bd Making fetch-dist get the sha256sum files Matt Farina 2020-02-13 12:02:23 -0500
  • 7cc5887826 Fix output of list action when it is failed Song Shukun 2020-02-20 20:52:26 +0900
  • 782dbabd57 pkg/helmpath: fix unit test for Windows Song Shukun 2020-02-19 16:52:28 +0900
  • a3fe18ac5e fix(kube): generate k8s native scheme only once Hidde Beydals 2020-02-11 23:52:00 +0100
  • 5da7d97a37 fix(kube): use non global Scheme to convert Hidde Beydals 2020-01-14 17:08:44 +0100
  • a2891fdb5f fix(helm): improved logs Federico Bevione 2020-02-11 09:53:32 +0100
  • 335168d2e3 fix(helm): Reworded logs for clarity Federico Bevione 2020-02-07 19:28:30 +0100
  • 015c07f08f fix(helm): Don't wait for service to be ready when external IP are set Federico Bevione 2020-02-05 16:21:01 +0100
  • 23263ee2a8 fix golint failure in pkg/action Song Shukun 2020-02-18 23:15:56 +0900
  • 95ed8469d0 Add corresponding unit test to the function in parser.go Guangwen Feng 2020-01-09 16:27:25 +0800
  • 3050050f7a Fix render error not being propogated Martin Hickey 2020-02-14 15:30:26 +0000
  • d595036dde feat(upgrade): introduce --disable-openapi-validation: This is a copy of the --disable-openapi-validation flag from the install command as introduced by Matthew Fisher. See commit 67e57a5fbb Sebastian Voinea 2020-02-11 21:44:15 +0100
  • a8610c124f fix(scripts): scrape for the latest v2/v3 release from the releases page Matthew Fisher 2020-02-13 16:20:15 -0800
  • 5833e883c4 Revert "Do not delete templated CRDs" Benn Linger 2020-02-11 15:46:28 -0500
  • de22f7bb0b add test for template recursion Daniel Cheng 2020-02-10 12:25:41 -0500
  • b4edc0b839 fix recursion count in templates Daniel Cheng 2020-02-07 18:16:16 -0500
  • 3d97f61ace bump version to v3.1 Matthew Fisher 2020-02-07 10:33:31 -0800
  • 1b12187d1a fix(version): fix typo in doc comment Matthew Fisher 2020-02-07 10:32:37 -0800
  • 0129becd79 Fix shasums to be usable by shasum and sha256sum applications Matt Farina 2020-02-10 13:32:23 -0500
  • c23aebe90b fix(comp): Fix broken completion for --output flag Marc Khouzam 2020-02-07 20:27:39 -0500
  • 7f0e70f415 Add ADOPTERS file, per CNCF requirements (#7507) Matt Butcher 2020-02-07 11:52:04 -0700
  • cf983c43eb chore(*): Removes support for searching the plugin dir Taylor Thomas 2020-02-06 12:14:22 -0700
  • e3864e634e chore(postrender): Adds unit tests for exec post renderer Taylor Thomas 2020-01-28 12:55:17 +0100
  • 13ac432299 Adds post-render support Taylor Thomas 2019-09-23 11:29:24 -0600
  • 4bb3c4fbd7 fix(memory_test): rebase master Matthew Fisher 2020-02-07 09:23:53 -0800
  • cbfd90082b Fixes issue where non-CRDs are read in from the crd directory Matt Farina 2020-02-06 12:26:23 -0500
  • 6297c021cb
    Merge pull request #8795 from mattfarina/feat-8767 Matt Farina 2020-10-01 09:53:15 -0400
  • 70769c1ce7 Fix style test #8831 Reinaldo de Souza Jr 2020-10-01 00:01:38 +0200
  • 6621e4133d
    Merge branch 'master' into 3276-add-include-file #8227 Vlad Fratila 2020-09-30 20:18:07 +0300
  • 5e68b4fad3 remove duplicated test Vlad Fratila 2020-09-30 20:14:09 +0300
  • ad3c31ba71 fix merge conflict Vlad Fratila 2020-09-30 20:00:58 +0300
  • 765047222b Bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0 dependabot[bot] 2020-09-29 06:28:13 +0000
  • 636157c4f5 Bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0 dependabot[bot] 2020-09-29 06:28:01 +0000
  • cce62007c1 feat(install): add requested version to error Mikuláš Dítě 2020-08-27 11:45:14 +0200
  • 8791499c45 Bump github.com/gofrs/flock from 0.7.1 to 0.8.0 dependabot[bot] 2020-09-28 13:28:25 +0000
  • 789ae02ce4 Bump github.com/lib/pq from 1.7.0 to 1.8.0 dependabot[bot] 2020-09-28 13:27:48 +0000
  • 39a7b4dad5 Fix wrong function's name in comment zouyu 2020-09-27 14:41:27 +0800
  • 02d09fb0cf ref(cmd): prevent klogs flags from polluting the help text Adam Reese 2020-05-06 13:43:17 -0700
  • 8a5a959c3b Adding support for k8s 1.19 Matt Farina 2020-09-25 12:15:06 -0400
  • 89539facb8 Fixing import package issue Matt Farina 2020-09-22 15:39:57 -0400
  • 3d424c22fd Update go version to 1.14 in go.mod lemonli 2020-09-22 10:58:17 +0800
  • 213d047072 use warning function Matthew Fisher 2020-09-21 08:31:08 -0700
  • 3ad03e4022 Adding size labels pointer Matt Farina 2020-09-21 15:05:24 -0400
  • eacaf2e6ec Fixing issue with idempotent repo add Matt Farina 2020-09-21 10:42:47 -0400
  • 937dcee695 support passing signing passphrase from file or stdin (#8394) Sebastian Sdorra 2020-09-19 00:23:40 +0200
  • d31338bb3f size/S and larger requiring 2 LGTMs Matthew Fisher 2020-09-17 10:49:40 -0700
  • 695249de7a Update docs links in release notes script Scott Rigby 2020-09-17 21:29:44 -0400
  • 9e5fc0a6d3 fix: allow serverInfo field on index files Matthew Fisher 2020-09-17 14:54:55 -0700
  • ab9572a195 fix(cmd/helm): add build tags for architecture Adam Reese 2020-09-17 11:46:22 -0700
  • 6b96119f13 switched to stricter YAML parsing on plugin metadata files Matthew Fisher 2020-09-17 08:33:11 -0700
  • 8753b6515a Merge pull request from GHSA-m54r-vrmv-hw33 Matt Butcher 2020-09-17 12:35:10 -0600
  • b99a051704 Merge pull request from GHSA-jm56-5h66-w453 Matt Butcher 2020-09-17 12:33:59 -0600
  • f0e0d10bca Merge pull request from GHSA-9vp5-m38w-j776 Matt Butcher 2020-09-17 12:31:23 -0600
  • 0502947e16 go fmt Matthew Fisher 2020-09-17 11:09:37 -0700
  • afa7791467 improve the HTTP detection for tar archives Matt Butcher 2020-09-10 16:45:40 -0600
  • cc5523dda3 replace --no-update with --force-update and invert default. BREAKING. Matt Butcher 2020-09-11 16:32:45 -0600
  • 450a6d867d handle case where dependency name collisions break dependency resolution Matt Butcher 2020-09-11 16:23:34 -0600
  • 58c3e39fa3 fixed bug that caused helm create to not overwrite modified files Matt Butcher 2020-09-09 16:47:59 -0600
  • 16033ce3f4 refactor the release name validation to be consistent across Helm Matt Butcher 2020-09-09 13:30:30 -0600
  • 147c91e7dc validate the name passed in during helm create Matt Butcher 2020-09-09 16:33:18 -0600
  • 441626bd3d fix: check mode bits on kubeconfig file Matt Butcher 2020-09-08 17:15:01 -0600
  • bd9b768a17 fix incorrect wildcard expand Li Zhijian 2020-09-16 09:37:37 +0800
  • 59f0fa77ed fix(comp): Disable file comp for output formats Marc Khouzam 2020-09-14 07:36:41 -0400
  • d7524abedf Makefile: Fix LDFLAGS overriding Morten Linderud 2020-09-01 12:08:41 +0200
  • cf2d4a51c1 Add support to install helm Ma Xinjian 2020-09-02 13:43:35 +0800