1. 08 Sep, 2017 1 commit
  2. 02 May, 2017 1 commit
  3. 25 Mar, 2017 1 commit
  4. 15 Nov, 2016 1 commit
  5. 14 Nov, 2016 1 commit
  6. 19 Oct, 2016 1 commit
  7. 18 Oct, 2016 1 commit
    • Matt Butcher's avatar
      fix(helm): finish repo index.html · abf1ddc3
      Matt Butcher authored
      Previous versions of Helm had placeholder text in the index.yaml file.
      This generates an HTML index for 'helm serve'. It also has a
      refactoring of the server so that the server can be tested.
      
      Closes #1397
      abf1ddc3
  8. 05 Oct, 2016 1 commit
    • Matt Butcher's avatar
      fix(repo): auto-update index file formats · ea0e665f
      Matt Butcher authored
      This performs a relatively weak in-memory translation of index file
      data. It does not, in most cases, write the corrected data to disk, and
      it emits a warning directly to STDERR each time it loads a deprecated
      index.
      
      Known limitations:
      
      - It cannot recover certain bogus records that earlier alpha releases
        generated (notably, where all chartfile data is missing)
      - In some cases, it has to parse a filename to get version info. This is
        lossy.
      - Because it takes three passes through the YAML and JSON unmarshal, it
        is not performant.
      
      This feature is transitional and should be removed during the Beta
      cycle, prior to the release of 2.0.0.
      
      Closes #1265
      ea0e665f
  9. 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
  10. 07 Jun, 2016 1 commit
  11. 20 May, 2016 1 commit
  12. 10 May, 2016 1 commit
  13. 09 May, 2016 1 commit
  14. 28 Apr, 2016 1 commit
  15. 06 Apr, 2016 1 commit
  16. 21 Mar, 2016 1 commit
  17. 18 Mar, 2016 1 commit