1. 24 Aug, 2018 1 commit
    • Adam Reese's avatar
      ref(*): refactor chart/chartutil · f012940d
      Adam Reese authored
      ref(chartutil): move chart loading out of chartutil into new package
          add chart loader interface to allow lazy loading
      feat(chart): create chart accessors
      ref(*): cleanup requirements
      ref(tiller): remove optional template engines
      ref(tiller): simplify sorting releases and hooks
      ref(*): code simplification
      ref(hapi): move chart package out of hapi
      ref(chart): add requirements and lock to Chart struct
      Unverified
      f012940d
  2. 22 Aug, 2018 2 commits
  3. 14 Jun, 2018 2 commits
    • Matthew Fisher's avatar
      Merge pull request #4224 from bacongobbler/helm-uninstall · c6df3959
      Matthew Fisher authored
      ref(cmd): rename `helm delete` to `helm uninstall`
      Unverified
      c6df3959
    • Matthew Fisher's avatar
      ref(cmd): rename `helm delete` to `helm uninstall` · 195d21d5
      Matthew Fisher authored
      To match the convention of `helm install`, `helm uninstall` is the inverse.
      
      Other tangential changes in this PR:
      
      - StatusDeleting has been changed to StatusUninstalling
      - StatusDeleted has been changed to StatusUninstalled
      - `helm list --deleted` has been changed to `helm list --uninstalled`
      - `helm list --deleting` has been changed to `helm list --uninstalling`
      - `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption`
      
      I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because
      
      1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3
      2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here
      
      `helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
      Unverified
      195d21d5
  4. 24 May, 2018 2 commits
  5. 18 May, 2018 4 commits
  6. 16 May, 2018 4 commits
  7. 14 May, 2018 2 commits
  8. 10 May, 2018 4 commits
  9. 09 May, 2018 5 commits
  10. 08 May, 2018 1 commit
  11. 02 May, 2018 1 commit
  12. 27 Apr, 2018 3 commits
  13. 26 Apr, 2018 3 commits
  14. 25 Apr, 2018 2 commits
  15. 24 Apr, 2018 3 commits
  16. 23 Apr, 2018 1 commit