Releases: voormedia/kd
Releases · voormedia/kd
v2.7.1
v2.7.0
Changes in v2.7.0
- Improved build cache tag creation.
v2.6.0
Changes in v2.6.0
- Allow exposing build secrets with a
--secretargument tokbuild.
v2.5.4
Changes in v2.5.4
- Combine build and push in a single step.
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 buildto 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
skipBuildconfiguration option for apps, which allows deploying apps without building an app-specific image.
v2.3.0
Changes in v2.3.0
- Introduce aliases
kbuildforkd build,kdeployforkd deployandkctlforkd ctl.