Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Releases: cloudfoundry/stembuild

1709.21

25 Jun 14:28
3a76f2d

Choose a tag to compare

Update README

1709.20

07 May 16:00

Choose a tag to compare

Features

  • Introduced a new command stembuild construct
  • Introduced new functionality in the stembuild package to directly import an OVA from vCenter and convert it into stemcell
  • These new functionalities are not available for Windows 2012R2

NOTE: Ensure you download the stembuild that corresponds to the operating system of your local host and the stemcell version that you want to build (e.g. download 1709.20 stembuild for building a 1709.20 stemcell)

0.31

02 May 17:32

Choose a tag to compare

0.31 Pre-release
Pre-release

Add support for Windows 2019

0.30

21 Dec 17:11

Choose a tag to compare

0.30 Pre-release
Pre-release

Release Notes

In the next few releases of stembuild, we will look to add commands to improve the stemcell creation experience.
Features

  • Breaking change In lieu of improving the current CLI commands, we have introduced a stembuild package command for the existing functionality of converting a VMDK into a stemcell. More information on the README page.

0.21

16 Aug 15:47

Choose a tag to compare

0.21 Pre-release
Pre-release
  • Ability to use 1803 as an OS option to support windows 1803 stemcell creation.

0.16 - SemVer Versioning Update

05 Jun 18:01
e4961be

Choose a tag to compare

Pre-release
  • This version was created to correct our versioning scheme.

0.15: Updated Library Dependencies

05 Jun 15:06

Choose a tag to compare

Pre-release
  • Using librsync from the official repo instead of a custom fork. Both Linux and Windows use the same librsync codebase.

0.14: Rebuild Binaries

05 Jun 15:06

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

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

Choose a tag to compare

Pre-release

Add OVF as a valid stemcell format