1. 24 Aug, 2018 1 commit
  2. 10 May, 2018 2 commits
  3. 27 Mar, 2018 1 commit
  4. 13 Dec, 2017 1 commit
    • Mitchel Humpherys's avatar
      feat(repo): Improve error message for missing repositories.yaml · 7417f092
      Mitchel Humpherys authored
      New users to helm don't always run `helm init` (e.g. if their cluster
      already has helm installed).  The user's initial interaction with any of
      helm's repository commands (e.g. `helm repo list`) will then be an error
      message due to a missing repositories.yaml in their local config.
      
      Give the user a little hint about how to fix the error without them having
      to hunt through the man/help pages.
      7417f092
  5. 26 Sep, 2017 1 commit
  6. 16 May, 2017 1 commit
    • Raphael Badin's avatar
      Write repo file using atomicfile · 965cb7fd
      Raphael Badin authored
      This prevents clients from seeing half-written files because
      on POSIX systems renaming a file is an atomic operation.
      
      Drive-by: Add test for repo file permission.
      965cb7fd
  7. 09 Jan, 2017 1 commit
  8. 28 Dec, 2016 2 commits
  9. 14 Nov, 2016 1 commit
  10. 18 Oct, 2016 1 commit
  11. 14 Oct, 2016 1 commit
  12. 13 Oct, 2016 1 commit
    • Matt Butcher's avatar
      fix(helm): allow entries to be merged into index · 25c7e6dc
      Matt Butcher authored
      Between Alpha.4 and Alpha.5 there was a change in the indexing logic.
      This prevent indices from being appended to (because those index files
      were often broken). This change allows the user to explicitly merge an
      existing index and a generated index.
      
      Closes #1334
      25c7e6dc
  13. 04 Oct, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): implement new index format · 4f09b056
      Matt Butcher authored
      This implements a new index file format for repository indices. It also
      implements a new format for requirements.yaml.
      
      Breaking change: This will break all previous versions of Helm, and will
      impact helm search, repo, serve, and fetch functions.
      
      Closes #1197
      4f09b056
  14. 23 Sep, 2016 1 commit
  15. 15 Sep, 2016 1 commit
  16. 04 Aug, 2016 1 commit
  17. 16 Jul, 2016 1 commit
  18. 12 Jul, 2016 3 commits
  19. 01 Jul, 2016 1 commit
  20. 22 Jun, 2016 1 commit
  21. 07 Jun, 2016 2 commits
  22. 06 Jun, 2016 1 commit
  23. 25 May, 2016 1 commit
  24. 20 May, 2016 6 commits
  25. 28 Apr, 2016 1 commit
  26. 27 Apr, 2016 1 commit
  27. 24 Mar, 2016 2 commits
  28. 22 Mar, 2016 2 commits