Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Releases: cloudfoundry-incubator/garden-windows-bosh-release

v0.16.0

18 Apr 16:09
Compare
Choose a tag to compare

BOSH release changes

  • Update to golang 1.12.1.

v0.15.0

01 Apr 19:58
Compare
Choose a tag to compare

BOSH release changes

v0.14.0

30 Apr 17:51
Compare
Choose a tag to compare
  • We have upgraded to golang version 1.10
  • There are also updates to the garden server

v0.13.0

04 Dec 17:46
Compare
Choose a tag to compare
  • Fixes a race in StreamIn where concurrent invocations on a container would attempt to copy tar.exe twice and fail
  • Fixes a race in applying and removing ACL policies from bind mounted directories

v0.12.0

06 Nov 20:37
Compare
Choose a tag to compare
  • This release fixes a regression introduced in v0.11.0 where container deletion failed if the source of a bind mount was deleted before the container

v0.11.0

01 Nov 20:05
Compare
Choose a tag to compare
  • ACLs created on bind mounted directories are deleted when the container is deleted. This fixes a regression introduced in v0.9.0 where long-running cells would eventually be unable to create containers
  • Containerizer also returns the host IP as the ContainerIP in container info
  • Bump golang to 1.9.2

v0.10.0

19 Oct 14:08
Compare
Choose a tag to compare
  • Handles Unix-style bind mount paths correctly
  • When the source directory is as symlink, follow the link and set the correct ACLs

Note: This fixes a regression introduced in v0.9.0 in the rep declarative healthcheck

v0.9.0

10 Oct 15:23
Compare
Choose a tag to compare
  • Bind Mounts now implemented using symlinks instead of directory copies
  • NOTE: this requires diego-release version v1.27.0 or later

v0.8.0

21 Aug 05:38
Compare
Choose a tag to compare
  • Changes garden.max_container_procs default value from 10 to 20.

v0.7.0

21 Jul 19:37
Compare
Choose a tag to compare