Skip to content

Releases: voormedia/kd

v2.7.1

23 Apr 10:30

Choose a tag to compare

Changes in v2.7.1

  • Add producer as label to built images.

v2.7.0

09 Apr 09:13

Choose a tag to compare

Changes in v2.7.0

  • Improved build cache tag creation.

v2.6.0

24 Jan 13:47

Choose a tag to compare

Changes in v2.6.0

  • Allow exposing build secrets with a --secret argument to kbuild.

v2.5.4

13 Nov 20:55

Choose a tag to compare

Changes in v2.5.4

  • Combine build and push in a single step.

v2.5.3

13 Nov 20:37

Choose a tag to compare

Changes in v2.5.3

  • Increase compatibility with older docker clients.

v2.5.2

13 Nov 20:15

Choose a tag to compare

Changes in v2.5.2

  • Display error output if pushing to remote registry fails.

v2.5.1

13 Nov 19:52

Choose a tag to compare

Changes in v2.5.1

  • Fix kd build to include output to an image even if this is not default.

v2.5.0

13 Nov 13:49

Choose a tag to compare

Changes in v2.5.0

  • Automatically use remote cache for builds if supported by the builder (requires containerd).
  • Do not automatically flush CDN cache on deploy, but only when explicitly requested with --clear-cdn-cache.

v2.4.0

06 Nov 09:34

Choose a tag to compare

Changes in v2.4.0

  • Add support for skipBuild configuration option for apps, which allows deploying apps without building an app-specific image.

v2.3.0

28 Oct 14:56

Choose a tag to compare

Changes in v2.3.0

  • Introduce aliases kbuild for kd build, kdeploy for kd deploy and kctl for kd ctl.