Releases: cloudfoundry/stembuild
Releases · cloudfoundry/stembuild
0.14: Rebuild Binaries
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
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
Add OVF as a valid stemcell format
Bump Tag Version For Concourse
Bump tag version for Concourse
Correct `stemcell_formats` field
- Change
stemcell_formats
field to be an array
includes stemcell formats
Add `stemcell_formats` field to vSphere stemcell manifest [#152737863] Signed-off-by: Paul Nikonowicz <pnikonowicz@pivotal.io>
Set correct `virtualHW.version` for Windows 2016
This release includes the following changes:
- Set the correct
virtualHW.version
on OSVersion - Use
ioutil.TempDir
to respect OS defaults andTMP
andTEMP
environment variables on Windows
0.7: Allow 3 digit versions
Signed-off-by: Charlie Vieth cviethjr@pivotal.io
0.6 fix usage text and create output directory
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
This includes a change to fix a regression in checking for fseeko64: charlievieth/librsync@ed1128b