Skip to content

v1.8.0

Compare
Choose a tag to compare
@jaykeshur jaykeshur released this 20 Jul 13:21
· 74 commits to master since this release
c5229c6

Highlights

  • Adds secret template function and functionality to automatically create only (see #93)
  • New --create-only and --create-only-resource flags to manually control the behaviour above (see #93)
  • run command to support running kubectl directly with the environment variables supported by kd (see #88)

Versioning

Will introduce kubectl compatible versioning for major.minor and use the path version for kd feature / bug fixes (See #97).

E.g. v1.10.0 for the first version bundled with kubectl v1.10.0 in the container.

Other changes

  • makefile #95
  • Supports larger kubectl objects see #87, thanks to @DewaldV
  • moved to dep from glide #84
  • Added dryrun, added retry for checking deploy status and added examples #78, thanks to @arehmandev
  • add support for generate name #80, thanks to @Joseph-Irving
  • Update Readme to include Mac installation for kd binary #79