Install
kubectl apply -f release-0.7.1.yaml
or
kubectl apply -f https://github.com/pivotal/kpack/releases/download/v0.7.1/release-0.7.1.yaml
What's Changed
Include lifecycle 0.14.2 by @matthewmcnew in https://github.com/pivotal/kpack/pull/1033
Install
kubectl apply -f release-0.4.3.yaml
or
kubectl apply -f https://github.com/pivotal/kpack/releases/download/v0.4.3/release-0.4.3.yaml
What's New?
Fix an issue where an empty secretRef in an image's service bindings would result in controller panic https://github.com/pivotal/kpack/pull/887
Install Tanzu Build Service
This topic is meant to serve as a quick-start guide for TAP installs of Tanzu Build Service using the tanzu cli and may not include some configurations required for your specific environment. For more advanced details on installation, see Installing Tanzu Build Service.
Prerequisites
Ensure you have access to a docker registry that Tanzu Build Service can use to create Builder images. Approximately 5gb of registry space is required.
Assumptions
For this example setup, we will make the following assumptions:
v1.2.2
Release Date: July 20, 2021
Fixed kp issues:
Fix bug that prevented kp import from reading the descriptor from stdin.
Fix bug that incorrectly uploaded unrecognized jars with --local-path
Fix possible nil pointer dereference on kp image status
New Stacks Operator release with patched base stack images
v1.2.0
Release Date: June 11, 2021
1.2.0 represents the third minor GA release of Tanzu Build Service.
This release includes a few notable new features:
TanzuNet DependencyUpdater which will allow your Tanzu Build Service Cluster to automatically update its dependencies when new dependency descriptors are published to TanzuNet
Add support Azure Devops and TFS git repos
Installation utilizes the imgpkg bundle and imgpkg cli
Install
kubectl apply -f release-0.3.0.yaml
What's New?
Add support for project.toml descriptor
Add support Azure Devops git repos
No longer write uneccessary cache layers when no cache is used
Breaking changes