Releases: cloudfoundry/stembuild
Releases · cloudfoundry/stembuild
0.16 - SemVer Versioning Update
- This version was created to correct our versioning scheme.
0.15: Updated Library Dependencies
- Using librsync from the official repo instead of a custom fork. Both Linux and Windows use the same librsync codebase.
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 <[email protected]>
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 [email protected]