Skip to content

Releases: cloudfoundry/stembuild

0.14: Rebuild Binaries

05 Jun 15:06
Compare
Choose a tag to compare
Pre-release

Rebuilt the binaries that includes correct libraries to allow building of stemcells using base VHD and delta files.

0.13: Update stemcell.MF to wrap stemcell version number in quotes

20 Nov 23:06
Compare
Choose a tag to compare

Version field in stemcell.MF should be inputted as a string, because the BOSH Director strips trailing zeroes from numeric versioning.

For example, this ensures stemcell version '1234.50' does NOT become '1234.5' when uploaded to the director.

Add OVF As A Valid Stemcell Format

16 Nov 22:50
Compare
Choose a tag to compare
Pre-release

Add OVF as a valid stemcell format

Bump Tag Version For Concourse

16 Nov 18:57
Compare
Choose a tag to compare
Pre-release

Bump tag version for Concourse

Correct `stemcell_formats` field

16 Nov 15:44
Compare
Choose a tag to compare
Pre-release
  • Change stemcell_formats field to be an array

includes stemcell formats

15 Nov 20:00
Compare
Choose a tag to compare
Pre-release
Add `stemcell_formats` field to vSphere stemcell manifest

[#152737863]

Signed-off-by: Paul Nikonowicz <pnikonowicz@pivotal.io>

Set correct `virtualHW.version` for Windows 2016

12 Sep 15:38
Compare
Choose a tag to compare

This release includes the following changes:

  • Set the correct virtualHW.version on OSVersion
  • Use ioutil.TempDir to respect OS defaults and TMP and TEMP environment variables on Windows

0.7: Allow 3 digit versions

24 Jul 15:02
Compare
Choose a tag to compare
Pre-release

#148935305

Signed-off-by: Charlie Vieth cviethjr@pivotal.io

0.6 fix usage text and create output directory

18 Jul 21:03
Compare
Choose a tag to compare

This release includes:

  • Display usage text with flags in lowercase
  • If user provides output directory that does not exist, create it

0.5 Fix fseeko64 regression

10 Jul 17:47
Compare
Choose a tag to compare
Pre-release

This includes a change to fix a regression in checking for fseeko64: charlievieth/librsync@ed1128b