Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 437 Bytes

CHANGELOG.md

File metadata and controls

19 lines (11 loc) · 437 Bytes

v0.4.0

Changes:

  • Add template functions:
    • add - add two ints
    • pathJoinSlice - wrapper around filepath.Join that accepts a slice
    • slice - implement the slice operator ({{ slice $s 0 3 }} is equivalent to s[0:3])

v0.3.0

Changes:

  • Managed dependencies with dep

  • Support authentication via -kubeconfig flag