1. 18 Oct, 2016 1 commit
  2. 10 Oct, 2016 1 commit
  3. 07 Oct, 2016 1 commit
  4. 06 Oct, 2016 1 commit
  5. 05 Oct, 2016 2 commits
    • Matt Butcher's avatar
      fix(*): remove references to gopkg.in/yaml.v2 · fd0303c8
      Matt Butcher authored
      This removes the last of the requests for gopkg.in/yaml.v2, and
      also the struct annotations.
      
      Closes #1192
      Closes #1263
      fd0303c8
    • 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
  6. 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
  7. 23 Sep, 2016 2 commits
  8. 15 Sep, 2016 1 commit
  9. 22 Jun, 2016 1 commit
  10. 07 Jun, 2016 2 commits
  11. 25 May, 2016 1 commit
  12. 20 May, 2016 3 commits
  13. 18 May, 2016 1 commit