Skip to content

Releases: UKHomeOffice/kd

v1.10.0

24 Jul 11:16
eb7d973
Compare
Choose a tag to compare

Highlights

  • Updating the version of kubectl to v1.10.5 in the docker image (#85)

v1.9.1

24 Jul 14:25
87e0924
Compare
Choose a tag to compare

Highlights

  • Release branch with kubectl v1.9 in the kd docker image (#102)

v1.8.2

24 Jul 10:50
f763f6b
Compare
Choose a tag to compare

Highlights

  • KUBE_CERTIFICATE_AUTHORITY now supports providing a URL to download the CA Cert from (local file path is still supported) (#101)

v1.8.1

23 Jul 15:26
a5b4829
Compare
Choose a tag to compare

Highlights

  • Fixes the docker image after regression from #95.

v1.8.0

20 Jul 13:21
c5229c6
Compare
Choose a tag to compare

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

19 Apr 10:15
b182fdb
Compare
Choose a tag to compare
  • New sprig templating (with backward compatibility for existing templates)
  • Includes tests for rendering
  • New --debug-templates flag

Release v0.12.0

17 Apr 09:30
aa26e42
Compare
Choose a tag to compare
  • Fixes error (panic when rendering invalid templates) #70

v0.11.0: Merge pull request #65 from uswitch/master

27 Mar 08:46
d7983be
Compare
Choose a tag to compare

Release v0.10.0

14 Mar 16:47
8d353c4
Compare
Choose a tag to compare
  • Add support for RollingUpdate on DaemonSets

Release v0.9.0

02 Mar 09:52
17a877b
Compare
Choose a tag to compare
  • Added templating functions:
    • contains
    • hasPrefix
    • hasSuffix