1. 10 Feb, 2017 4 commits
  2. 09 Feb, 2017 3 commits
  3. 08 Feb, 2017 9 commits
  4. 07 Feb, 2017 3 commits
  5. 06 Feb, 2017 1 commit
  6. 04 Feb, 2017 2 commits
  7. 03 Feb, 2017 6 commits
  8. 02 Feb, 2017 10 commits
  9. 01 Feb, 2017 2 commits
    • Matt Butcher's avatar
      fix(helm): fix 'helm dep up' to fetch by URL · adc18e24
      Matt Butcher authored
      A regression was introduced which required chart download URLs have the
      same URL prefix as the chart repo that referenced them. A second
      regression transformed that URL into a request for the latest version of
      that chart, sidestepping semver constraints.
      
      This fix closes both issues, which were present in the same function.
      
      Closes #1845
      Closes #1846
      adc18e24
    • Michelle Noorali's avatar
      ref(pkg/): refactor helm test logic · e1321912
      Michelle Noorali authored
      pulled logic out in pkg/releasetesting
      e1321912