Skip to content

Releases: voormedia/kd

v2.5.4

13 Nov 20:55
Compare
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
Compare
Choose a tag to compare

Changes in v2.5.3

  • Increase compatibility with older docker clients.

v2.5.2

13 Nov 20:15
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v2.2.1

28 Oct 14:14
Compare
Choose a tag to compare

Changes in v2.2.1

  • Fix issues that prevented the kd ctl command from working.

v2.2.0

25 Oct 13:06
Compare
Choose a tag to compare

Changes in v2.2.0

  • Automatically flush any CDN cache on deployment.
  • Add verbose flag.
  • Update internal dependencies.

v2.1.0

30 Nov 15:54
Compare
Choose a tag to compare

Changes in v2.1.0

  • Add support for explicit default apps (default: true).