Releases: UKHomeOffice/kd
Releases · UKHomeOffice/kd
v1.10.0
v1.9.1
v1.8.2
v1.8.1
v1.8.0
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
Release v0.13.0
- New sprig templating (with backward compatibility for existing templates)
- Includes tests for rendering
- New
--debug-templates
flag
Release v0.12.0
- Fixes error (panic when rendering invalid templates) #70
v0.11.0: Merge pull request #65 from uswitch/master
add support for watching jobs
Release v0.10.0
- Add support for RollingUpdate on DaemonSets
Release v0.9.0
- Added templating functions:
- contains
- hasPrefix
- hasSuffix