---
title: release notes 0.0.9
---
## Install
```
kubectl apply -f release-0.0.9.yaml
```
### What's New?
- CustomBuilders utilize [lifecycle v0.8.0](https://github.com/buildpack/lifecycle/releases/tag/v0.8.0) which fixes an [issue with Harbor 2](https://github.com/buildpacks/lifecycle/issues/303).
- Image and Builds support Service Bindings.
- Improved "Prepare" logging with docker credential setup.
- Images will default with a 2Gi cacheSize if a default storage class is defined.
- All Images in this release were built with kpack itself.
### Info
This release includes [lifecycle v0.8.0](https://github.com/buildpack/lifecycle/releases/tag/v0.8.0) in CustomBuilders. CNB platform version 0.2 & 0.3 are supported for non CustomBuilders.
### Breaking changes
There are no breaking changes in this release.
### Changelog
- Utilize [lifecycle v0.8.0](https://github.com/buildpack/lifecycle/releases/tag/v0.8.0) https://github.com/pivotal/kpack/pull/403
- Logs binary does not contain an "eye catcher" and will match pack's output https://github.com/pivotal/kpack/pull/405
- Updated knative/pkg to release-0.15 https://github.com/pivotal/kpack/pull/382
- Improved image.status metadata enables tooling to watch and tail the result of an image update https://github.com/pivotal/kpack/pull/377 https://github.com/pivotal/kpack/pull/394 https://github.com/pivotal/kpack/pull/398
- Fix issue that prevented kpack webhook from applying to "experimental" resources https://github.com/pivotal/kpack/issues/404
- Images will default a cache size if a default storage class is defined https://github.com/pivotal/kpack/pull/397
- Improve build prepare logging https://github.com/pivotal/kpack/pull/365
- Improved error messages during build setup https://github.com/pivotal/kpack/pull/375
- Service bindings are configureable on images and builds https://github.com/pivotal/kpack/pull/371
- Buildpack homepage is included in builder metadata and store status https://github.com/pivotal/kpack/pull/366
- Custom Builders no longer contain lifecycle "compat layer" https://github.com/pivotal/kpack/pull/343
- Lifecycle binaries are invoked in /cnb/lifecycle/ https://github.com/pivotal/kpack/pull/343
```
calculateme release-0.0.9.yaml
```