v0.0.6
Pre-release
Pre-release
Install
kubectl apply -f release-0.0.6.yaml
What's New?
- A new set of experimental resources allow kpack users to create and mange builders directly in kpack. These
CustomBuilders
can be used directly in an image configuration. For more information check out the Documentation. - Support for lifecycle v0.6.0.
- Support for git auth via ssh with a private key on secrets configured with kpack.
- A generated OpenApi spec for interacting with kpack is provided at api/openapi-spec/swagger.json.
Info
This release adds support for upcoming breaking changes in lifecycle v0.6.0. If you are running an older version of kpack, please upgrade to continue utilizing public builder images.
Breaking changes
There are no breaking changes in this release.
Changelog
- Add code of conduct #276
- Add support for lifecycle v0.6.0 #269 #267 #278 #279
- Propagate annotations to builds and build pods. #274
- Add support Azure credential provider #261
- Generate Openapi Spec for kpack types #260
- Add experimental
CustomBuilder
&CustomClusterBuilder
resources #220 #230 #256 - Update knative/pkg to 'release-0.10' #221
- Fix an issue that created invalid builds on stack updates #214
- Provide support for git ssh auth #211
- Validate tags on images #198
- Include finalizers in controller's rbac configuration #194