1. 13 Apr, 2017 3 commits
  2. 12 Apr, 2017 14 commits
  3. 11 Apr, 2017 10 commits
  4. 10 Apr, 2017 2 commits
  5. 09 Apr, 2017 2 commits
  6. 08 Apr, 2017 1 commit
  7. 07 Apr, 2017 7 commits
  8. 06 Apr, 2017 1 commit
    • Matt Butcher's avatar
      feat(tiller): support version constraint on chart · e4e0e320
      Matt Butcher authored
      This provides the Chart.yaml field `tillerVersion`, which is a semver
      range. It allows users to choose to constrain a chart to a specific
      version.
      
      The reason for this is that we keep introducing new template functions,
      but we have no way of saying "this chart will only work with Tiller
      newer than...".
      
      The check on version is _only_ done on Tiller. The client does not check
      at all, since it does not do any template expansion on its own.
      e4e0e320