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

Releases: cloudfoundry/stembuild

2019.7

10 Jul 15:56

Choose a tag to compare

Features

  • Key improvements in stembuild with features such as SSH enable-by-default for deployed Windows VMs on vSphere and security fixes.
  • Enabled the Hyper-V Windows feature

2019.6

25 Jun 14:27

Choose a tag to compare

Give useful error messages

- when WinRM fails to create a shell, print the actual error message

1803.12

25 Jun 14:27

Choose a tag to compare

Give useful error messages

- when WinRM fails to create a shell, print the actual error message

2019.5

25 Jun 14:27

Choose a tag to compare

Integration and contract tests use credential url for vcenter

- Since we want the stembuild user to be the user with minimal
permissions for running package/construct, and the govc commands that
are run in test set-up for our integration/contract tests require additional permissions,
we need to provide different credentials for these test-setup commands.
- We now take in a VCENTER_ADMIN_CREDENTIAL_URL string to pass to these commands
- VCENTER_ADMIN_CREDENTIAL_URL is in the form of "username:password@url"
- We cannot use GOVC_USERNAME/GOVC_PASSWORD or a full GOVC_URL for
either the stembuild or admin users because govc will always choose
these credentials if provided.

[#166227545](https://www.pivotaltracker.com/story/show/166227545)
 [Pipeline Fix] Fix stembuild integration test permissions issue

1803.11

25 Jun 14:27

Choose a tag to compare

Integration and contract tests use credential url for vcenter

- Since we want the stembuild user to be the user with minimal
permissions for running package/construct, and the govc commands that
are run in test set-up for our integration/contract tests require additional permissions,
we need to provide different credentials for these test-setup commands.
- We now take in a VCENTER_ADMIN_CREDENTIAL_URL string to pass to these commands
- VCENTER_ADMIN_CREDENTIAL_URL is in the form of "username:password@url"
- We cannot use GOVC_USERNAME/GOVC_PASSWORD or a full GOVC_URL for
either the stembuild or admin users because govc will always choose
these credentials if provided.

[#166227545](https://www.pivotaltracker.com/story/show/166227545)
 [Pipeline Fix] Fix stembuild integration test permissions issue

1709.22

25 Jun 14:27

Choose a tag to compare

Integration and contract tests use credential url for vcenter

- Since we want the stembuild user to be the user with minimal
permissions for running package/construct, and the govc commands that
are run in test set-up for our integration/contract tests require additional permissions,
we need to provide different credentials for these test-setup commands.
- We now take in a VCENTER_ADMIN_CREDENTIAL_URL string to pass to these commands
- VCENTER_ADMIN_CREDENTIAL_URL is in the form of "username:password@url"
- We cannot use GOVC_USERNAME/GOVC_PASSWORD or a full GOVC_URL for
either the stembuild or admin users because govc will always choose
these credentials if provided.

[#166227545](https://www.pivotaltracker.com/story/show/166227545)
 [Pipeline Fix] Fix stembuild integration test permissions issue

2019.4

25 Jun 14:26
3a76f2d

Choose a tag to compare

Update README

2019.3

07 May 15:50

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 2019.3 stembuild for building a 2019.3 stemcell)

1803.10

25 Jun 14:28
3a76f2d

Choose a tag to compare

Update README

1803.9

07 May 15:56

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 1803.9 stembuild for building a 1803.9 stemcell)