Skip to content

Releases: cloudfoundry/smb-volume-release

smb-volume v1.2.1

21 Jun 21:16
Compare
Choose a tag to compare

Release Notes

  • Fixes an issue in which SMB mounts taking longer than 10 seconds are mounted but not used, and can accumulate on the diego cell until it is bosh restarted.

Dependencies

  • The smbbrokerpush errand requires the cf-cli-6-linux job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.

smb-volume v1.2.0

14 Jun 17:30
Compare
Choose a tag to compare

Release Notes

Dependencies

  • The smbbrokerpush errand requires the cf-cli-6-linux job from cf-cli-release >= v1.6.0 to be colocated on the errand VM.

smb-volume v1.1.0

13 May 17:57
Compare
Choose a tag to compare
  • Adds logic to disallow override of share configuration when binding a service, so that app developers cannot connect to different shares using the credentials in a service instance.
  • Bumps go to 1.11.5
  • Adds locking around debian package installation for deployments using smbtestserver
  • Removes experimental/unsupported Windows volume service code.
  • Fixes an issue in smbdriver drain causing drain to start unmounting shares before the rep has finished evacuating the cell.
  • Adds a timeout to smbdriver drain so that we time out and continue the bosh operation if drain takes more than 10 minutes.

smb-volume v1.0.0

15 Jan 19:10
Compare
Choose a tag to compare
  • Allows bind configuration parameters to be specified at service instance time, so that services instances can be bound to apps without configuration. This is a requirement for binding services in an application manifest, since app manifests don't support bind configuration.
  • Fixes application manifest deprecation warnings previously seen when invoking the broker push errands.

smb-volume v0.2.6

15 Dec 00:31
Compare
Choose a tag to compare
  • updates golang package to v1.11.3.
  • Adds smbdriver bosh property support for TLS connections.
  • Updates smbbroker and azurefilebroker push errands to use unique CF_HOME directories when pushing service brokers in order to avoid login conflicts with other errands sharing the same VM.

smb-volume v0.2.5

19 Nov 22:57
Compare
Choose a tag to compare

Cleans up output of broker app manifest for smbbrokerpush and azurefilebrokerpush bosh errands.

smb-volume v0.2.4

16 Nov 20:54
Compare
Choose a tag to compare

Modifies bosh monit and errand scripts to clean up log output by no longer using the bash -x flag.

smb-volume v0.2.3

01 Nov 23:29
Compare
Choose a tag to compare
  • includes a vendored python package as a dependency of cifs-utils to fix compilation errors on xenial stemcells for AWS and VSphere
  • standardizes golang dependencies to use vendored packages
  • renames nfsdriver submodule to volumedriver, as it is a generic package not specific to nfs

smb-volume v0.2.2

26 Oct 20:52
Compare
Choose a tag to compare

Release Notes

  • Inlcudes latest nfsdriver submodule with additional fixes to unmount and drain logic.

smb-volume v0.2.1

25 Oct 18:20
Compare
Choose a tag to compare

Release Notes

  • Updates logging format for smbbroker azurefilebroker and smbdriver to default to human readable date formats.
  • Improves unmount and drain logic to fix unsafe mountpoint removal and better handle busy or unavailable mounts.
  • Updates broker manifests to conform to new formats.
  • Adds optional username/password authentication for the smbbrokerpush bosh errand.