1. 26 Sep, 2016 1 commit
  2. 29 Aug, 2016 1 commit
  3. 23 Aug, 2016 1 commit
  4. 01 Aug, 2016 1 commit
    • Matt Butcher's avatar
      feat(engine): add 'partial' function · 9718c9e7
      Matt Butcher authored
      This adds a context-aware template function called 'partial' that will
      allow rendering other templates in a chart into a string value, which
      can then be piped to other functions. Usage is something like
      '{{partial 'path/to/template.yaml' | indent 2}}'
      
      This might be a bad idea.
      
      Closes #1005
      9718c9e7
  5. 29 Jul, 2016 1 commit
  6. 07 Jul, 2016 1 commit
    • Matt Butcher's avatar
      fix(engine): change template naming · 73a28902
      Matt Butcher authored
      Template paths were relative to the chart that contained them, which
      meant that all templates were named 'template/SOMETHING'. This made it
      trivially easy to hit namespace collisions as in #933.
      
      Template path names are essentially opaque strings so this patch simply
      changes them to be qualified by parent chart.
      73a28902
  7. 28 Jun, 2016 1 commit
    • Matt Butcher's avatar
      feat(tiller): add .Template object in templates · 532f03ec
      Matt Butcher authored
      This allows templates to access information about the template file.
      Right now, the template can only access the .Template.Name, which is the
      chart-relative path to the current template.
      
      Closes #894
      532f03ec
  8. 24 Jun, 2016 4 commits
  9. 22 Jun, 2016 1 commit
  10. 13 Jun, 2016 1 commit
  11. 09 Jun, 2016 1 commit
  12. 07 Jun, 2016 2 commits
  13. 04 May, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm, tiller): implement k8s portion of install · 6db7c39b
      Matt Butcher authored
      This commit finally ties `helm install` together with the Kubernetes
      client library to make an end-to-end trip.
      
      There were several small fixes to go on both client and server side,
      along with some changes to proto to support better error reporting.
      
      The alpine chart has been updated to exhibit how the new Helm works.
      6db7c39b
  14. 28 Apr, 2016 1 commit
  15. 22 Apr, 2016 1 commit
  16. 21 Apr, 2016 2 commits
  17. 18 Apr, 2016 1 commit
  18. 13 Apr, 2016 1 commit
  19. 12 Apr, 2016 1 commit