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

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

Pre-release
Pre-release

Choose a tag to compare

@natalieparellano natalieparellano released this 20 Nov 23:06
· 739 commits to master since this release

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.