1. 10 May, 2018 1 commit
  2. 25 Apr, 2018 1 commit
  3. 23 Apr, 2018 1 commit
  4. 17 Apr, 2018 1 commit
  5. 16 Apr, 2018 1 commit
  6. 26 Feb, 2018 2 commits
  7. 09 Feb, 2018 1 commit
    • oilbeater's avatar
      defer in loop may cause resource leak · 0764d95a
      oilbeater authored
      defer statement executes only when function return, and the resource still be hold during loop. Release the resource manually when not needed.
      0764d95a
  8. 20 Oct, 2017 1 commit
  9. 19 Oct, 2017 2 commits
  10. 14 Jul, 2017 1 commit
  11. 13 Jul, 2017 1 commit
  12. 30 May, 2017 2 commits
  13. 25 May, 2017 1 commit
  14. 19 May, 2017 1 commit
  15. 16 May, 2017 1 commit
    • Sushil Kumar's avatar
      Adds update option to plugin command (#2410) · ff42dadd
      Sushil Kumar authored
      * Adds update option to plugin command
      
      Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
      
      * Added tests for new methods for plugin update
      
      * Updated docs
      
      * Updated review comments :)
      
      * Return error exit code when there is error
      ff42dadd
  16. 06 May, 2017 3 commits
  17. 20 Apr, 2017 1 commit
  18. 16 Apr, 2017 1 commit
    • Gergo Huszty's avatar
      Pluggable downloaders. Closes #2093, #2094. · b4ca198c
      Gergo Huszty authored
      It is now possible to create plugins with chart download capabilities for custom, non-http protocols.
      Furthermore it is possible to reuse helm packages to implement alternative clients with these custom downloader functions.
      b4ca198c
  19. 07 Apr, 2017 1 commit
  20. 06 Apr, 2017 1 commit
    • Adam Reese's avatar
      feat(helm): add plugin management commands · 51b8d8a6
      Adam Reese authored
      Add plugin management subcommands for installing and removing plugins
      to `$HELM_HOST/plugins`.
      
      Install accepts a vcs url or a local directory.
      
      ```
      $ helm plugin install http://github.com/adamreese/helm-env
      Installed plugin: env
      
      $ helm plugin list
      NAME    	VERSION	DESCRIPTION
      env     	0.1.0  	Print out the helm environment.
      
      $ helm plugin remove env
      Removed plugin: env
      ```
      
      closes #1977
      51b8d8a6
  21. 12 Mar, 2017 1 commit
    • libesz's avatar
      Fixing plugin test · 41f7c97a
      libesz authored
      In the TestLoadDir test case, currently reflect.DeepEqual is expected to fail by error. Expected metadata is different than in the fixture yaml. Also, the type of the struct is mismatching in DeepEqual call (struct vs pointer to struct).
      41f7c97a
  22. 29 Nov, 2016 1 commit