Skip to content

Releases: cloudfoundry/smb-volume-release

smb-volume v2.2.0

27 Jan 19:58
Compare
Choose a tag to compare

Release Notes

  • smbbroker allows the mfsymlinks option for SMB volume mounts to enable CF applications to create symbolic links on SMB shares.
  • go module updates.
  • minor code refactor in smbdriver.

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 v2.1.1

17 Dec 17:54
Compare
Choose a tag to compare

Release Notes

  • [Bug Fix] Corrects a defect in which SMB passwords containing commas cause application crash due to mount failure.

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 v2.1.0

15 Nov 20:31
Compare
Choose a tag to compare

Release Notes

  • Allow a new bind config version to be specified. This version value has to be a valid SMB version. ("1.0", "2.0", "2.1", "3.0")

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 v2.0.4

30 Oct 17:28
Compare
Choose a tag to compare

Release Notes

  • Bumps golang package to 1.13.3

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 v2.0.3

11 Oct 17:17
Compare
Choose a tag to compare

Release Notes

  • Improves redaction of sensitive data in smbdriver logs

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 v2.0.2

03 Oct 21:40
Compare
Choose a tag to compare

Release Notes

  • Improves the behavior of smbdriver drain logic when there is a stuck rep process on the diego cell
  • Fixes a bug causing the domain option to be rejected by the SMB service broker.

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 v2.0.1

09 Sep 20:16
Compare
Choose a tag to compare

Release Notes

  • Bumps golang to version 1.12.9.
  • Fixes a regression bug causing mounts for applications bound to smb volume services with an older version of the smbbroker to fail on restart (or upgrade).

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 v2.0.0

14 Aug 19:13
Compare
Choose a tag to compare

Release Notes

  • Removes the azurefilebroker, azurefilebrokerpush, and azurefilebroker-bbr job from this bosh release.
  • Bumps golang to version 1.12.7.
  • Improves the behavior of the smbdriver drain script in case of driver failure.

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.3.0

09 Jul 20:55
Compare
Choose a tag to compare

Release Notes

  • The 'source' bind mount option is no longer allowed and will fail with a validation error.
  • Removed the 'allowed-in-mount' and 'default-in-mount' default values from the 'smbdriver' job. They are now hardcoded in the 'smbdriver' codebase.
  • Improve error message returned to user when an invalid bind option is provided.
  • Fix a regression bug where the 'mount' bind option was being rejected. It is now allowed again.

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.2

25 Jun 22:27
Compare
Choose a tag to compare

Release Notes

  • Fixes an issue in the SMB volume driver startup script that can cause it to fail or modify application data permissions if the driver is restarted while there are active mounts.

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.