Skip to content

Releases: cloudfoundry/stembuild

2019.17

13 Feb 16:18
Compare
Choose a tag to compare

Release Notes:

  • Supports signed URL capability. If Windows users opt in, the bosh agent will manage artifacts on the blobstore using signed URLs rather than blobstore credentials. See bosh documentation for more information on how to opt into signed URLs.
  • Stembuild checks whether the OS version of the VM is Windows Server 2019, OS build 17763. This is the only OS version that any stembuild v2019.x is compatible with.
  • Fixed a bug that required access to the public Windows Update Server to get updated root certificates for stembuild construct to execute successfully.
    • Note: if your VM does not have access to the public Windows Update Server, you will need to keep your certificates updated manually.
  • Fixed a bug that tried to validate your VM credentials before connecting to the VM via WinRM. The workaround detailed in this KB should no longer be necessary for 2019.17.

2019.15

17 Jan 20:13
Compare
Choose a tag to compare

Release Notes:

2019.14

13 Dec 14:49
Compare
Choose a tag to compare

Release Notes:

2019.13

21 Nov 18:55
Compare
Choose a tag to compare

Release Notes:

  • Includes Microsoft Security Updates Patch Tuesday November 12th, 2019
  • Added logging and exit code to stembuild construct to allow users to see the progress of the command and know whether it has completed preparing the VM for packaging
  • Added retry behavior for the file rename operation in the compilation VM to reduce risk of compilation failure due to custom antivirus installations in the base image

1803.17

21 Nov 18:57
Compare
Choose a tag to compare

Note: Windows Server v1803 is out of mainstream support. This is the last release of stembuild specific to Windows Server v1803.

Release Notes:

2019.12

11 Oct 21:14
Compare
Choose a tag to compare
  • Includes Microsoft Security Updates Patch Tuesday October 8th, 2019
  • Added a flag to stembuild package to allow user to specify patch version for the stemcell .tgz output
  • Fixed a bug where stembuild construct was failing to execute with a DISM error
  • Aligned Internet Explorer-based policies in stemcells built using stembuild with Microsoft Baseline Security Standard

1803.16

11 Oct 21:15
Compare
Choose a tag to compare

2019.11

23 Sep 22:19
Compare
Choose a tag to compare
  • Includes Microsoft Security Updates Patch Tuesday September 10th, 2019
  • Enabled the Hyper-V Windows feature for Windows 2019 stemcells built using Stembuild
  • Fixed a bug that left user directories on the target machines after a user had terminated a BOSH ssh connection into that machine
    • Deleted: .ssh directory and all normal files in the home directory that may have been created during the ssh session
    • Not Deleted: .dat files loaded as part of the registry hive when a user logs in. Files will exist with file locks until the next VM reboot.

1803.15

23 Sep 22:23
Compare
Choose a tag to compare
  • Includes Microsoft Security Updates Patch Tuesday September 2019
  • Fixed a bug that left user directories on the target machines after a user had terminated a BOSH ssh connection into that machine
    • Deleted: .ssh directory and all normal files in the home directory that may have been created during the ssh session
    • Not Deleted: .dat files loaded as part of the registry hive when a user logs in. Files will exist with file locks until the next VM reboot.

1803.14

26 Aug 19:45
93a06d2
Compare
Choose a tag to compare
Update README.md