1. 24 Aug, 2018 1 commit
  2. 01 May, 2017 1 commit
    • Adam Reese's avatar
      fix(*): handle unreleased versioning · 2e819e01
      Adam Reese authored
      Adds an `unreleased` flag to the version if not building from HEAD of a
      tag. The compatibility check is bypassed if the client or server are
      unreleased.
      
      fixes #2110
      2e819e01
  3. 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
  4. 23 Sep, 2016 1 commit
  5. 22 Jun, 2016 1 commit
  6. 24 May, 2016 1 commit