Buildpack versions in TAS release note decoupling from OSS
search cancel

Buildpack versions in TAS release note decoupling from OSS

book

Article ID: 391350

calendar_today

Updated On:

Products

VMware Tanzu Application Service VMware Tanzu Application Service VMware Tanzu Application Service for VMs

Issue/Introduction

Buildpack versions listed in Tanzu Application Service (TAS) release notes may not match the versions displayed by the cf buildpacks CLI command

For example, refer to TAS v6.0.13 release note, the version of go-offline-buildpack is 1.10.43.

 

This version refers to the Go Buildpack BOSH release, which contains the following buildpack files:

  • go_buildpack-cached-cflinuxfs3-v1.10.29.zip
  • go_buildpack-cached-cflinuxfs4-v1.10.29.zip

as you can see in the screenshot below.

Note: The referenced screenshot originates from Broadcom’s internal GitHub (go-offline-buildpack-release) and is not accessible externally.

Meanwhile, from "cf buildpacks" output, notice that the cflinuxfs4 stack of go_buildpack is using go_buildpack-cached-cflinuxfs4-v1.10.29.zip.

7          go_buildpack             cflinuxfs4   true      false    READY   go_buildpack-cached-cflinuxfs4-v1.10.29.zip

The version num 1.10.29 here is the OSS go-buildpack version, which is documented in the OSS release note.

Resolution

The release notes will be incorporated into TAS release notes starting with the upcoming releases. We won't rely on OSS at all. 

Our Product team plan to tackle the official docs to clarify this decoupling from OSS. And we expect that the next TAS patch releases will contain notes for all buildpack BOSH releases from the TAS releases. These BOSH release notes include the corresponding release notes for the buildpacks. 

Attached TAS Buildpacks release notes PDF file for reference. The file contains the release notes for the buildpack BOSH releases from the last 4 TAS patch releases. 

Until our Product Team publish notes for all buildpacks shipped outside of BOSH releases, please ask Support for the release notes and we can provide them.

Attachments

TAS Buildpacks release notes.pdf get_app