kpack v0.0.7
Pre-release
Pre-release
⚠️ Warning ⚠️
v0.0.7
has a critical issue where images will fail to build after the first failed build. Please usev0.0.8
instead.
Install
kubectl apply -f release-0.0.7.yaml
What's New?
- Support for Platform API v0.3 & lifecycle v0.7.2
- Support for dockerconfigjson and dockercfg secrets
- New builds for an image can be manually triggered
- Support .tgz and .tar from blobstores as source
- Buildpack and mixin validation for Custom Builders
- CustomBuilders will select the buildpack in a store with the highest semver version
- Faster store reconciliation by reading images concurrently
- Generate project-metadata.toml to provide app metadata to builds
Info
This release adds support for upcoming breaking changes in lifecycle v0.7.x. If you are running an older version of kpack, please upgrade to continue utilizing public builder images.
Breaking changes
- Dropped support for Platform API v0.1
Changelog
- Add support for Platform API v0.3 #311
- Add support for lifecycle v0.7.2 #324
- Add support for .tar and .tgz from blobstore #326
- Add buildpack and mixin validation for Custom Builders #312 #308
- Select buildpack by highest buildpack semver #309
- Read buildpackages from store concurrently to speed up store reconciliation #300
- Add ability to generate project-metadata.toml #287
- Add support for .dockerconfig & .dockercfg secrets #301
- Add ability to trigger new builds for an image #291
- Minor improvements/bug fixes/validations #280 #282 #292 #305 #307 #315 #325 #328 #329
16af927ac85bdec2af7b99b961717805646577e8a8b71e5faf1dce6ac174faa2 release-0.0.7.yaml