Releases: voormedia/kd
Releases · voormedia/kd
v2.5.4
v2.5.3
Changes in v2.5.3
- Increase compatibility with older docker clients.
v2.5.2
Changes in v2.5.2
- Display error output if pushing to remote registry fails.
v2.5.1
Changes in v2.5.1
- Fix
kd build
to include output to an image even if this is not default.
v2.5.0
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
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
Changes in v2.3.0
- Introduce aliases
kbuild
forkd build
,kdeploy
forkd deploy
andkctl
forkd ctl
.
v2.2.1
Changes in v2.2.1
- Fix issues that prevented the
kd ctl
command from working.
v2.2.0
Changes in v2.2.0
- Automatically flush any CDN cache on deployment.
- Add verbose flag.
- Update internal dependencies.
v2.1.0
Changes in v2.1.0
- Add support for explicit default apps (
default: true
).